html
{
	overflow: auto;
}

body
{
	margin: 10px;
	padding: 10px;
	background: #2E2E2E url('../graphics/background.gif');
	font-size: 70%;
	font-family: verdana;
	color: #DDD;
}

body a:link
{
	color: #696; 
	text-decoration: none;
	background-color: transparent
}

body a:visited
{
	color: #699;
	text-decoration: none;
	background-color: transparent
}

body a:hover
{
	color: #C93;
	text-decoration: none;
	background-color: transparent
}

body a:active
{
	color: #900;
	text-decoration: none;
	background-color: transparent
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -450px;
	position: absolute;
	top: -250px;
	left: 50%;
}

#container    
{
	width: 900px;
	height: 500px;
	background: #444;
}

#headertitle
{
	width: 870px;
	height: 50px;
	background: #9C0;
	color: #E8FF9F;
    letter-spacing: 4px;
	padding: 0 15px;
}

#headertitle ul
{
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	text-align: left;
	font-size: 225%;

}

#headertitle ul li 
{
	display: inline;
	margin: 0 0 0 10px;
}

#headertitle ul li a
{
	color: #E8FF9F;
	text-decoration: none;
}

#headertitle ul li a:hover
{
	color: #E8FF9F;
	text-decoration: none;
}

#footercont
{
	width: 870px;
	height: 24px;
	background: #9C0;
	color: #E8FF9F;
	border-top: 1px solid #7EA800;
	letter-spacing: -1px;
	padding: 0 15px;
}

#footercont ul
{
	margin: 0;
	padding: 6px 0 0 0;
	list-style-type: none;
	text-align: right;
}

#footercredit
{
	width: 870px;
	height: 24px;
	background: #9C0;
   	letter-spacing: -1px;
	padding: 0 15px;
	font-size: 10px;
}

#footercredit ul
{
	margin: 0;
	padding: 6px 0 0 0;
	list-style-type: none;
	text-align: right;
	font-family: verdana;
	color: #E8FF9F;
}

#footercont ul li, #footercredit ul li 
{
	display: inline;
	margin: 0 0 0 10px;
}

#footercont ul li a, #footercredit ul li a
{
	color: #E8FF9F;
	text-decoration: none;
}

#footercont ul li a:hover, #footercredit ul li a:hover
{
	color: #FFF;
	text-decoration: none;
}

#maincont
{
	width: 900px;
	height: 325px;
	background: #444;
}

#menucont
{
	width: 900px;
	height: 75px;
	background: #8FBF00;
	border-bottom: 1px solid #A6DD00;
	letter-spacing: 2px;
}

#menucont ul
{
	margin: 0;
	padding: 19px 0 0 22px;
	list-style-type: none;
}

#menucont ul li
{
	display: inline;
}

#menucont ul li a
{
	float: left;
	padding: 10px 15px;
	margin: 0 10px 0 0;
	background: #8FBF00;
	color: #E7FF9B;
	border: 2px solid #8FBF00;
	text-decoration: none;
}

#menucont ul li a.active
{
	color: #FFF;
	text-decoration: none;
}

#menucont ul li a:hover
{
	background: #83AE00;
	color: #FFF;
	text-decoration: none;
	border: 2px solid #A6DD00;
}

#mainleft
{
	float: left;
	width: 425px;
	height: 310px;
	padding: 15px 15px 0 15px;
	overflow: auto;
	line-height: 150%;
	background: #333;
}

#mainleft p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#mainleft h1, h2, h3 
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 160%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #777;
}

#mainright
{
	float: left;
	width: 415px;
	height: 310px;
	padding: 15px 15px 0 15px;
	overflow: auto;
	line-height: 150%;
	background: #444;
}

#mainright p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#mainright h1, h2, h3 
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 160%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #777;
}

#galleryleft
{
	float: left;
	width: 0px;
	height: 310px;
	padding: 15px 15px 0 15px;
	overflow: auto;
	line-height: 150%;
	background: #333;
}

#galleryleft p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#galleryleft h1, h2, h3 
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 160%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #777;
}

#galleryright
{
	float: left;
	width: 840px;
	height: 310px;
	padding: 15px 15px 0 15px;
	overflow: auto;
	line-height: 150%;
	background: #444;
}

#galleryright p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#galleryright h1, h2, h3 
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 160%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #777;
}