BODY {
	margin: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

img
{  border-style: none;
}

.header {
	width: 950px;
	height: 80px;
	background-color: #86A02D;
	color: #DAEE9B;
	font: xx-large "Copperplate Gothic Light", Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.header_small {
	color: #000;
	font-size: x-large;
}

div#menu {
	float: left;
	width: 950px;
	background-color: #DAEE9B;
	height: 30px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

div#menu li {
	position: relative;
	list-style: none;
	margin: -1 px 0 0 7em;
	float: left;
	font: 13px "copperplate gothic light", Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
div#menu li a {
	color: #000;
	text-decoration: none;
}

.main {
	width: 950px;
	height: 500px;
	float: left;
	position: relative;
}

.footer {
	font: small/24px "Copperplate Gothic Light", Georgia, "Times New Roman", Times, serif;
	float: left;
	position: relative;
	width: 950px;
	background-color: #DAEE9B;
	text-align: center;
	height: 25px;
}

