@charset "utf-8";
/* CSS Document */
#columns li h5 {
	text-decoration: none;
	background: #92c83e url(images/menu_bg.png) repeat-x; 
	margin: -5px -5px 0 -5px; 
	color: white;
	padding: 5px !important;
	font-size: 90%;
}
#columns li {
	float: right; 
	height: auto; 
	width: 85% !important; 
	margin-bottom: 10px;
	border: 1px solid #92c83e; 
	padding: 5px; 
}
#columns {
	list-style: none;
	width: 100%;
	margin: -10px -50px 0px -50px;
}
#famad li h5 {
	text-decoration: none;
	background: #FF0000 url(images/menu_bg.png) repeat-x; 
	margin: -5px -5px 0 -5px; 
	color: white;
	padding: 5px !important;
	font-size: 90%;
}
#famad li {
	float: right; 
	height: auto; 
	width: 85% !important; 
	margin-bottom: 10px;
	border: 1px solid red; 
	padding: 5px; 
}
#famad {
	list-style: none;
	width: 100%;
	margin: -10px -50px 0px -50px;
}


