html,body{
	margin:0;
	height:100%;
	font-family:Tahoma, Arial, sans-serif;
	font-size:8pt;
	color:#272727;
	background-color:#d1d1d1;
}

div#container{
	float:left;
	left:50%;
	margin-left:-475px;
	position:relative;
	width:950px;
	background:#ffffff;
	height:auto !important;
	min-height:100%;
	border-left:solid 1px #898989;
	border-right:solid 1px #898989;
	padding-bottom:0px;
}

div#header{
	width:100%;
	margin-top:0px;
	height:125px;
	background-image:url('../images/header_light.jpg');
	background-repeat:no-repeat;
	border-bottom:solid 1px #CFB53B;
}

div#logo{
	display:block;
	float:left;
	width:250px;
	margin:10px 0px 0px 10px;
}

div#content{
	float:left;
	width:100%;
	margin:0 auto;
	margin-top:25px;
	line-height:1.65;
}

div#leftCol{
	margin:20px 0px 35px 10px;
	float:left;
	width:73%;
}

div#rightCol{
	margin:20px 10px 0px 0px;
	float:right;
	width:21%;
}

div#sub_header{
	width:100%;
	float:left;
	height:170px;
	border:solid 1px #000000;
	background-repeat:no-repeat;	
	margin-bottom:20px;
}

div#footer{
	float:left;
	width:100%;
	margin:0 auto;
	margin-top:80px;
	padding-bottom:15px;
	bottom:0;
	text-align:center;
	color:#0f143e;
	background-color:#ffffff;
}

div#footer_privacy_policy{
	float:left;
	width:100%;
	margin-top:5px;
}

div#footer_contact{
	float:left;
	width:100%;
	border-top:solid 1px #CFB53B;
	border-bottom:solid 1px #CFB53B;
	padding:5px 0px 5px 0px;
	margin-bottom:10px;
	background-color:#e4e4e4;
}
