html, body {
 background-color: #491500;
 font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
 font-size: 11px;
 color: #fff;
 margin: 0px;
 padding: 0px;
 height: 100%;    
 text-align: center;
}

#container {
 background: url(../images/bar.jpg) center left repeat-x #491500;
 width: 100%;
 height: 512px;
 margin-top: 165px;
 }

#logo {
 position: absolute;
 left: 50%;
 top: 60px;
 margin-left: -400px; /* half of width */
 width: 800px;
 height: 58px;
 background: url(../images/logo.jpg) top left no-repeat;
}

#main {
 position: absolute;
 left: 50%;
 top: 120px;
 width: 800px;
 height: 600px;
 background-color: #fff;
 margin-left: -400px; /* half of width */
}

#left { 
 position: absolute; 
 top:6px; 
 left: 7px; 
 width: 282px; 
 height: 588px; 
 background-color: #fff;
 margin: 0;
 padding: 0;
}

#middle { 
 position: absolute; 
 top:6px; 
 left: 296px; 
 width: 162px; 
 height: 566px;
 padding: 11px; 
 background: url(../images/nav_bg.jpg) top left repeat-y; 
}

#right { 
 position: absolute; 
 top:6px; 
 left: 467px; 
 width: 326px; 
 height: 588px;
 text-align: center;
 background-color: #859c0e; 
}

#content {
 position: absolute;
 top: 5px;
 left: 5px;
 padding: 5px;
 width: 306px;
 height: 568px;
 background: url(../images/address.jpg) no-repeat bottom right #9aad37;
}

#content-noaddress {
 position: absolute;
 top: 5px;
 left: 5px;
 padding: 5px;
 width: 306px;
 height: 568px;
 text-align: right;
 background: url(../images/no_address.jpg) no-repeat bottom right #9aad37;
}

.address {
	height:88px;
	width:148px;
	display:block;
	background: url(../images/address.gif) top left no-repeat;
	text-indent:-9999px;
	position: absolute;
	bottom: 5px;
	right: 20px;
}

#footer {
 position: absolute;
 left: 50%;
 top: 720px;
 margin-left: -400px; /* half of width */
 width: 800px;
 height: 58px;
 text-align: left;
 color: #95776b;
}

#footer_left {
 float:left;
 width: 500px;
 height: 58px;
 text-align: left;
}

#footer_right {
 float:right;
 width: 200px;
 height: 58px;
 text-align: right;
}

a:link {
color: #fff;
text-decoration: none;
}

a:hover {
color: #fff;
text-decoration: none;
}

a:visited {
color: #fff;
text-decoration: none;
}

p.sale img {
	border: 5px solid #6a7d04;
	margin-bottom: 5px;
}

p.sale {
	font-size: 12px;
	margin-bottom: 20px;
}

p.sale span {
	font-size: 11px;
}