@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}
#content3 {
	padding: 5px;
	float: left;
	width: 410px;
	margin-top: 5px;
	text-align: justify;
	background-image: url(media/sidefade.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#content4 {
	padding: 5px;
	float: right;
	width: 360px;
	margin-top: 5px;
	text-align: justify;
	background-image: url(media/othersidefade.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.style4 {
	color: #B25F03;
	font-weight: bold;
}
.style5 {color: #B25F03; font-weight: bold; font-size: medium; }
.style6 {
	color: #678B3F;
	font-weight: bold;
}
a:link {
	color: #B25F03;
}
a:visited {
	color: #B25F03;
}
a:active {
	color: #B25F03;
}