*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: "arial";
	font-size: 85%;
}

img
{
	border: 0;
}

img.imgRight
{
	float: right;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 0 0 15px 15px;
}

a
{
	color: #9C0;
	text-decoration: none;
}

a:hover
{
	color: #333;
	text-decoration: none;
}




#headercont
{
	width: 100%;
	height: 150px;
	background: #333;
	border-bottom: 2px solid #9C0;
}

#header
{
	margin: 0 auto;
	width: 850px;
	height: 150px;
}

#headerleft
{
	float: left;
	width: 425px;
	height: 150px;
}

#headerright
{
	float: left;
	width: 425px;
	height: 150px;
	background: #333 url('../images/background-headerright.png') no-repeat;
}




#menucont
{
	width: 100%;
	height: 61px;
	background: #222;
}

#menu
{
	margin: 0 auto;
	width: 850px;
	height: 61px;
	font-size: 110%;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 15px 50px 15px 15px;
	text-decoration: none;
	color: #888;
	font-size: 80%;
}

#menu ul li a span
{
	display: block;
	font-weight: bold;
	font-size: 120%;
	color: #CCC;
	text-transform: uppercase;
}

#menu ul li a:hover, #menu ul li a:hover span
{
	background: #9C0;
	color: #FFF;
}



#maincont
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 850px;
	line-height: 180%;
}

#main p span
{
	font-size: 20px;
	color: #9C0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainleft
{
	float: left;
	width: 600px;
	padding: 15px 0 0 0;
}

#mainleft object
{
	margin: 0 0 15px 0;
}

#mainright
{
	float: left;
	width: 250px;
	padding: 15px 0 0 0;
}

#main p
{
	margin: 0 0 15px 0;
}

#main h1, h2
{
	font-size: 180%;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #555;
	letter-spacing: -1px;
}

#main h2 span
{
	color: #9C0;
}





#footercont
{
	width: 100%;
	background: #FFF;
	border-top: 1px solid #CCC;
	clear: both;
	font-size: 80%;
	color: #999;
}

#footer
{
	margin: 0 auto;
	width: 850px;
}

#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	color: #9C0;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 400px;
	padding: 15px 0;
}

#footerright
{
	float: left;
	width: 450px;
	padding: 15px 0;
	text-align: right;
}

#footerright ul
{
	list-style-type: none;
}

#footerright ul li
{
	display: inline;
}