body
{
	background: #000000 url(images/bg.jpg) top center repeat-x;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin-top: 0;
}

a
{
	text-decoration: none;
	color: #4d0604;
}

a:hover
{
	text-decoration: underline;
}

#page_container
{
	width: 900px;
	margin: 0 auto;
}

#header
{
	width: 900px;
	height: 59px;
	background: url(images/header_bg.jpg) top center no-repeat;
	margin: 0 auto;
	padding-top: 160px;
}

#main_menu
{
	text-align: center;
}

#main_menu .title
{
	display: none;
}

#main_menu ul
{
	padding: 0;
	margin: 0 auto;
}

#main_menu ul li
{
	display: inline;
	padding: 10px;
}

#main_menu a
{
	color: #ffffff;
	font-size: 14pt;
}

/*
#main_menu a:first-letter
{
	font-size: 18pt;
	text-transform: uppercase;
}*/

#content_left
{
	float: left;
	width: 212px;
	height: 529px;
	
	background: url(images/leftcol.jpg);
}

#content_center
{
	float: left;
	width: 477px;
}

#content_right
{
	float: left;
	width: 211px;
	height: 541px;
	background: url(images/rightcol.jpg);
}

#content_top
{
	width: 462px;
	height: 57px;
	padding-top: 25px;
	padding-left: 15px;
	background: url(images/content_top.jpg) no-repeat;
	overflow: hidden;
}

#content_main
{
	background: url(images/content_bg.jpg) repeat-y;
	padding: 5px;
	
	min-height:500px;
	height:auto !important;
	height:500px;
}

#content_main p
{
	margin-top: 0px;
}

#footer
{
	padding: 15px;
	text-align: center;
	width: 900px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 8pt;
}

#cl_a
{
	position: relative;
	margin-top: 50px;
	margin-left: 10px;
	width: 191px;
	height: 237px;
	overflow: hidden;
}

#cl_a a
{
	color: #4d0604;
}

#cl_b
{
	position: relative;
	margin-top: 79px;
	margin-left: 18px;
	width: 182px;
	height: 138px;
	overflow: hidden;
}

#cr_a
{
	position: relative;
	margin-top: 26px;
	margin-left: 9px;
	width: 187px;
	height: 43px;
	overflow: hidden;
}

#cr_b
{
	position: relative;
	margin-top: 31px;
	margin-left: 9px;
	width: 196px;
	height: 293px;
	/*overflow: hidden;*/
}

#cr_b h2
{
	margin: 0;
}


#cr_c
{
	position: relative;
	margin-top: 59px;
	margin-left: 9px;
	width: 187px;
	height: 43px;
	overflow: hidden;
	text-align: center;
}

.minilink
{
	font-size: 6pt;
	cursor: pointer;
}

.event_a, .event_b
{
	font-size: 8pt;
	font-family: tahoma;
	padding: 10px;
}

.event_a
{
	background: #cccccc;
}

.event_b
{
	background: #c0c0c0;
}

.blue
{
	color: blue;
}

.e_listing
{
	border-bottom: 1px #000000 solid;
}

.e_title
{
	font-weight: bold;
	width: 75px;
}

#news_email, #news_zip
{
	border: none;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#signup_button
{
	width: 72px;
	height: 24px;
	background: url(images/signup.jpg);
	cursor: pointer;
	float: right;
}

#playerWindow
{
	width: 400px;
	height: 168px;
	padding: 15px;
	margin: 0 auto;
}

#uploadContainer
{
	background: #bdb8a4;
	width: 870px;
	margin: 25px auto;
	padding: 15px;
	font-family: tahoma;
	font-size: 10pt;
}

#uploadTable
{
}

#uploadTable td
{
	background: #ffffff;
}

#mp3form, #imageForm
{
	display: none;
}

#mp3window, #imagewindow
{
	width: 810px;
	margin: 0 auto;
	padding: 15px;
	border: 1px #000000 solid;
	background: #ffffff;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#songList td.a, #imageList td.a
{
	background: #d98f0a;
}

.smclick
{
	cursor: pointer; 
	color: #420200;
}

#lightwindow_title_bar_inner
{
	background: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

#events
{
	width: auto;
	margin: 0 auto;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

#events td
{
	width: 55px;
	height: 55px;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	text-align: right;
}
#events .noday
{
	background: #000000;
}

#events .today
{
	background: #4D0604;
}

#events .isevent
{
	font-weight: bold;
	font-size: 18px;
	background: #ede6dc;
	cursor: pointer;
}

#event_showWin
{
	padding: 10px;
	text-align: center;
}
