html, body
{
	margin: 0px;
	font-family: arial, verdana, helvetica, sans;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	color: #000000;
}

div#wrapper
{
	width: 920px;
	margin: 0px auto;
	clear: both;
}


div#left, div#middle, div#right
{
	float: left;
	clear: none;
	padding: 10px;
}

div#left
{
	width: 170px;
	height: 450px;
}

div#middle
{
	width: 430px;
	margin: 0px;
	padding: 10px;
}

div#right
{
	width: 260px;
	margin: 0px;
	padding: 10px;
}

object
{
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
}

#menu
{
	height: 400px;
	float: left;
}

h1,h2,h3,h4
{
	font-family: Helvetica,Arial, sans;
	line-height: 1em;
}

h1
{
	height: 16px;
	font-size: 14px;
	color: #FF6600;
}
	
h2
{
	font-size: 13px;
	height: 14px; 
}

h3
{
	font-size: 11px;
	height: 12px; 
}

a
{
	text-decoration: none; 
	color: #FF6600; 
}

a:hover
{
 	text-decoration: underline;
}

a:active
{	
	color: #ff6600;
}

a:visited
{
 	color: #ff6600;
}


img.mainsponsor, img.subsponsor
{
	display: block;
	padding: 4px 4px 4px 4px;
	margin: 10px 10px 0px 0px;
	border: 0px;
}

img.mainsponsor
{
	background-image: url('/images/mainsponsor_bg.jpg');
	clear: both;
}

img.subsponsor
{
	background-image: url('/images/subsponsor_bg.jpg');
	float: left;
	clear: none;
}
