

/* Layout Stylesheet */ 
body{
	width:740px;
	background-color: #666666;
	text-align: center;
	font-size:12px;
	font-family: arial, sans-serif;
	color:#666666;
	margin: 0 auto;
	behavior: url(csshover.htc);
 }	 
	
#c-block {
	width:740px;
	background:#c0c0c0;
	color: #333333;
	position: relative;
}

#c-body {
	width:740px;
	background:#FFFFFF;
	color: #333333;
	float: left;
	position: absolute;
	left: 0px;
	top: 90px;
}

#hdr{
	height:90px;
	width:740px;
	background:#FFFFFF;
	color: #333333;
	margin:0;
	position: absolute;
	left: 0px;
	top: 0px;
}

#c-center {
	width:740px;
	background:#FFFFFF;
	color: #333333;
	float: left;
	text-align: left;
}
   
#rh-col{
	width:200px;
	background:#FFFFFF;
	color: #333333;
	float: right;
	text-align: left;
	min-height: 1000px;
}
* html #rh-col{
	height: expression(document.body.clientHeight <1032 ? "1000px" : "1000px" );
}
#c-col{
	background:#ffffff;
	color: #333333;
	float: left;
	width: 700px;
	text-align: left;
	min-height: 1000px;
	padding-right: 20px;
	padding-left: 20px;
 }
* html #c-col{
	height: expression(document.body.clientHeight <1032 ? "1000px" : "1000px" );
}
#ftr {
	width:740px;
	min-height:35px;
	background:#FFFFFF;
	color: #333333;
	margin:0;
	float: left;
 }
