/* GLOBAL STYLES */
body {
	background-image: url(../images/background.jpg);
}

/* a:link {
	color: #384A00;
}
a:visited {
	color: #394B01;
}
a:hover {
	color: #A3AC7D;
}
a:active {
	color: #394B01;
}
*/

.bodytext {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.LinkCat {
	font-size: 12px;
	font-weight: bold;
	color: #465707;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #465707;
}

.sitelinks2 {
	color: #465707;
	font-weight: bold;
}

.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 9px; }

.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #465707;
}

/* LISTING STYLES */
#listing_container {
	width:400;
	margin-bottom:35px;
}	

#listing_image {
	width:152px;
	float: left;
	display: inline;	
}

#listing_content {
	width:248px;
	float: left;
	padding:0 10 10 10;
	display: inline;
	text-align:left;	
	
}


/* DETAILS STYLES */
#detail_container {
	width:100%;
	margin-bottom:20px;
	text-align: center;

}	

#detail_content {	
	width:400px;
	text-align: left;
	padding:0 10 10 10;
}

#detail_image {
	width:100%;
}

#imagerotate {
	width:100%;
	margin-bottom:25px;
	text-align: center;
}


.detail_title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
	

