@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;
	}
	
h2, h3
	{
	color:#815500;
	}
	
h2
	{
	font-size:24px;
	line-height:30px;
	text-transform:uppercase;
	}
h3
	{
	font-size:16px;
	line-height:20px;
	}
#full
	{
	width:1035px;
	}
#container
	{
	width:821px:
	}
.container_home
	{
	width:821px;
	float:left;
	}

#header
	{
	width:821px;
	height:72px;
	}

#nav
	{
	width:821px;
	height:57px;
	background:url(webimages/masthead_lower.jpg) bottom no-repeat;
	}
	
#nav li
	{
	float:left;
	display:inline;
	font:1.5em/1.25 Arial, Helvetica, sans-serif;
	}

#content
	{
	width:754px;
	padding:20px 27px 10px 40px;
	background:url(webimages/frame_right.jpg) right repeat-y;
	}	
#content_cal
	{
	width:784px;
	padding:20px 27px 10px 10px;
	background:url(webimages/frame_right.jpg) right repeat-y;
	}	


.tournament
	{
	background:url(schedule/line.gif) bottom no-repeat;
	height:225px;
	padding:20px 0 20px 0;
	}

.results
	{
	background:url(schedule/line.gif) bottom no-repeat;
	height:730px;
	padding:20px 0 20px 0;
	text-align:center;
	}
.resultsdoom
	{
	background:url(schedule/line.gif) bottom no-repeat;
	height:930px;
	padding:20px 0 20px 0;
	text-align:center;
	}

.resultsborder
	{
	border:5px solid #815500;
	}
.rules
	{
	background:url(schedule/line.gif) bottom no-repeat;
	padding:20px 0 20px 0;
	}
.rules p
	{
	line-height:22px;
	}
.field
	{
	float:right;
	}
	
.schedule_left
	{
	width:315px;
	float:left;
	}
	
.schedule_right
	{
	width:460px;
	float:right;
	}


.schedule_right p
	{
	text-indent:10px;
	padding-bottom:5px;
	}

#footer
	{
	width:821px;
	float:left;
	}

