body
{
	margin: 0px;
	padding: 0px;
	background-image: url('img/background.png');
}

#wrapper
{
	height: 100%;
	padding-top: 40px;
}

#pageContainer
{
	margin: 0 auto;
	width: 897px;
}

#pageHeader
{
	width: 897px;
	height: 79px;
	background: url('img/header.png') no-repeat;
}

#pageContentWrapper
{
	padding-left: 11px;
	padding-right: 15px;
	background-image: url('img/side_background.png');
	background-repeat: repeat-y;
}

#horizontalSeparator
{
	height: 5px;
	background: url('img/horizontal_separator.png') repeat-x;
}

.vertical_separator
{
	width: 14px;
	background: url('img/vertical_separator.png') no-repeat;
}

#mainMenu
{
	height: 43px;
}

#mainMenu a img
{
	float: left;
	border: 0px;
}

.main_menu_separator
{
	float: left;
	width: 6px;
	height: 43px;
	background: url('img/menu_separator.png') no-repeat;
}

#mainContentContainer
{
	width: 867px;
}

#mainContentContainer .top_background
{
	width: 867px;
	height: 36px;
	background: url('img/main_content_top.jpg') no-repeat;
}

#mainContentContainer .bottom_background
{
	width: 867px;
	height: 46px;
	background: url('img/main_content_bottom.jpg') no-repeat;
}

#mainContentContainer .middle_background
{
	background: url('img/main_content_middle.jpg') repeat-y;
}

#mainContent
{
	margin: 0px 15px 0px 20px;
	width: 832px;
}

#leftColumnCell
{
	vertical-align: top;
	width: 586px;
}

#rightColumnCell
{
	vertical-align: top;
	width: 232px;
}

#leftColumn
{
	padding-right: 5px;
}

#rightColumn
{
	padding-left: 5px;
}

#footer
{
	width: 897px;
	height: 85px;
	background: url('img/footer.png') no-repeat;
}

.footer_text
{
	text-align: center;
	padding-top: 28px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #6d4f35;
	text-decoration: none;
}

/* -- event calendar -- */
#eventCalendar
{
	width: 232px;
}

#eventCalendar .title
{
	text-align: center;
	font-family: Times New Roman;
	font-size: 15px;
	text-decoration: underline;
	color: #533620;
	padding-bottom: 15px;
}

#eventsList
{
	padding-left: 10px;
	padding-bottom: 20px;
}

.event
{
	padding-bottom: 20px;
}

.event_title
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	
	color: #2e4800;
}

.event_lead
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	
	color: #6d4f35;
}

.event_more
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #6d4f35;
}

.eventcalendar_bottom
{
	width: 195px;
	height: 1px;
	margin-left: 10px;
	background: #c8ba96;
}

/* -- event calendar end -- */

/* tinymce styles */
.brown_title
{
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #533620;
}

.brown_text
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #6d4f35;
	text-decoration: none;
}

.brown_text a
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #6d4f35;
	text-decoration: underline;
}

.green_title
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2e4800;
}
