

/* Layout Stylesheet */ 
body{
	margin: 0;
	padding:0;
	background: White;
	color: #333333;
}	 
	 
#lh-col{
	position:absolute;
	top:110px;
	left:0;
	width:140px;
	z-index:3;
	background: white;
	color: #333333;
	border: solid white;
	border-width: 1px;
}

#rh-col{
	position:absolute;
	top:110px;
	right:0;
	width:140px;
	z-index:2;
	background: White;
	color: #333333;
	border: solid white;
	border-width: 1px;
}

#c-block {
	width:100%;
	z-index:1;
	background: White;
	color: #333333;
	height:80%;
}

#hdr{
	height:65px;
	border-bottom:0 solid #000000;
	width:100%;
	background: White;
	color: #333333;
	margin:0;
}

#hdr-logo{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}

#c-col{
	margin:0 152px 0 152px;
	position:relative;
	background: white;
	color: #333333;
	z-index:5;
	/*
	border: solid silver;
	border-width: 1px;
	*/
}

#ftr {
	width:100%;
	height:35px;
	background: White;
	color: #333333;
	margin:0;
}
