body {
	background-color: #339933;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#innercontainer {
	float: left;
}

#header {
	background-image: url(../images/top.jpg);
	height: 160px;
	margin-bottom: 10px;
}

#footer {
	width: 920px;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}

	#footer a {
		color: #FFFFFF;
		text-decoration: underline;
	}

#left {
	background-color: #6bad6b;
	background-image: url(../images/botleft.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	width: 250px;
	height: 460px;
	margin-left: 10px;
	margin-right: 10px;
}

	#leftinner {
		margin: 20px;
	}
	
		#leftinner p {
			line-height: 18.2px;
		}
	
		#leftinner a {
			color: #FFFFFF;
			font-size: 20px;
			text-decoration: none;
		}
		
		#leftinner a:hover {
			color: #CC0000;
		}

#right {
	background-color: #FFFFFF;
	background-image: url(../images/botright.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 640px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

	#rightinner {	
		margin: 20px;
	}
	
		#rightinner h1 {
			color: #339933;
			font-size: 20px;
		}
		
		#right a {
			color: #CC0000;
		}
		
		#right a:hover {
			color: #339933;
		}

.break {
	clear: both;
}

.textsmall {
	font-size: 11px;
}