body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
.header {
	margin: auto;
	width: 100%;
	background-color: #007A00;
	height: 100px;
	text-align: center;
	border-bottom: solid 6px black;
}
.container .ad {
	padding: 5px;
	text-align: center;
}
.container .content .ad2 {
	float: left;
	width: 336px;
	clear: left;
}
.container .menu {
	width: 316px;
	float: left;
	clear: left;
	padding: 10px;
	font-size: 11px;
}
.container .menu em {
	color: #008000;
	font-style: normal;
}

.container .menu a:link {
	font-weight: bold;
	}

.container .content .text {
	float: right;
}
.container .content h1 {
	font-size: 24px;
	margin: 5px;
}

.container .copyright {
	clear: both;
	text-align: center;
	padding: 10px;
}




.container {
	width: 738px;
	margin: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #007A00;
	border-bottom-color: #007A00;
	border-left-color: #007A00;
}

