@charset "utf-8";
#container {
	padding: 5px;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	background-color: #FFFFFF;
}
#top {

}
#content1 {
	padding: 0px;
	float: left;
	height: 290px;
	width: 415px;
}
#content2 {
	float: right;
	height: 290px;
	width: 355px;
	overflow: auto;
	background-color: #8CB85C;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer {
	padding: 5px;
	background-color: #678B3F;
	font-size: x-small;
	text-align: right;
}
.clear {
	clear: both;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: small;
}
body {
	background-image: url(media/bg.jpg);
	background-repeat: repeat-x;
	background-color: #678B3F;
}
.style1 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {color: #8CB85C}
.style3 {color: #333333}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}