body{
	background-color: #512C1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 18pt;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/curl.gif);
	background-repeat: repeat-y;
	background-position: 822px top;
}


h1{
	display: none;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #94bf37;
	margin-top: 15px;
	padding: 0 0 0 25px;
}

#container{
	width: 975px;
	padding: 25px 0 0 0;
}

#content{
	position: relative;
	z-index: 5;
	padding: 0 150px 0 25px;
}

#content a{
	color: #FFF;
	text-decoration: underline;
}

#content a:hover{
	color: #E4166A;
	text-decoration: underline;
}

.clearer{
	clear: both;
}

#logo{
	position: absolute;
	width: 284px;
	height: 370px;
	background-image: url(../img/logo.gif);
	left: 691px;
	top: 0px;
	z-index: 0;
}

#footer{
	color: #94BF37;
	font-size: 11px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: 225px top; 
	width: 950px;
	height: 80px;
	padding: 10px 0 0 15px;
	position: relative;
	z-index: 5;
}

#footer a{
	color: #94BF37;
}
/*
#menuContainer{
	width: 650px;
	height: 150px;
	overflow: scroll;
	border: 1px solid #CC0000;
}
*/
#imageMenu {
	height: 150px;
	overflow: hidden;
	border-bottom: 1px #e4166a;
	margin: 0 0 0 25px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 150px;
}

#imageMenu ul li {
	float:left;
	height: 125px;
	border-right: 1px solid #ffffff;
	display: block;
	padding: 25px 0 0 0;
}

#imageMenu ul li a {
	background: #FFFFFF none repeat scroll 0%;
	cursor: pointer;
	color: #512C1A;
	text-decoration: none;
	padding: 3px;
}

#imageMenu ul li a:hover {
	text-decoration: none;
	color: #E3057C;
}

#imageMenu ul li a.active {
	background: #E3057C none repeat scroll 0%;
	text-decoration: none;
	color: #FFFFFF;
}