@charset "utf-8";
.menubg/* CSS Document */

 {
	height: 42px;
	width: 408px;
	background-image: url(images/a1.gif);
}

.maincontent {
	height: 495px;
	width: 408px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

.base {
	height: 97px;
	width: 408px;
	background-image: url(images/base.jpg);
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
}

a:link {
	color: #79be10;
}
a:visited {
	color: #79be10;
}
a:hover {
	color: #79be10;
}
a:active {
	color: #79be10;
}





img {border:none;}.details {
	padding: 15px;
	font-size: .80em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

ul#menu {
	width: 100%;
	height: 35px;
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-position: left top;
	letter-spacing: .01em;
	text-transform: uppercase;
	
	}
	
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	
	}
ul#menu li a {
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(images/button.gif);
	width: 132px;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	text-align: center;
	line-height: 250%;
	
	}
ul#menu li a:hover {
	color: #1f7c07;
	background-image: url(images/button_over.gif);
}
ul#menu li a.current{
	color: #1f7c07;
	background-image: url(images/button_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
.smalltext {
	font-size: 80%;
}
h1 {
	font-size: 135%;
	color: #1f7c07;
}
.maincontent .details .text {
	font-size: .8em;
}
