body {
	background-color: #222222;
	background-image: URL(images/bg.png);
	background-repeat: repeat-x;
	font-family: Myriad Pro, Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	}

.container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 700px;
	}

.header {
	background-image: URL(images/header.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 150px;
	}

.maincontainer {
	width: 800px;
	height: 450px;
	}

.maincontainerwide {
	width: 900px;
	height: 450px;
	}

.indicator {
	float: left;
	width: 20px;
	height: 100px;
	margin-left: 70px;
	margin-top: 170px;
	text-align: left;
	line-height: 25px;
	color: #B2C979;
	}

.navmenu {
	float: left;
	width: 200px;
	height: 100px;
	margin-left: 10px;
	margin-top: 170px;
	text-align: left;
	line-height: 25px;
	font-weight: lighter;
	}

.maintext {
	float: right;
	width: 450px;
	height: 400px;
	margin-top: 25px;
	text-align: left;
	line-height: 25px;
	}

.maintextwide {
	float: right;
	width: 525px;
	height: 400px;
	margin-top: 25px;
	margin-right: 25px;
	text-align: left;
	line-height: 25px;
	}

.footercontainer {
	background-image: URL(images/footer.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 150px;
	margin-left: 0px;
	font-size: 10px;
	color: #4A4A4A;
	}

.footerleft {
	margin-top: 30px;
	margin-left: 100px;
	width: 300px;
	text-align: left;
	float: left;
	}

.footerright {
	margin-top: 30px;
	margin-right: 100px;
	width: 300px;
	text-align: right;
	float: right;
	}

.footercontainer a:link, a:visited {font-size: 10px; color: #4A4A4A; text-decoration: none;}
.footercontainer a:hover, a:active {font-size: 10px; color: #989898; text-decoration: underline;}

a:link.green, a:visited.green {font-size: 18px; color: #B2C979; text-decoration: none;}
a:hover.green, a:active.green {font-size: 18px; color: #CAE291; text-decoration: none;}

.headingtext {
	font-size: 22px;
	color: #B2C979;
}

input, select {
	width: 180px;
	height: 20px;
	color: #FFFFFF;
	background: #222222;
	border: 1px solid #4A4A4A;
}

textarea {
	width: 350px;
	height: 100px;
	color: #FFFFFF;
	background: #222222;
	border: 1px solid #4A4A4A;
}

img {
	background-color: #222222;
	padding: 5px 5px 5px 5px;
	border: 1px solid #3E3E3E;
	margin-right: 10px;
	margin-bottom: 10px;
}