body {
	background-color: #66c56a;
	background-image: url(images/bodybg2.gif);
	background-position: top center;
	background-repeat: repeat-x;
	margin-top: 0px;
}

.menu {
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	height: 40;
	border-bottom: 1px solid #000;
}

ul {
	position: relative;
	margin: 0;
	padding-top: 11px;
}

ul li {
	margin: 0;
	list-style-type: none;
	display: inline;
}

.menu a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 11px;
	padding-bottom: 10px;
	text-decoration: none;
	border-right: 1px solid #000;
	font-family: Verdana;
}

.menu a:hover {
	background-color: #ebab67;
	padding: 11px;
	padding-bottom: 10px;
}

.text {
	font-size: 14px;
	font-family: Verdana;
	color: #000;
	padding: 6px;
	text-align: justify;
}

h1 {
	margin: 0;
	font-size: 16px;
	font-family: Verdana;
	color: #000;
	font-weight: bold;
}