/* Layout Stylesheet */ 

body{
	margin: 0px;
	padding:0;
	background: #292421;
	color: #FFFFFF;
	font: .9em/1.1em Arial, Helvetica, sans-serif;
 }
 	 
#c-block {
 width:100%;
 z-index:1;
 height:80%;}
 
 
#ribbons {
	position: relative;
	left: 10px;
	top: 5px;
}
#lh-col{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 180px;
	background: url(../graphics/ColBackLeft.png) repeat-y;
	height: auto;
	z-index:3;
 }

#rh-col{
	position: absolute;
	top: 0px;
	right:0;
	width: 200px;
	background: url(../graphics/ColBackRight.png);
	height: auto;
	z-index: 2;
 } 
       
/*adjust rh column in twoCol context */  
#twoCol #rh-col{
display:none;
}
      
#c-col{
	position: relative;
	margin: 0px 200px;
	z-index: 13;
	height: auto;
 }
 
 /*adjust content in twoCol context */
 #twoCol #c-col {
 margin-right:0;
 voice-family:"\"}\"";
 voice-family:inherit;
 width:auto
 }
 
 html>body #twoCol #c-col {
 width:auto
 }
 
 #lh-nav{
 position: relative;
	top: -60px;
	left: 10px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	background: url(../graphics/NavBackground.png) repeat-y;
}

#centerContent{
	position:relative;
	top:100px;
	padding-right: 10px;
	padding-left: 10px;
}

#leftContent{
	position:relative;
	padding-left: 5px;
	left: 5px;
	padding-right: 5px;
	width: 180px;
}
#rightContent{
	padding-left: 5px;
	padding-right: 5px;
	width: 180px;
	margin-left: 5px;
	position: relative;
}
#ftr {
	width:60%;
	height:35px;
	margin-left: 25%;
	margin-right: 18%;
	voice-family:"\"}\"";
	voice-family:inherit;
	position: relative;
	top: -25px;
 }
	
}
html>body#footer {
width:60%;
}
.clearing {height:0;clear:both}
.Fontarticle {
	color: #FDEE97;
}
