html
{
	overflow: auto;
}

body
{
	margin: 0;
	padding: 0;
	background: #2E2E2E url('../images/background.jpg');
	font-size: 70%;
	font-family: verdana;
	color: #DDD;
}

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

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

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

#headercont
{
	width: 870px;
	height: 50px;
	letter-spacing: -1px;
	color: #FFF;
	padding: 0 15px;
	background-color: #333333;
	background-image: url(../images/headercont-background.jpg);
	background-repeat: repeat-x;
}

#headercont ul, #footercont ul
{
	list-style-type: none;
	text-align: right;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

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

#headercont ul li a, #footercont ul li a
{
	color: #FFFFFF;
	text-decoration: none;
}

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

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

#mainleft
{
	float: left;
	width: 420px;
	height: 295px;
	padding: 15px;
	line-height: 150%;
	background-color: #333;
	background-image: url(../images/main_left.jpg);
}

#mainleft h1
{
	font-weight: normal;
	font-family: arial;
	font-size: 200%;
	letter-spacing: -2px;
	color: #000000;
	border: thin none #FFFFFF;
	margin: 0;
	padding: 0px;
}

#mainleft h1 span
{
	color: #FFFF33;
}

#mainright
{
	float: left;
	width: 420px;
	height: 310px;
	padding: 15px 15px 0 15px;
	overflow: auto;
	line-height: 125%;
}

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

p a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

p a:hover
{
	color: #FFFF33;
	text-decoration: none;
	font-weight: bold;
}

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

#menucont
{
	width: 900px;
	height: 75px;
	background-color: #1B1B1B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#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: #FFFFFF;
	border: 2px solid #000000;
	text-decoration: none;
	background-color: #444444;
}

#menucont ul li a.active
{
	color: #FFF;
	text-decoration: none;
	border: 2px solid #FFFF33;
	background-color: #1B1B1B;
}

#menucont ul li a:hover
{
	color: #FFF;
	text-decoration: none;
	border: 2px solid #FFFF33;
	background-color: #1B1B1B;
}

#footercont
{
	width: 870px;
	height: 48px;
	color: #FFFFFF;
	letter-spacing: -1px;
	padding: 0 15px;
	background-color: #333333;
	background-image: url(../images/headercont-background2.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.style1 {color: #FFFF33}
.fontsz {
	font-size: 10px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
