body
{
	text-align: center;
	background-color: #FBFBFB;
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 12px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #8E8B7C;
}

a:hover
{
	color: #F5F1E5;
}

#wrapper
{
	width: 100%;
	text-align: center;
	background-image: url(images/design/bg_repeat_top.png);
	background-repeat: repeat-x;
}

#container
{
	width: 1000px;
	margin: 0 auto;
}

#top
{
	width: 1000px;
	height: 180px;
	background-image: url(images/design/bg_top.png);	
}

#menu
{
	width: 800px;
	height: 180px;
	margin: 0 auto;
}

#middle
{
	background-image: url(images/design/bg_middle.png);
	background-repeat: no-repeat;
	min-height: 391px;
	height: auto !important;
	height: 391px;
}

#main
{
	background-image: url(images/design/bg_main.png);
	background-repeat: repeat-y;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	color: #FBFBFB;
}

#main1
{
	background-image: url(images/design/toning_main.png);
	background-repeat: no-repeat;
	width: 800px;
	margin: 0 auto;
	min-height: 94px;
	height: auto !important;
	height: 94px;
}

#main2
{
	width: 760px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top: 0px;
	left: 0px;
}

#rightColumn
{
	width: 442px;
	margin-left: 318px;
	margin-right: 0px;
}

#main textarea
{
	width: 760px;
	height: 320px;
}

#footer
{
	text-align: center;
	background-image: url(images/design/bg_repeat_bottom.png);
	background-repeat: repeat-x;
}

#footer_center
{
	width: 1000px;
	height: 197px;
	background-image: url(images/design/bg_bottom.png);
	margin: 0 auto;
}

p
{
	margin-bottom: 0.5em;
	font-family: Verdana;
	font-size: 12px;
}

#controls
{
	position: fixed;
	top: 20px;
	left: auto;
	width: auto;
	right: 20px;
	background-color: #000000;
	color: #FDFDFD;
	border: 1px solid #FFFFFF;
	text-align: left;
}

#controls ul 
{
	margin-left: 0;
	padding-left: 0;
	display: block;
} 

#controls ul li 
{
	margin: 5px;
	list-style: none;
	display: block;
}

#login1
{
	text-align: center;
	position: relative;
	top: 80px;
	width: 100%;
}

#login2
{
	margin: 0 auto;
	width: 220px;
}

#login2 form
{
	text-align: left;
}

.listedContentItem
{
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px dotted #FFFFFF;
}

.comment
{
	margin-top: 10px;
	border-bottom: 1px dotted #FFFFFF;
}

.commentDate, .commentName
{
	font-weight: bold;
}

#comments
{
	display: none;
}

#upcoming
{
	background-image: url(images/content/upcoming.png);
	position: absolute;
	left: 6px;
	top: 75px;
	width: 210px;
	height: 310px;	
}

#upcomingEvents
{
	position: relative;
	top: 18px;
	left: 10px;
}

td.eventCell
{
	font-weight: bold;
}

td.eventCell a
{
	color: #FBFBFB;
}

td.emptyCell
{
	color: #8E8B7C;
}

#listedContent
{
	background-image: url(images/content/listing_bg.png);
	background-repeat: repeat-y;
	position: absolute;
	left: 240px;
	top: 168px;
	width: 514px;
	height: auto;
}

#listedContentTop
{
	background-image: url(images/content/listingBorderTop.png);
	background-repeat: no-repeat;
	width: 514px;
	height: 12px;
}

#listedContentBottom
{
	width: 514px;
	height: 12px;
	background-image: url(images/content/listingBorderBottom.png);
	background-repeat: no-repeat;
}

#calendarContainer
{
	background-image: url(images/content/bg_schedule.png);
	background-repeat: no-repeat;
	position: relative;
	top: 7px;
	left: 8px;
	width: 300px;
	height: 261px;
	text-align: center;
}

#calendarContainer table
{
	position: relative;
	top: -3px;
	left: 1px;
}

#calendarContainer td
{
	height: 33px;
	width: 33px;
}

#calendarContainer th,
#calendarContainer td.weekNumber
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

#calendarContainer td.dayCell
{
	font-family: Verdana;
	font-size: 18px;
}

#calendarMonth
{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
}

#calendarPreview
{
	position: absolute;
	left: 336px;
	top: 65px;
	width: 416px;
	height: 270px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(images/content/bg_events.png);
	background-repeat: no-repeat;
}

#copyright
{
	color: #FFFFFF;
	position: relative;
	top: 160px;
}

#copyright ul
{
	list-style: none;
	display: inline-table;
}

#copyright ul li
{
	float: left;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#copyright ul li.first
{
	float: left;
	border: none;
	padding-left: 0px;
}

#copyright ul li.last
{
	padding-right: 0px;
}

#copyright p
{
	margin: 0;
	padding: 0;
	clear: left;
}

#copyright a
{
	color: #FFFFFF;
}

#sitemap ul
{
	margin-left: 10px;
	list-style: none;
}

#sitemap ul ul
{
	display: none;
}

#sitemap a.sitemapUlShow,
#sitemap a.sitemapUlHide
{
	font-family: Courier New;
}
