@charset "utf-8";
body
	{background-color:#FF0000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;}
#wrapper
	{width:800px;
	margin-left:auto;
	margin-right:auto;}
#banner
	{width:800px;
	float:left;
	background-color:#000000;}
#content
	{width:800px;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/bg.gif);}
#leftcol
	{width:200px;
	float:left;
	background-color:#000000;
	background-image:url(../images/leftbg.jpg);
	background-repeat:no-repeat;
	/* height:800px; WHEN ENTER BUTTON IS REMOVED PUT THIS CODE BACK IN TO RETAIN LEFTCOL HEIGHT - JOSH */}
#maincol
	{width:580px;
	float:right;
	background-color:#FFFFFF;
	padding:10px;
	background-position:bottom;
	background-image:url(../images/watermark.jpg);
	background-repeat:no-repeat;}
#maincol a
	{color:#FF0000;
	text-decoration:none;}
#maincol a:hover
	{color:#FF6600;}
#tabletitle	
	{color:#FF0000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
#footer
	{width:795px;
	float:left;
	background-color:#000000;
	color:#FFFFFF;
	text-align:right;
	padding-right:5px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;}
#footer a
	{color:#FF0000;
	font-weight:bold;
	text-decoration:none;}
#footer a:hover
	{color:#FFFF00;}
.leftcolul
	{list-style:none;
	padding:0;
	margin:0;}
.leftcolul li
	{display:block;}