/* CSS Document */
body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-color:#94866e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #5b4a29;
	text-align:left;

	}
	
#main{
	background-color:#4a3d23
	}
	
#content{
	background-color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b4a29;
	text-align:left;
	padding-left:10px;
	font-weight:normal;
	}
	
	
#content h4{
	font-family:"Copperplate Gothic Light";
	color:#705f3e;
	font-size:22px;
	font-weight:normal;
	}
	
h1.page_title{	
	font-family:"Copperplate Gothic Light";
	color:#705f3e;
	font-size:20px;
	font-weight:normal;
	}

a, a:link{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #5b4a29;
	text-decoration: underline;
	}

a:hover{
	text-decoration: none;
	}

#title{
	font-family:"Copperplate Gothic Light";
	color:#705f3e;
	font-size:28px;
	font-weight:normal;
	}
	
	
#bar{
	background-image:url(images/bar.jpg);
	background-repeat:no-repeat;
	background-color:#9a9a9a;
	}
	
	
	
#footer{
	font-size:11px;
	font-family: Arial,Helvetica,sans-serif;
	color:#9a8e77;
	background-color:#4a3d23;
	line-height: 13px;
	
	}

#footer a, #footer a:link{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #9a8e77;
	text-decoration: none;
	}

#footer a:hover{
	text-decoration: underline;
	}

.prop-desc-secondary
{
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #000000;
text-align: left;
font-weight: normal;
text-decoration: none;
}

.pricetag{
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
color: #3b3b3b;
text-align: center;
font-weight: bold;
text-decoration: none;
}

.seperation_line_and_alt_dark_color
{
background-color: #c8c8c8;
}



	