/* Layout Stylesheet */ 

body {
 margin:10px;
 background:#808080;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:solid 1px #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:130px;
 background:navy url(../../../../../../../Users/Mike/Documents/HCTVSite/HCTV/web-content/images/headbckgrnd.gif) repeat-x;
 color: #333333;
 }

#bar {  background:#c0c0c0; color: #333333; border-color: #000000; border-style: solid; border-width:1px 0; }

#bodyblock {
 position:relative;
 background: #3033ce;
 color: #fff;
 width:800px;
 padding:0;
 }

#l-col { float:left; color: #333333; background-color: #3033ce; background-image: none; background-position: 0 0; width: 180px !important; height: auto; }

#cont { width:800px; background:#ffffff; border-width:0 0 0 1px; text-align:left; padding-top: 4px; padding-bottom: 30px; }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
