@charset "UTF-8";
/* CSS Document */

* { padding:0; margin:0; }

html 
	{ 
	margin:0 auto;	
	height:100%;
	}

body 
	{
	background-color: #f4e498;
	color: #825400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
	}
	
img 
	{  
	border: none; 
	text-decoration: none; 	
	}
	
ul, ol, li
	{
	list-style:none;
	text-decoration:none;
	}

a, a:visited 
	{ 
	color: #CC3300; 
	}
	
a:hover 
	{ 
	color: #CC0000;
	text-decoration:underline;
	}
	
#full
	{
	width:1135px;
	}
#tables
	{
	width:830px;
	float:left;
	}
#sponsors
	{
	width:250px;
	height:800px;
	padding:149px 0 0 50px;
	float:right;
	}
