

/* Layout Stylesheet */ 



body{
 margin:0; 
 padding:0;
 background:#33cccc;
 color: #ffffff;

 }	 

a:link {color: #FF0000; text-decoration: underline; text-transform: none; }
a:visited {color: #FFFFFF; text-decoration: underline; text-transform: none; }
a:hover {color: #FFFF00; text-decoration: underline; text-transform: none; }
.center {text-align: center}
	 
#lh-col{
 position:absolute;
 top:350px;
 left:0;
 width:140px;
 z-index:3;
 background:#33cccc;
 color: #663300;

}

#rh-col{
 position:absolute;
 top:350px;
 right:0;
 width:140px;
 z-index:2;
 background:#33cccc;
 color: #663300;

}

#lh-col-other{
 position:absolute;
 top:130px;
 left:0;
 width:140px;
 z-index:3;
 background:#33cccc;
 color: #663300;

}

#rh-col-other{
 position:absolute;
 top:130px;
 right:0;
 width:140px;
 z-index:2;
 background:#33cccc;
 color: #663300;}


#c-block {
 width:100%
 z-index:1;
 background:#33cccc;
 color: #333333;
 height:80%;}

#hdr{
 height:350px; 
 width:100%; 
 background: url(../images/static/strip.jpg) repeat-x;
  }

#hdr-other{
 height:105px;
 width:100%; 
 background: url(../images/static/stripsub.jpg) repeat-x;
 
  }

#c-col{
 margin:0 144px 0 144px;
 position:relative;
 background:#33cccc;
 color: #ffffff;
 z-index:5;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #663300; 
 border-width:3px 0;
 background:#33cccc;
 color: #663300;
 font-weight: 900
 margin:0;
 }

#c-col-other{
 margin:0 144px 0 144px;
 margin-top: 5px;
 margin-bottom: 5px
 background:#33cccc;
 color: #ffffff;
 z-index:5;
 }

#ftr-other {
 clear:both;
 width:100%;
 height:35px;
 border: solid #663300; 
 border-width:3px 0;
 background:#33cccc;
 color: #663300;
 font-weight: 900
 margin:0;
 z-index:7;
 }