html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #666666;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
	
p { 
	margin: 15px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	}
	
.propofmonth{ 
	margin: 0px 5px; 
	padding: 0px;
	text-align: left;
	line-height: 15px;
	width: 180px;
	}
	
li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 12px 0px 25px;
	color: #840401;
}

hr{
	color: #840401;
}

a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #840401;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #840401;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #840401;
	}

/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 798px;
	position: relative;
	text-align: left;
	background-color: #FFF;
	border-left: 2px solid #840401;
	border-right: 2px solid #840401;
}

#contact{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 88px;
	background-color: #FFF;
	clear: both;
	text-align: right;
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 798px;

}

#main_content{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 798px;

}

#footer{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 798px;
	height: 210px;
	color: #FFF;
	background-color: #840401;
	background-image: url(../images/bg_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footer a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #FFF;
	}
#footer a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #FFF;
	}
#footer a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #FFF;
	}
	
#nav{
	border: 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-align: center;
	clear: both;
	width: 798px;
}

#quickcontact{
	border: 0px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	width: 397px;
	height: 232px;
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;

}

#propofmonth{
	border: 0px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	width: 397px;
	height: 183px;
	background-image: url(../images/bg_propofmonth.jpg);
	background-repeat: no-repeat;

}

.red {
	color: #840401;

}

#quick_search{
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 190px;
	left: 2px;
}