/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0;
 background: #ece9d8;
 color: #000000;
 }	 

#search_window {	
 position: absolute;
 top: 360px;
 left: 204px;
 width: 200px;
 height: 170px;
 border: solid 1px #666666;
 background: #bcb8a0;
 margin: 0;
 padding: 0;
 visibility: hidden;
}

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

#right1_col{
 position: absolute;
 top: 2px;
 left: 829px;
 width: 170px;
 height: 90px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}       
 
#right2_col{
 position: absolute;
 top: 102px;
 left: 829px;
 width: 170px;
 height: 91px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}
        
#right3_col{
 position: absolute;
 top: 204px;
 left: 829px;
 width: 170px;
 height: 90px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}
 
#right4_col{
 position: absolute;
 top: 305px;
 left: 829px;
 width: 170px;
 height: 90px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}

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

#right6_col{
 position: absolute;
 top: 506px;
 left: 829px;
 width: 170px;
 height: 90px;
 border: solid 1px #666666;
 background: #ffffff;
 padding: 0px;
}
  
#center_col{
 position: relative;
 width: 606px;
 height: 516px;
 top: 2px;
 left: 214px;
 background-image: url(../../images/images/map.gif);
 border: solid 1px #666666;
 color: #000000;
 }

#bottom{
	position: absolute;
	width: 606px;
	height: 70px;
	top: 529px;
	left: 214px;
	background: #d9d1b0;
	color: #000000;
 }
