
/* Layout Stylesheet */ 

body {
 margin:0px;

 color: #ffffff;
 text-align:center;
 padding:0;
 }

#outer {
 background-image: url(clh_top.gif);
 background-repeat: repeat-x;
 background-position: top left;
 background-color:  transparent;
 text-align:center;
 border:none;
 margin:auto;
 }

#hdr {
 height:200px;
 color: transparent;
 background-image: url(clh_header.gif);
 background-repeat: no-repeat;
 background-position: top left;

 text-align: right;
 letter-spacing: 2px;
 width: 960px;
 margin: auto;
 }

#hdr_wrap {
 background: url(clh_tile2.gif) repeat-x;
 height: 200px;
 margin: auto;
 background-color: #ffffff;
 }

#bar {
 height:60px;
 background: red;
 color: white;
 border:solid #000000;	
 border-width:0 0 0 0;
 }

#bodyblock {
 position:relative;
 background:transparent;
 color: white;
 width:960px;
 padding:0;
 /*background-image: url(sidebar.gif);
 background-repeat: repeat-y;
 background-position: top right;*/
 margin: auto;

 }


html>body #bodyblock:after { 
 content: "."; 
 visibility: hidden; 
 height: 0px; 
 clear: both; 
 overflow: hidden;
 font-size: 1px;
 width: 0px;
 line-height: 0;
 display: block;
 } 
  
 * html #bodyblock { height: 1%; }     /* IE < 7 only */

#l-col {
 float: right;
 background:transparent;
 color: #212121;
 width:170px;
 text-align: left;
 line-height: 150%;
 }

#tertiary {
 float:right;
 background:transparent;
 color: #212121;
 width:370px;
 text-align: left;
 line-height: 150%;
 }

#insert {
 width: 370px;
 background:transparent;
 float: right;
 color: #212121;
 text-align: left;
 line-height: 150%;
 }

#secondary {
 float: right;
 background:transparent;
 color: #212121;
 width:170px;
 text-align: left;
 line-height: 150%;
 }

#cont {
 float: left;
 width:525px;
 background:transparent;
 color: #212121;
 border:solid #000000;	
 border-width:0 0 0 0;
 text-align:left;

 }

#ftr {
 height:25px;
 background:black;
 color: white;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }

#ftr * {
 color: white;
 }
