body {
	font-family: Adobe Caslon Pro, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #67696b;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:link {
	font-style: italic;
	font-weight: normal;
	color: #84a855;
}
a:visited {
	font-style: italic;
	font-weight: normal;
	color: #84a855;
}
a:hover {
	font-style: italic;
	font-weight: normal;
	color: #84a855;
}
a:active {
	font-style: italic;
	font-weight: normal;
	color: #84a855;
}
#controller {
	width: 1000px;
	height: auto;
	position:relative;
}
#header {
	width:1000px;
	height:auto;
	position:relative;
	padding:0px 0px 0px 0px;
}
#body {
	width:970px;
	height:auto;
	position:relative;
	padding:100px 15px 30px 15px;
	background:url(images/index_bodybackground.jpg);
	text-align:left;
}
#copy {
	width:720px;
	height:auto;
	position:relative;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-size: 12px;
	line-height: 20px;
	color: #67696b;
}
#greenbox {
	width:189px;
	height:auto;
	background:url(images/index_greenbackground.jpg);
	background-repeat:no-repeat;
	position:absolute;
	padding:0px 25px 80px 25px;
	left:751px;
	top:0px;
	text-align:left;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}
#footer {
	width:1000px;
	height:auto;
	position:relative;
	padding:30px 0px 30px 0px;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
#controller #footer a {
	color: #aed579;
}
.listcopy {
	font-size:10px;
	line-height: 16px;
}
