

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background-image: url('images/bg.jpg');
 background-repeat: repeat;
 color: #000000;
 }	 

 /* holds the middle column with a border */	 
#surround {
 position: relative; /*positions everything in the middle including surrounds of white mid col.*/
 width:93%;
 left: 32px;
 z-index:1;
 background-image: url('images/bg_pattern.jpg'); /*#1c5d1b;*/  
 color: #333333;
 height:80%;
}

#left-col {
 position:absolute;
 background: transparent;  
 top:142px;
 left: 52px;
 width:180px;
 z-index:3;
 color: #999999;
 }

/* right col holds right-co-sq in place */ 
#right-col {
 position:absolute;
 top:120px;
 right:0px;
 width:138px;
 z-index:2;
 background: transparent; 
 color: #333333;
 }
 
#right-col-sq {
 position: relative;
 right: 10%;
 border: 2px solid #003300;
 width:138px;
 z-index:2;
 background:#000000;
 color: #999999;
 margin-bottom: 12px;
 }
 
#rc_text {
 margin: 0px 0px 0px 5px;
}
	

#header{
 height:120px;
 margin:5px 0px 5px 0px;
 width:100%; 
 background-image: url('images/bg_pattern.jpg'); /*#1c5d1b;*/  
 color: #333333; 
 margin:0;
 text-align: center;
 font-size: 5em;
  }

#header_logo {
 height:120px;
 margin:0;
 width:100%; 
 background:transparent;
 position: absolute;
 text-align: left;
  }

#mid-col{
 margin:0px 140px 0px 230px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 }

#footer {
 width:100%;
 height:35px;
 background-image: url('images/bg_pattern.jpg'); /*#1c5d1b;*/  
 color: #666666;
 margin:0;
 }

