body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-x;
	background-color: #8EC039;
	margin: 0px;
	font-size: 12px;
}

#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}

#logo {
	width: 199px;
	height: 104px;
	position: absolute;
	left: 0px;
	top: 3px;
	z-index: 3;
}

#homepage_banner {
	width: 798px;
	height: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content_head {
	width: 800px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 140px;
}

#content {
	width: 798px;
	position: relative;
	left: 0px;
	top: 150px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-bottom: 0px;
}

#fixedcontent {
	width: 798px;
	position: relative;
	left: 0px;
	top: 150px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-bottom: 0px;
	height: 750px;
}

.comingsoon {position: absolute; top: 150px; left: 260px;}

.spotlight {position: absolute; right: 15px; top: 42px;}

#maintext {
	width: 546px;
	position: relative;
	top: 0px;
	left: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8EC039;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #8EC039;
}

.headline {
	color: #8EC039;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.title {font-size: 13px; font-weight: bold; font-style: italic;}

#contentheader{
	position:relative;
	left: 0px;
	top: 0px;
	width: 555px;
	height: 22px;
	background-image: url(../images/layout/header.png);
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 3px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#contentfooter{
	position:relative;
	left: 0px;
	top: 0px;
	width: 570px;
	height: 25px;
	background-image: url(../images/layout/footer.png);
}

#pagefooter {
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	font-size: 10px;
	bottom: 0px;
	width: 798px;
}

#pagefooterfixed {
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	font-size: 10px;
	bottom: 0px;
	width: 798px;
	position: absolute;
}

.titleicon {
	float:left;
	padding-right: 10px;
}

#listitem {height: 125px;}

#homelistheader {
	height: 45px;
	background-image: url(../images/homepage/arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	left: -10px;
	width: 400px;
	line-height: 40px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

.homepageicon {position: relative;}
.homepagelink {
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}

#textareafixed {
	position:absolute;
	width: 555px;
	height: auto;
	left: 215px;
	top: 0px;
}

#textarea {
	position: relative;
	width: 555px;
	height: auto;
	left: 215px;
	top: 0px;
}

#sponsor{
	height:100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 100px;
}
.sponsorlogo{
	height:100px;
	width:150px;
	float: left;
	padding-right: 25px;
}

#photo {
	width:230px;
	height:150px;
	background-image: url(../images/layout/photo_bg.png);
	background-repeat: no-repeat;
	float: right;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.thumbnail
	{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
	
#photocaption {
	width: 214px;
	height: 25px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	left: 10px;
	text-align: center;
	top: -5px;
}