* {
	margin: 0;
	padding: 0;
}

body {
	background: #FDFDFD;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#container {
	background: #fff url(/assets/images/headerBg.png) top repeat-x;
	background-position: -4px 0;
	width: 100%;
}

#page {
	width: 840px;
	margin: 0 auto;
	padding-top: 254px;
	position: relative;
}

#header {	
	width: 840px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#logo {	
	float: left;
	width: 210px;
	height: 60px;
}

#nav1 {
	height: 25px;
	width: 379px;
	position: absolute;
	right: 0px;
	top: 35px;
}

#panel {
	width: 840px;
	height: 175px;
	position: absolute;
	left: 0;
	top: 77px;
	border-top: 2px solid #2D3F78;
	border-bottom: 2px solid #2D3F78;
}

#content {
	width: 840px;
}

#colMain {
	width: 600px;
	padding: 30px 30px 30px 0;
	float: left;
}

#colRight {
	width: 190px;
	float: left;
	background: url(/assets/images/colRightBg.png) top left no-repeat;
	padding: 52px 0 30px 20px;
	min-height: 200px;
}

#innerCol1 {
	width: 200px;
	float: left;
	padding-right: 40px;
}

#innerCol2 {
	width: 350px;
	float: left;
	padding-left: 9px;
	border-left: 1px solid #ccc;
}

#visual {
	width: 630px;
	height: 175px;
	float: right;
}

#footer {
	height: 20px;
	padding-top: 10px;
	width: 100%;
	background: url(/assets/images/footerBg.png) top repeat-x;
	text-align: center;
}

/* -------------------------------------------- CLEARFIX */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */