body {
	margin : 0;
	padding : 0;
	font-family : Georgia, serif; 
	color: #FFFAE6;
	background-color : #D98200;
}

ul#nav {
	float:left;
	margin : 60px 0 0 0;
	padding : 17px 0px 0px 16px; 
	font-size : 14px;
	line-height: 18px ;
	height : 300px;
	width : 135px;
	background : url("../images/nav_bg.gif") no-repeat;
}

li {
	list-style-type : none;
}

li a {
	text-decoration : none;
	color : #C9C3BA;
}

li a:hover {
	color : #fff;
	text-decoration : none;
}	

a { color : #fe6; text-decoration : none;}
a:hover { text-decoration : underline }

#links a { color : #fe6; text-decoration : underline }
#links a:hover { color : #894545; }

div#mainContent {
	float : left;
	position: relative;
	left : -10px;
	top : 0px;
	width : 335px;
	margin : 0 0 50px 0;
	padding : 60px 0 0 0px;
	font-size : 14px;
	line-height: 18px ;

}

div#mainContent h1 {
	font-size : 18px;
	line-height: 24px ;
	height: 24px;
	color: FFF;
}

div#mainContent h2 {
	font-size : 14px;
	line-height: 18px ;
	height: 6px;
}

div#mainContent img {
	margin : 5px 10px 0 0;
	padding : 0;
}

div#priceBox{
	margin: 5px -10px 20px -10px;
	padding: 5px 12px;
	background: #DF5901;
}

div#mapBox {
	width: 100%; 
	height: 335px
}

#firstParagraph {
	font-size : 18px;
	line-height: 24px ;
}


img {
	float : left;
	margin : 60px 0 0 40px;
}

#button {
	margin : 0;
	padding : 0;
	border : 0;
	float : none;
}

.class_item {
	font-style: italic;
	color : #fc0;
	font-weight: bold;
}

.question {
	font-style: italic;
	font-weight: bold;
}

#contact_button {
	padding : 0;
	display: block;
	text-align: center;
	width : 144px;
	height : 36px;
	font-family : Georgia, serif; 
	font-size : 18px;
	background-color: #705157;
	border : none ;
	color : #fff;
}

.overlay {
	width: 100%; 
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.dialog {
	width: 460px;
	height: 600px;
	/*background: black;*/
	position: absolute;
	/*top: 10%;left: xpos;*/
	margin: 5% 50%;
	left: -200px;
	
	z-index: 99;
}

#close_btn {
	float: left;
	margin : 0 0 0 5px;
	display: block;
	
}

iframe{
	float:left;
}