html
{
	overflow: auto;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-family: verdana;
	color: #DDD;
	background-image: url(../assets/background33.jpg);
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -450px;
	position: absolute;
	top: -250px;
	left: 50%;
}

#container    
{
	width: 900px;
	height: 480px;
	background: #444;
}

#headercont
{
	width: 870px;
	height: 90px;
	letter-spacing: 1px;
	color: #FFF;
	background-repeat: repeat-x;
	background-color: #DA407B;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}

#headercont ul, #footercont ul
{
	margin: 0;
	padding: 18px 0 0 0;
	list-style-type: none;
	text-align: left;
}

#headercont ul li, #footercont ul li
{
	display: inline;
	margin: 0 0 0 10px;
}

#headercont ul li a, #footercont ul li a
{
	color: #666666;
	text-decoration: none;
}

#headercont ul li a:hover, #footercont ul li a:hover
{
	color: #FFF;
	text-decoration: none;
}

#maincont
{
	width: 900px;
	height: 325px;
	background-color: #2B2B2B;
}

#mainleft
{
	float: left;
	width: 420px;
	height: 295px;
	padding: 15px;
	background-color: #444;
	background-repeat: no-repeat;
	background-position: center center;
}

#mainleft h1
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: arial;
	font-size: 300%;
	letter-spacing: -2px;
	color: #AAA;
}

#mainleft h1 span
{
	color: #9C0;
}

#mainright
{
	float: left;
	width: 420px;
	height: 310px;
	padding: 15px 15px 0 15px;
	overflow: auto;
	line-height: 150%;
}

#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: 180%;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #777;
}

#menucont
{
	width: 900px;
	height: 75px;
	background-color: #DA407B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8080;
}

#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;
	color: #E7FF9B;
	border: 2px solid #FF8080;
	text-decoration: none;
	background-color: #DA407B;
}

#menucont ul li a.active
{
	color: #FFF;
	text-decoration: none;
	background-color: #DA407B;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#menucont ul li a:hover
{
	color: #FFF;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	background-color: #FF8080;
}
