* {
	margin: 0;
	padding:0;
}
body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-color: #2b1b0f;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:975px;
	background-attachment:fixed;
}
#container {
	width: 810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/gradient_bkgrd.png);
	background-repeat: repeat-y;
	background-position: center 117px;
}
#mainContent {
	padding: 0 10px;
	margin-top:35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #04060b;
}a:link {
	color: #2b1b0f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2b1b0f;
}
a:hover {
	text-decoration: underline;
	color: #2b1b0f;
}
a:active {
	text-decoration: none;
	color: #2b1b0f;
}ul {
	list-style-position: inside;
	list-style-type: none;
}.header{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 398px;
	padding: 10px;
	margin-top:50px;
}.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	width: 450px;
	padding: 15px 10px 10px 10px;
	line-height:19px;
}
.clearflt {
	clear: both;
}
#theTabs {
	margin-bottom: 20px;
}
.footer a:link,.footer a:visited,.footer a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dcccc0;
	text-decoration:none;
}
.footer a:hover {
	text-decoration: underline;
	color: #eddabf;
}
.footer  {
	font-size: 13px;
	color: #dcccc0;
	width:840px;
	height:40px;
	background-color: #2b1b0f;
	margin-left: -18px;
}	
.featured_prop{
	width:840px;
	height:375px;
	margin-top: -10px;
	margin-left: -28px;
	background-image: url(../images/featured_bkgd.png);
}
.featured_img{
	margin-left: 30px;
	padding:5px 10px 0 0;
	float:left;
}
.featured_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191919;
	padding:80px 0px 10px 10px;
	line-height:18px;
	width: 320px;
	float: left;
}
.featured_head{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-left:32px;
}
.search_all {
	float: right;
	padding: 5px;
}
.float_rt{
	width:150px;
	float: right;
	padding:5px;
}
.float_left{
	width:150px;
	float: left;
	padding:5px;
}
.rt_column{
	float: right;
	padding-top:20px;
	position:relative;
	padding-right:15px;
	z-index:2;
}
.caption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:8px 20px 10px 00px;
	font-size: 12px;
	font-weight:bold;
}	
.weather_box{
	width:200px;
	height:135px;
	background-image: url(../images/weatherbackground.png);
}
#webdurango {
	text-align: center;
}
