body
{
	background: #908C84;
	overflow: auto;
	font-family: Trebuchet MS, arial, sans-serif;
	margin: 0px;
}
#main
{
	width: 760px;
	margin: 0 auto;
}
#main_content
{
	width: 760px;
	background: url("images/header.jpg") no-repeat;
	float: left;
}
#left
{	
	margin-top: 272px;
	margin-left: 12px;
	display: inline;
	float: left;
}
	#menu_box
	{
		background: url("images/menu_box.jpg") no-repeat;
		height: 280px;	
		width: 177px;
		text-align: right;
		padding-right: 20px;
		padding-top: 50px;
	}
	#menu_box a
	{
		text-decoration: none;
		color: #29456C;
		font-family: arial;
		font-size: 12px;
		display: block;
		background: url("images/menu_px.gif") no-repeat right bottom;
		margin-bottom: 10px;
	}
	#menu_box a:hover
	{
		text-decoration: none;
		color: #29456C;
		font-weight: bold;
	}
	#menu-box ul
	{
		margin: 0px;
		padding: 0px;
		border: 1px solid red;
	}
	#contact_box
	{
		background: url("images/contact_box.jpg") no-repeat;
		margin-top: 15px;
		height: 126px;
		width: 182px;
		padding-top: 60px;
		padding-right: 15px;
		font-size: 11px;
		text-align: right;
	}
#content
{
	float: right;
	font-size: 12px;
	width: 470px;
	padding: 5px 15px 15px 15px;
	margin-top: 335px;
	color: #fff;
}
	#content a
	{
		color: #fff;
	}
	#content #list_dates
	{
		width: 100%;
		background: #89857D;
		border-collapse: collapse;
		font-size: 14px;
		padding: 5px;
	}
	#content #list_dates tr th,
	#content #list_dates tr td
	{
		border-bottom: 1px solid #aeaaa1;
		vertical-align: top;
		padding: 5px;
	}
	#content #list_dates tr th
	{
		background: #7C7871;
	}
	#content #list_dates tr td.spots
	{
		font-size: 16px;
		font-weight: bold;
		background: #7C7871;
	}
	#content #list_dates tr:hover td
	{
		background: #7C7871;
	}
#footer
{
	border-top: 1px solid #fff;
	margin-top: 10px;
	height: 50px;
	width: 740px;
	padding: 5px;
	font-size: 8pt;
	color: #fff;
	float: left;
}
#footer a
{
	color: #fff;
}