@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #c6c1b9;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #544b39;
}

#backtile {
	position: absolute;
	top: 0px;
	left: 0px;
	background:url(/custom/themes/default/images/backtile.jpg) repeat-x;
	width: 100%;
	height: 277px;
	z-index: -1;
}

#pageTitles {
	font-weight: normal;
	color: #716454;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

.featureIntro {
	font-weight: normal;
}

h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
	

#featureTitle {
	font-weight: normal;
	color: #716454;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

#container { 
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 

#header { 
	position: relative;
	width: 980px;
	height: 157px;
	background: url(/custom/themes/default/images/header.jpg);
} 

#header h1 {
	position: absolute;
	top: 0px;
	left: 18px;
	margin: 0px;
	padding: 0px;
	width: 232px;
	height: 153px;
}
#sidebar1 {
	float: left;
	width: 247px;
	padding: 0px 10px;
}

#sidebar1 a {
	display: block;
	width: 175px;
	border-bottom: 1px dashed #9f9688;
	margin: 0px;
}


#sidebar1 #addresblock{
	float: left;
	width: 200px;
	margin: 60px 0 0 20px;
}

#sidebar1 #addresblock h1{
	color: #584b32;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0px;
}

#sidebar1 #addresblock label {
	display: block;
	width: 60px;
	float: left;
}


#mainContent { 
	float: left;
	width: 675px;
} 


#mainContent #top {
	float: left;
	width: 675px;
	height: 9px;
	background:url(/custom/themes/default/images/top.gif) no-repeat;
}

#mainContent #middle{
	float: left;
	width: 675px;
	background:url(/custom/themes/default/images/middle.gif) repeat-y;
}

#mainContent #middle #extreme {
	float: right;
	width: 226px;
	height: 300px;
	background:url(/custom/themes/default/images/extrememakeover.gif) no-repeat;
	text-align:center;
}

#mainContent #middle #extreme h1 {
	margin:125px 0 0 0;
	padding: 0px;
	color: #a53324;
	font-size: 14px;
	
}

#mainContent #middle ul {
	float: left;
}

#mainContent #foot {
	float: left;
	width: 675px;
	height: 29px;
	background:url(/custom/themes/default/images/foot.gif) no-repeat;
}



#footer { 
	padding: 0 10px 0 20px;
	background:#847257;
	border: 1px solid #5f4e35;
	color: #f9f8f5;
} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}