

/* Layout Stylesheet */ 
body{
 margin: 0 auto;
 background:#fff;
 color: #333;
 border: 2px solid gray;
	min-width:900px;
}	 

#lh-col{
 float:left;
 width:140px;
 background:#ddd;
 color: #333;
  min-height: 812px;
 }

#rh-col{
 float: right;
 width:140px;
 background:#ddd;
 color: #333;
 padding-top: 12px;
  min-height: 720px;
 }


#content{ 
  border-left:140px solid #ddd; 
	border-right: 140px solid #ddd; 
	padding:3em;
	background: #fefefe;
	color: #335;
	}
#content:after	{ content:' '; clear:both; display:block; height:0; overflow:hidden }

#header{
 height:120px; 
 border-bottom:1px solid #000; 
 width:100%; 
 background:#eee url(../gfx/crest_120.gif) no-repeat;
 color: #333; 
 margin:0;
}
#name{
 padding-left: 170px;
 padding-top: 20px;
}

#footer {
 position:relative;
 clear: both;
 height:35px;
 border: solid #000; 
 border-width:1px 0;
 padding-top: 5px;
 background:#eee;
 color: #333;
 margin:0;
 text-align: center
}

