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

body
{
	background-image:url(images/court.jpg);
	background-position:bottom;
	font-family: asap, sans-serif;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-color: black;
	}
#container
{
	padding-top:50px;
	width:900px;
	margin:auto;
	}
#wrapper
{
	background-image:url(images/transparent1.png);
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	
	-moz-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;

	position:relative;
	}

#pageheader
{
	width:900px;
	height:150px;
	background-color:orange;
	background-image:url(images/header1.png);
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	position:relative;
	}
	
#pagenav
{
	width:700px;
	height:32px;
	background-color:#2E2E2E;
	padding-left:200px;
	line-height:30px;
	}
/*
#pagenav a
{
	text-decoration:none;
	color:#DD5500;
	display:block;
	float:left;
	height:30px;
	width:auto;
	padding-left:15px;
	padding-right:15px;
	line-height:30px;
	margin:auto;
	}
#pagenav a:hover
{
	background-color:black;
	}
*/
#leftcolumn
{
	float:left;
	min-height:580px;
	height:580px;
	height:auto !important;
	width:175px;
	background-color:black;
	padding:10px;
	color:white;
	text-align:center;

	position:absolute;
	left:6px;
	}
#leftcolumn a
{
	border:1px solid white;
	text-decoration:none;
	color:#DD5500;
	padding:5px;
	background-color:#2E2E2E;
	display:block;
	}
#leftcolumn a:hover
{
	
	background-color:black;
	}
#content
{
	width:680px;
	float:right;
	min-height:580px;
	height:580px;
	height:auto !important;
	/*background-color:#DD5500;*/
	padding:10px;
	}
#subcontent
{
	/*background-color:white;*/
	width:660px;
	min-height:560px;
	height:560px;
	height:auto !important;
	padding:10px;
	/*width is actually 680 and height is actually 580*/
	}
#calendarimage
{
	margin-left:20px;
	}
#calendarimage a
{
	color:black;
	}
#pagefooter
{
	clear:both;
	min-height:50px;
	height:50px;
	height:auto !important;
	width:880px;
	background-color:#2E2E2E;
	line-height:20px;
	
	color:white;
	text-align:center;
	padding: 10px;
	
	-moz-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	}
#pagefooter strong 
{
	color:#DD5500;
}
#music
{
	position:absolute;
	top:10px;
	right:0px;
	}


