/* CSS Document */
/* mts */
/*
Colors
000			black				border lines, text
e8cda3		beige				background
cc0000		red					border lines, text
*/


body
{
	color:#000;
	background-color:#000;
	font-family:arial, helvetica, sans-serif;
	font-size:100%;
}

h1, h2
{
	color:#c00;
}

h1	
{
	font-size:140%;
}

h2	
{
	font-size:100%;
}

h3	{
	font-size:90%;
}

h4	{
	font-size:80%;
	color: #c00;
}

p, ul
{
	color:#000;
	font-size:85%;
}

.banner
{
	background-color:#e8cda3; 
}

#season
{
	color:#c00;
	font-size:175%;
	font-weight:bold;
}

.menu
{
	background-color:#000000;
	color:#fff;
	font-size:90%;
}

.menu a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.menu a:hover
{
	color:#c00;
	text-decoration:none;
	font-weight:bold;
}

#main2 dt
{
	color:#c00;
	font-weight:bold;
	font-size:120%;
}

#leftcolumn a
{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#leftcolumn a:hover
{
	color:#c00;
	text-decoration:none;
	font-weight:bold;
}


.submenu
{
	color:#000;
	font-size:90%;
	background-color:#fff;
}


.submenu a
{
	background-color:#fff;
	color:#000;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
}

.submenu a:hover
{
	background-color:#fff;
	color:#c00;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
}

#leftcolumnbox
{

	background-color:#e8cda3;
}

#leftcolumn
{
	border-right:5px solid #000;
}

#leftcolumn p
{
	font-size:75%;
}

#content, #main, #main2
{
	background-color:#fff;
}

#upcoming
{
	border:#c00 solid 4px;
}

#upcoming p
{
	font-size:70%;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#upcoming h2
{
	font-size: 100%;
	font-weight: bold;
	color: 000;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 5px;
}

#upcoming h3
{
	font-size: 90%;
	font-weight: bold;
	color: 000;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 5px;
}

.footer
{
	background-color:#e8cda3;
	font-size:90%;
	border-top:5px solid #cc0000; 
}
