body {
	margin: auto;
	padding: 0;
	text-align: center;
	color: #666;
	background: #ad9e87;
	font-family: Verdana,Georgia,'Trebuchet MS', Verdana, Tahoma;
  
}

#contact {
font-weight:bold;
font-size:13px;
}

#map_extreme {
width:450px;
height:400px;

}

#rap {
	width: 720px;
	margin: 2px auto 2px auto;
	padding: 0;
	font-size:10px;
	text-align: left;
	line-height: 18px;
	background: #fff;
	border:#463928 2px solid;
	border-right: #463928 4px solid;
	border-bottom:#463928 4px solid;
}
#header {
	margin: 0;
	padding: 0px 0 0px 0em;
	border-bottom: 5px solid #463928;
	background: white url('images/logo.png') repeat-y left;
	height:160px;
		
}

#content 
{
	float: left;
	margin:10px;
	padding:0 0em;
	background: #fff;
	width: 450px;
	font-size: 12px;
	display:inline;
	color:#333;
	overflow:hidden;
	list-style: none;
}
#sidebar {
	margin: 0;
	width: 200px;
	padding: 0px 10px 0 0px;
	float:right;
	display:inline;	
	font-family : georgia,verdana,tahoma, arial, serif;	
	font-size: 11px;
	list-style: none;
	border-left:2px solid #463928;
}

html>body #sidebar {
	width: 200px;
}

#logo {
padding-top:10px;
text-align:right;
margin-right:1px;
}

#footer {
	margin:0;
	padding: 7px 20px;
	border-top: 1px solid grey;
	clear: both;
	font-size: 12px;
	color: black;
	background: #fff;
	text-align:center;
}

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
font-size:13px;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url('images/menudivide.gif') top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid #463928;
padding-bottom: 0;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed grey;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: -400px; /*position where enlarged image should offset horizontally */

}
