@charset "utf-8";


body 
{
	background-image:url(images/bgimage.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	color:#ffff00;
	font-family:inherit;
	text-align: center;
}

div.header
{
	width:850px;
	height:110px;
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
}

div.header_left
{
	float:left;
	width:120px;
	height:110px;
}

div.header_center
{
	text-align:center;
	float:left;
	width:610px;
	height:110px;
}

div.header_right
{
	float:left;
	width:120px;
	height:110px;
}

div.footer
{
	float:left;
	width:850px;
	height:40px;
	background-color:#000000;
	margin-left:auto;
	margin-right:auto;
}

img
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	border:none;
}

#div_site 
{
	width: 850px;
	background-color: #000000;
	text-align: left;
	padding-bottom: 5px;
	padding-top:5px;
	margin-left: auto;
	margin-right: auto;
}

.copyright
{
	font-size:x-small;
	color:#FF0000;
	text-align:center;
	padding-top:15px;
}
	
div.menu
{
	float:left;
	width: 850px;
	max-width: 850px;
	height: 18px;
	background-color: #000000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 28px;
}

div.body
{
	width: 850px;
	max-width: 850px;
	min-height:400px;
	background-color: #000000;
	text-align:center;
	vertical-align: top;
	height: auto;
}

h1
{
	font-weight: bold;
	color:#FF0000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
	
h2
{
	color: #ff0000;
}

h3
{
	color:#FF0000;
	text-align:center;
	text-decoration:none;
}
	
h4
{
	color:#FF0000;
}

a:link
{
	color: #ffffff;
	text-decoration: none;
}

a:active
{
	color:#ffffff;
	text-decoration: none;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
}

a:hover 
{
	color: #ffffff;
	text-decoration:underline;
}

div.links
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

div.links_left 
{
	width:300px;
	float:left;
	text-align:center;
	vertical-align:middle;
}

div.links_right
{
	width:300px;
	float:right;
	text-align:center;
	vertical-align:middle;
}

table.results
{
	table-layout: fixed;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

