/* Layout Stylesheet */ 
* {padding:0; margin:0}


 html,body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;	
	background:#fff;
	color: #333333;	
}

#outer {
 border: 1px solid #311F47;
 width:1000px;
 margin:0px auto;
 background: url(../images_ui/Fit-on-6th_05.jpg) repeat-y;
 background-position: left;
 }

#hdr {
	height:211px;
	background-image:url(../images_ui/Fit-on-6th_01.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	
		}

#bar {
height:38px;
	background-image:url(../images_ui/Fit-on-6th_02.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	
 }

#bodyblock {
	color: #333333;
	width:100%;
	padding:0;
	margin: 0px auto;
	overflow: hidden;
	z-index: 2000;
 }

 #bodyblock div#l-col, div#cont{  
margin-bottom: -1000px; 
padding-bottom: 1000px; 
}
#l-col {
	position:relative;
	float:left;
	width:20%;
	background-image: url(../images_ui/Fit-on-6th_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
 }

#cont {
	position:relative;
	float:left;
	width:79%;
	background:#ffffff;
 }

#footer {
	height:50px;
	background:#fff;
	color: #333333;
	border:none;
	width:998px;
	padding:0;
	margin: 0px auto;
 }
#calloutMainWrapper {
	width: 98%;
	margin-bottom: 20px;
	position: relative;
	left: 1px;	
	display: inline-block;
}

