@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/bg.jpg) repeat-x #000000;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-top:0px;
	font-size: 12px;
	color: #FFFFFF;
}
table {
	font-size: 12px;
	color: #FFFFFF;
}


#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
#header	{ height:353px; background:url(images/main_01.jpg);}
#navcontainer	{
	margin:170px 0px 0px 10px;
	font-size: 12px;
	position: absolute;
}
#navlist {
	list-style-image: url(images/arrow.gif);
	margin:0px 0px;
	padding: 0px 10px;
	line-height: 1.5;
}
#navlist a { color:#FFFFFF; text-decoration:none; font-weight:bold;}
#navlist a:hover { color: #990000; text-decoration:underline;}
#main 	{
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#mainarea 	{
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#news	{
	background:url(images/main_03.jpg);
	width:218px;
	height:380px;
	float:left;
	color: #CCCCCC;
	font-size: 12px;
}
#news .text	{
	margin: 50px 15px;
}
#content1	{
	background:url(images/main_05.jpg);
	height:380px;
	width:620px;
	float:right;
	color: #CCCCCC;
	font-size: 12px;
}
#content1	.text	{
	margin: 50px 15px;
}
#content2	{
	background:url(images/main_05_2.jpg) #1a1a1a no-repeat;
	width:850px;
	color: #FFF;
	font-size: 12px;
	margin-top: 10px;
}
#content2 a { color:#FFFFCC;}
#content2	.titles	{
	margin: 20px 15px 0px 15px;
	font-weight: bold;
	font-size: 16px;
}
#content2	.text	{
	margin: 20px 15px;
	width: 820px;
	font-size: 12px;
}
#sponsors	{
	background:url(images/main_07.jpg);
	height:138px;
	margin: 10px 0px;
}
#sponsors .text	{
	margin: 45px 15px 0px 15px;
	position: absolute;
	width: 820px;
}
#footer	{
	background:url(images/main_09.jpg) no-repeat;
	height:135px;
	text-align: center;
	color: #CCCCCC;
	font-size: 10px;
}
#footerlinks	{
	margin-top:10px;
	padding-top: 10px;
}
#footerlinks a {
	font-size:10px;
	color:#CCCCCC;
	text-align: center;
}
#footer .navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	margin-top: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
