body{
	padding:0;
	margin:0;
	font-family:arial;
	color:#203051;
	font-size:14px;
}


h2{
	background:#F1A30B url('images/title_bar_bg.gif') no-repeat -17px ;
	padding-left:10px;
	height:34px;
	line-height:34px;
	color:white;
	font-variant: small-caps;
	font-size: 17px;
}

h2 span{
	float:right;
	width:17px;
	height:34px;
	background:url('images/title_bar_bg.gif') no-repeat 0px ;
}
h3{
	color:#5B8C88;
	font-size:17px;
	font-variant: small-caps;
	text-align:center;
}
hr{
	margin:110px 0;
	color:#FFFFFF;
	border-style:none;
	border-top:5px dotted #D2EF71;
	height:0px;
	background-color:transparent;
	width:100%;
	text-align:left;
}
h4 {
	font-size: 10px;
	font-color: #F4851A;
}
.clear{
	clear:both;
}

		
div#logo{
	height:209px;
	padding-top: 0px;
	margin: auto;
	text-align:center;
	background-color:#CC6600;
	width: 800px;
	border-top: 20px solid white;
	
	overflow: hidden;
}
div#logo img{
	margin:0;
	padding-bottom: 0;
}

ul.nav { 
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	padding-left: 45px;
	height: 79px;
	margin: auto;
	text-align: center;
	background-color: #cc6600;
	width: 755px;
	border-top: 0;
	margin-bottom: 0;
}
ul.nav li {
	float:left;
	text-align: center;
}

ul.nav a{
	display: block;
	border: 2px solid #cc6600;
	padding: 30px 5px 0px 5px;
	margin: 0px 45px 0px 45px;
	background: #cc6600 url(images/button.jpg) no-repeat left top;
	text-decoration: none;
	color: white;
	width: 64px;
	text-align: center;
	font-variant: small-caps;
	height: 45px;
}
ul.nav a:link, a:visited{
	text-decoration: none;
	background-color: #cc6600;	
}	
ul.nav a:hover{
	border: 2px dotted #F4851A;
	background-position: -75px;
}
ul.nav a:active{
	text-decoration:none;
	color:#5B8C88;
}

div#content{
	margin:auto;
	width:800px;
	background-color: white;
	background: white url(images/background.jpg) left -100px repeat-x;
		
}
	div#welcome a {
		text-decoration:none;
		color:#5B8C88;
	}
	div#news{
		width:65%;
		float:left;
		text-align: center;
		margin:10px 0 0 0;
		padding: 15px 10px 0 15px;
		border-left: 1px dotted #dc820a;
		border-right: 1px dotted #dc820a;
	}
	div#news a {
		text-decoration:none;
		color:#5B8C88;
		background-color: transparent;
	}
	div#gallery{
		text-align: center;
		float: left;
	
	}
	.photo img{
	border: 2px #dc820a;
	padding-left: 45px;
	margin-left: 45px;
	top: -5px;
	left: -5px;
	float: left;
	}

	.figure p{
	font: 12px/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 0 0 0;
	}
	.figure{
	float: left;
	width: 170px;
	margin: 5px 0 5px 0;
	}

/* IE 5/6 border erase bug*/
*html #gallery {
	width: 100%;
}
/* IE 5 placement bug*/
*html #gallery img{
	width: 100%;
}
	div#about{
		width:65%;
		float:left;
		text-align: center;
		margin:10px 0 0 0;
		padding: 15px 10px 0 15px;
		border-left: 1px dotted #dc820a;
		border-right: 1px dotted #dc820a;
	}
	div#about a {
		text-decoration:none;
		color:#5B8C88;
		background-color: white;
	}
	div#about p{
		font: 12px/normal Arial, Helvetica, sans-serif;
		text-align:left;
		}
	div#for_sale{
		width:30%;
		float:right;
		margin:10px 0 0 0;
		padding: 15px 0px 0 0px;
		text-align: center;
		border-right: 1px dotted #dc820a;
		}
	div#for_sale a {
		text-decoration:none;
		color:#5B8C88;
		background-color:white;
	}


div#footer{
	margin-top:30px;
	height:60px;
	text-align:center;
	color:white;
	padding:10px;
	font-size:12px;
	background-color:#CC6600;
	border-top:5px solid #5B8C88;
}
div#footer h4{
	margin:5px 0;
}
div#footer a{
	color:white;
	text-decoration:none;
}
