body
{
	text-align:			center;
	background-color: 	#b9b9b9;
	margin:				0px;
	font-family:		arial;
	font-size:			12px;
}

#pagecontainer
{
	text-align:		left;
	margin-left:	auto;
	margin-right:	auto;
	width:			900px;
	background-color: white;
}

/* header */
#header
{
	width:			900px;
	height:			390px;
	background-color: white;
}












#topheader
{
	width:			900px;
	height:			148px;
	background-image: url('/images/header.gif');
}
#headerlinks
{
	display: inline;
	margin:	0px;
	width:	400px;
	position:relative;
	left:	490px;
	padding:	0px;
}

#headerlinks li
{
	display:inline;
	padding-right:16px;
}

#tabbar
{
	width:		900px;
	height:		38px;
}

#tabmenu 
{
	position:relative;
	margin: 0px;
	list-style:none;
	padding:0px;
	padding-left:26px;
}

#tabmenu li
{
	display:inline;
	margin: 0px;
	padding:0px;
	position:relative;	
}

#tabbar a
{
	color:	white;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	text-align: center;
	background-image:url('/images/tab.jpg');
	background-repeat: no-repeat;
	width:	170px;
	height:	27px;
	display:block;
	float: left;
	padding-top:12px;
}

#tabbar a.selected
{
	background-image:url('/images/tab_o.jpg');
	background-repeat: no-repeat;
}

#tabbar a:hover
{
	color:	white;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	background-image:url('/images/tab_o.jpg');
	background-repeat: no-repeat;
	width:	170px;
	height:	39px;
	display:block;
	float: left;
}

#headerpics
{
	width:	900px;
	height: 203px;
	background-image:url('/images/calendarpics.jpg');
}

/* content */
#content
{
	width:862px;
	min-height:420px;
	padding-left:19px;
	padding-right:19px;
	background-color:white;
}

#leftcolumn
{
	position:relative;
	float:left;
	width: 580px;
	min-height: 405px;
	background-color:white;
}
#rightcolumn
{
	position:relative;
	float:left;
	width: 282px;
	min-height: 405px;
	background-color:white;
}

h1
{
	font-size:24px;
	font-weight:bold;
	color:#6c6c6c;
}
.headercolor
{
	color:#908c5d;
}

a
{
	color: #383535;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:#908c5d;
}
#calendarinfo ul
{
	list-style-image:url('/images/listitemmarker.gif');
}
#calendarinfo li
{
	margin-top:4px;
	margin-bottom:4px;
}
#calendarinfo .buynowbutton
{
	padding-left:40px;
}
#rssbox
{
	margin-top:15px;
}
#rssbox img
{
	float:left;
	padding-left:38px;
	padding-right:4px;
}
#rssbox p
{
	position:relative;
	float:left;
}

#newsbox
{
	padding-left:38px;
}
#newsbox h2
{
	background-image:url('/images/headerbar.jpg');
	width:246px;
	height:30px;
	color: white;
	padding-top:8px;
	text-align:center;
	margin-bottom:0;
}
.newspaneltop
{
	background-image:url('/images/newspaneltop.gif');
	width:246px;
	height:12px;
}

.newspanelbottom
{
	background-image:url('/images/newspanelbottom.gif');
	width:246px;
	height:10px;
}

#newspanel
{
	background-image:url('/images/newspanelbody.gif');
	background-repeat: no-repeat;
	background-color:white;
	border-left: 1px solid #ece9e9;
	border-right: 1px solid #ece9e9;
	width:244px;
	height: 200px;	
}
#newspanel ul
{
	margin:0px;
	padding: 16px;
}
#newspanel li
{
	list-style-type:none;
}
#newspanel h3
{
	margin: 0px;
	color: #383535;
	font-size:12px;
	font-weight:bold;
}
#newspanel p
{
	padding:0px;
	margin:2px;
	margin-bottom:8px;
}

/* footer */
#footer
{
	background-image:url('/images/footer.jpg');
	width:	900px;
	height:	92px;
	color:#878484;
	text-align: center;
	padding-top: 16px;
}

#footer ul
{

}
#footer li
{
	display:inline;
}
#footer a
{
	font-size:12px;
	color:#878484;
	font-weight: normal;
	padding-right:	16px;
	padding-left: 16px;
}
#footer a:hover
{
	color:#908c5d;
}