#main_body{
	background:transparent url(background.jpg) top left no-repeat;
	margin-top:20px;
}

h1{
	color:#E0D36B;
	position:absolute;
	left:600px;
	bottom:309px;
	font-size:14pt;
}

#entry_image{
	display:none;
}

#entry{
	position:absolute;
	top:120px;
	left:600px;
	width:240px;
	z-index:100;
	
	
}
#map{
	position:absolute;
	left:30px;
	top:25px;
}

#map_link{
	position:absolute;
	bottom:5px;
	left:10px;
	z-index:1005;
}
#map_link a{
	color:#C4CF25;
	text-decoration:none;
}
#map_link a:hover{
	text-decoration:underline;
}
#contact_form{
	position:absolute;
	top:240px;
	left:600px;
	width:176px;
	z-index:100;
	
	
}

#form_message{
	width:150px;
	color:red;
}

.form_entry{
	font-family: arial, helvetica, sans-serif;
	font-size:8pt;
	line-height:15px;
	font-weight:bold;
}


.form_entry input{
	border:0px;
	border-bottom:1px solid #5D513E;
	font-size:8pt;
	font-weight:normal;
	width:100px;
	background-color:transparent;
}

.form_entry textarea{
	border:1px solid #5D513E;
	width:150px;
	font-size:8pt;
	height:80px;
	background-color:transparent;
}

.form_submit{

	
}
.form_submit input{
	border:1px solid #5D513E;
	font-size:8pt;
	font-weight:normal;
	width:40px;
	margin-top:3px;
}