
/****************************************************************/
/* 1. BLOCKS  */
/****************************************************************/



/****************************************************************/
/* 1. BACKGROUND & BORDER COLORS  */
/****************************************************************/
h1{
	border-color: #bebe82;
}
#holder{
	border-color:#bebe82;
}
#menu, #submenu, #footer{
	border-color: #bebe82;
}



/****************************************************************/
/* LISTS  */
/****************************************************************/
ul.visual_listings{
	margin-top: 10px;
	list-style-type: none;
}

ul.visual_listings li{
	clear: both;
	background-color: #BEBE82;
	margin: 0 0 8px 0;
	
}
ul.visual_listings h3{
	padding: 8px 8px;
}
ul.visual_listings img{
	float: left;
	margin: 0 8px 0px 0;
}

/****************************************************************/
/* LINKS */
/****************************************************************/
ul.links a{
	color: #5E5650;
}




/****************************************************************/
/* TEXT */
/****************************************************************/

#left p, #left h3{
	margin-right: 10px;
}

#left h5{
	border-top:  1px solid #bebe82;
	border-bottom:  1px solid #bebe82;
	padding: 4px 0 3px 0;
	margin: 0 10px 6px 0;
}

h4{
	border-color: #94C29F;
	
}
p {
  display: block;
  margin: 1.2em 0;
}


/****************************************************************/
/* forms  */
/****************************************************************/

#footer input{
	
}
