/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0;
 background: #ece9d8;
 color: #000000;
 }	 
	 
#left_col{
 position: absolute;
 top: 2px;
 left: 15px;
 width: 200px;
 border: 1px solid #666666;
 background: #ece9d8;
 color: #000000;
 margin: 0px;
 padding: 0px;
 height: 595px;
 }

#right1_col{
 position: absolute;
 top: 2px;
 left: 814px;
 width: 170px;
 height: 90px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}       
 
#right2_col{
 position: absolute;
 top: 103px;
 left: 814px;
 width: 170px;
 height: 91px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}
        
#right3_col{
 position: absolute;
 top: 205px;
 left: 814px;
 width: 170px;
 height: 90px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}
 
#right4_col{
 position: absolute;
 top: 306px;
 left: 814px;
 width: 170px;
 height: 90px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}

#right5_col{
 position: absolute;
 top: 406px;
 left: 814px;
 width: 170px;
 height: 90px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}

#right6_col{
 position: absolute;
 top: 506px;
 left: 814px;
 width: 170px;
 height: 90px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}
  
#center_col{
 position: relative;
 width: 579px;
 height: 452px;
 top: 2px;
 left: 225px;
 border: solid 1px #666666;
}
 
#bottom{
	position: absolute;
	width: 579px;
	height: 135px;
	top: 462px;
	left: 225px;
	border: solid 1px #666666;
	background: #d9d1b0;
	color: #000000;
 }
