/* 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: 625px;
 width: 340px;
 height: 83px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}       
 
#right2_col{
 position: absolute;
 top: 94px;
 left: 625px;
 width: 340px;
 height: 83px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}
        
#right3_col{
 position: absolute;
 top: 186px;
 left: 625px;
 width: 340px;
 height: 83px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}
 
#right4_col{
 position: absolute;
 top: 279px;
 left: 625px;
 width: 340px;
 height: 83px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}

#right5_col{
 position: absolute;
 top: 371px;
 left: 625px;
 width: 340px;
 height: 83px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}
  
#center_col{
 position: relative;
 width: 388px;
 height: 452px;
 top: 2px;
 left: 225px;
 border: solid 1px #666666;
 color: #000000;
}

#bottom{
 position: absolute;
 width: 740px;
 height: 134px;
 top: 464px;
 left: 225px;
 border: solid 1px #666666;
 background: #ffffff;
}
