﻿#centerdiv {
	position:relative;
	width:938px;
	height:557px;
	margin: auto;
	z-index:0;
}
#leftpromo {
	background-color:#000000;
    position:relative;
	top:0px;
	left:0px;
	width:207px;
	height:557px;
	
}
#bodycontainer {
	background-color:#000000;
    position:absolute;
	top:0px;
	left:208px;
	height:557px;
	width:729px;

}
#topbanner 
{
    position:relative;
	width: 729px;
	height: 73px;
	background-image: url(../images/top_header.jpg);
	background-repeat: no-repeat;
}
#topbanner-text 
{
    position:absolute;
    left:30px;
    top:20px;
    width:699px;
	height: 43px;
	font: 2.0em Verdana;
    color:White;
    letter-spacing: .07em;
    z-index:2;
}
#topbanner-text-fr 
{
    position:absolute;
    left:30px;
    top:20px;
    width:699px;
	height: 43px;
	font: 2.0em Verdana;
    color:White;
    letter-spacing: .07em;
    z-index:1;
    visibility:hidden;
}
#main
{
    position:relative;
    width:729px;
    height: 484px;
    background-image: url( ../images/main_bg.jpg );
	background-repeat: no-repeat;
}
#content
{
    position:relative;
    top:30px;
    left:30px;
    width: 650px;
    height:454px;
}
#content-entryform
{
    position:relative;
    top:10px;
    left:30px;
    width: 650px;
    height:454px;
}
div#content-entryform-home
{
    position:relative;
    top:20px;
    left:30px;
    width: 650px;
    height:364px;
}
#formdiv
{
    position:relative;
    left:0px; 
    top:10px;
    /*border-top: dashed 1px white; 
    border-bottom: dashed 1px white;*/
    width:518px;
    height:auto;
}
#formdiv_fr
{
    position:relative;
    left:0px; 
    top:20px; 
    /*border-bottom: dashed 1px white;*/
    width:518px;
    height:auto;
}