@charset "UTF-8";
body {
	background-image: url(../images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 802px;
		margin-right: auto;
	margin-left: auto;
}
#header {
	height: 264px;
	width: 802px;
	background-image: url(../images/header.jpg);
}
#maincontent {
	width: 802px;
	background-image: url(../images/contentbg.gif);
	min-height:700px;
}
#footer {
	height: 63px;
	width: 100%;
	background-image: url(../images/footer_bg_10.gif);
	background-repeat: repeat-x;
}
#main_nav {
	height: 43px;
	width: 762px;
	background-image: url(../images/nav_bg_06.gif);
	margin-right: auto;
	margin-left: auto;
}
#navtext {
	padding-top: 15px;
	font-size: 14px;
}
#navtext ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#navtext li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	height: 25px;
	width: 100px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navtext a {
	text-decoration: none;
	color: #663300;
	height: 25px;
	width: 100px;
}
#navtext a:hover {
	height: 100px;
	width: 25px;
	background-image: url(../images/link_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
}
#homehunt_pics {
	float: left;
}
#footertext {
	margin-right: auto;
	margin-left: auto;
}
#footertext ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footertext li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}
#footertext a {
	color: #6D3C0B;
}
#inside_content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
#inside_content p {
	font-size: 16px;
	color: #5F542D;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
h2 {
	font-style: italic;
	color: #333300;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
.ptext {
	width: 400px;
}
#inside_content a {
	color: #663300;
}
#form {
	width: 450px;
	float: right;
}
