/* Layout Stylesheet */
/* CSS by Fraser Barron of frozengoat.com. */
body{
 margin: 0;
 padding:0; 
 background:#c0c0c0;
 color: #333;
 z-index:1;
 }	 
	 
#lh-col{
 position:relative;
 float:left;
 width:150px;
 text-align: center;
 background:#c0c0c0;
 color: #333;}

#rh-col{
 position:relative;
 float:right;
 width:150px;
 text-align:center;
 background:#c0c0c0;
 color: #333;}

#hdr{
 height:120px; 
 border-bottom:1px solid #000; 
 width:100%; 
 background:#333;
 padding:30px 0 0 0;
 color: #fff; 
 margin:0;
 text-align:center;
 overflow:hidden;
 }

#sitemenu{
 height:auto !important;
 height:22px;
 min-height:22px;
 width:100%;
 background:#a50021;
 }
 
div.fltclr{
 display:block;
 clear:both;
 visibility:hidden;
 margin:0;
 border:0;
 padding:0;
 }

#c-col{
 margin:0 152px 0 152px;
 padding: 30px;
 position:relative;
 background:#fff;
 color: #333;
 border: solid #000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 font-size:10px;
 border: solid #000; 
 border-width:1px 0;
 background:#eee;
 color: #333;
 margin:0;
 clear:both;
 }