@import url(layers.css);
@import url(text.css);
#main_image {
	background: url(../../images/bg_band.gif) top repeat-x;
}
#main_image2 {
	background: url(../../images/bg_band2.gif) bottom repeat-x;
}
.items {
	border: 0px solid #cccccc;
	margin-left: 0px;
	padding: 5px;
	display: block;
}
.items a {
	font-family: Arial, Verdana;
	font-size: 14px;
	padding: 5px;
	color: #333333;
	display: block;
}
.items a:hover {
	background: #F9F1CD;
	border: 2px solid #FA4960;
	padding: 3px;
}