body
{
	margin: 0;
	padding: 0;
	background: #2E2E2E;
	color: #CCC;
	font-size: 85%;
	font-family: arial;
}

img
{
	border: 0;
}

#headercont
{
	width: 100%;
	height: 125px;
	background: #000;
}

#header
{
	margin: 0 auto;
	width: 850px;
	height: 125px;
}

#menucont
{
	width: 100%;
	height: 40px;
	background: #333 url('../images/background-menucont.png') repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 850px;
	height: 40px;
	background: #333 url('../images/background-menu.png') no-repeat;
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid #444;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 12px 25px;
	background: #333 url('../images/background-menucont.png') repeat-x;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	border-left: 1px solid #444;
}

#menu ul li a:hover
{
	color: #FFF;
	background: #999 url('../images/background-ahover.png') repeat-x;
}

#maincont
{
	margin: 0 auto;
	width: 850px;
	line-height: 160%;
}

#maincont a
{
	color: #CCC;
	text-decoration: none;
}

#maincont a:hover
{
	color: #FFF;
	text-decoration: none;
}

#maincont p
{
	margin: 0 0 15px 0;
	padding: 0;
	color: #999;
}

#mainleft
{
	float: left;
	width: 485px;
	padding: 20px 15px 15px 0;
}

#flashbox
{
	width: 485px;
	height: 200px;
	margin: 0 0 10px 0;
	background: #2E2E2E;
}

#mainleft h1, h2
{
	margin: 0 0 8px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #444;
	font-size: 160%;
	font-weight: normal;
	color: #F90000;
}

#mainleft h3
{
	margin: 0 0 8px 0;
	padding: 0 0 7px 0;
	font-size: 100%;
	font-weight: bold;
	color: #F90000;
}

#mainleft h1 span, h2 span
{
	color: #FFF;
}

#mainright
{
	float: left;
	width: 330px;
	padding: 20px 15px 15px 5px;
}

#mainright #passplus
{
	width: 330px;
	height: 100px;
	font-weight: bold;
}

#mainright #passplus img
{
	float: left;
	margin: 0 10px 0 0;
}

#quotebox
{
	width: 330px;
	height: 150px;
	margin: 0 0 20px 0;
}

#advert
{
	margin: 0 0 20px 0;
}

#thumbbox
{
	width: 330px;
	height: 180px;
}

#thumbbox img
{
	margin: 0 15px 15px 0;
	border: 1px solid #6B6B6B;
}

#thumbbox img.endimg
{
	margin: 0 0 15px 0;
}

#footercont
{
	clear: both;
	width: 100%;
	height: 50px;
	background: #222;
	border-top: 1px solid #555;
}

#footer
{
	margin: 0 auto;
	width: 850px;
	height: 50px;
	background: #222;
	font-size: 80%;
	color: #777;
}

#footer a, a:hover
{
	color: #777;
	text-decoration: none;
}

#footer p
{
	margin: 17px 0 0 0;
	padding: 0;
}

#footerleft
{
	float: left;
	width: 300px;
	height: 50px;
	font-weight: bold;
}

#footerright
{
	float: left;
	width: 550px;
	height: 50px;
	text-align: right;
}

#counter
{
	margin: 0px auto;
	font-size: 10px;
	text-align: center;
	width: 200px;
}