/* PAGE */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #9A642F;
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
a:link, a:visited {
	color: #402615;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#page {
	text-align: center;
}
#frame {
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #312519;
	text-align: left;
}
/* --PAGE */
/* META */
.meta {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	color: #402615;
}
.meta a:link, .meta a:visited {
	color: #402615;
	text-decoration: none;
}
.meta a:hover, .meta a:active {
	text-decoration: underline;
}
/* --META */
/* HEADER */
#header {
	height: 170px;
	width: 100%;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: right;
}
/* --HEADER */
/* MAIN CONTENT */
#include {
	text-align: center;
	vertical-align: top;
	background-image: url(include.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #E9D6AD;
}
#left_border {
	width: 10px;
	background-image: url(left_border.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#right_border {
	width: 10px;
	background-image: url(right_border.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#left_column {
	width: 180px;
	background-color: #E0C58B;
	text-align: left;
	vertical-align: top;
	background-image: url(left_column.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#right_column {
	width: 180px;
	background-color: #E0C58B;
	text-align: left;
	vertical-align: top;
	background-image: url(right_column.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
/* --MAIN CONTENT */
/* FOOTER */
#footer {
	height: 40px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	color: #E9D6AD;
	font-size: 10px;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer a:link, #footer a:visited {
	color: #E9D6AD;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
/* --FOOTER */
/* INCLUDE PAGE */
#page_frame {

}
#page_header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #402615;
	padding: 5px;
	background-image: url(page_header.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#page_content {
	text-align: left;
	padding: 10px;
	color: #402615;
	background-image: url(include.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#page_footer {
	height: 10px;
	background-image: url(page_footer.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: none;
}
/* --INCLUDE PAGE */
/* MENU */
#top_menu {
	float:left;
	width: 100%;
	display: none;
}
#left_menu {
	width: 180px;
	float: left;
}
.sf-menu {
	float:			left;
	margin-bottom:	0px;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #402615;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#402615;
}
.sf-menu li {
	background-color: #E0C58B;
}
.sf-menu li li {
	background-color: #E6CE9D;
}
.sf-menu li li li {
	background-color: #E0C58B;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	background-color: #D8B66D;
	color: #402615;
}
/* --MENU */
/* CALENDAR */
#calendar_table {
	font-family: Arial, Helvetica, sans-serif;
}
#calendar_prev {
}
#calendar_next {
}
#calendar_month {
	font-size: 11px;
	background-color: #D8B66D;
	text-align: center;
	color: #402615;
}
#calendar_month a:link, #calendar_month a:visited {
	color: #402615;
	text-decoration: none;
}
#calendar_month a:hover, #calendar_month a:active {
	text-decoration: underline;
}
.calendar_day_header {
	font-size: 11px;
	border: 1px solid #D8B66D;
	background-color: #E9D6AD;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #402615;
}
#calendar_today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #402615;
	padding: 3px;
}
.calendar_day {
	text-align: center;
	font-size: 11px;
	border: 1px solid #D8B66D;
	background-color: #E9D6AD;
	padding: 3px;
	color: #402615;
}
#calendar_day_link {
	text-align: center;
	font-size: 11px;
	background-color: #402615;
	padding: 3px;
}
#calendar_day_link a:link, #calendar_day_link a:visited {
	color: #E9D6AD;
	text-decoration: none;
}
#calendar_day_link a:hover, #calendar_day_link a:active {
	text-decoration: underline;
}
/* --CALENDAR */
/* LISTING */
.listing {
	background-color: #E0C58B;
	border: 1px solid #402615;
}
.listing_top {
	background-color: #D8B66D;
}
.listing_bottom {
	background-color: #D8B66D;
}
.listing_image {
	padding:5px;
}
.listing_heading {
	font-size:12px;
	font-weight:bold;
}
#listing_heading a:link, #listing_heading a:visited {
	text-decoration: none;
}
#listing_heading a:hover, #listing_heading a:active {
	text-decoration: underline;
}
.listing_description {
	padding: 5px;
}
/* --LISTING */
/* SLIDESHOW */
#slideshow_container {
	width:525px;
	height:170px;
	float:right;
	margin-top: 25px;
	margin-right: 10px;
}
.slideshow {
	width:160px;
	height:120px;
	overflow: hidden;
	float: right;
	margin-right: 15px;
}
/* --SLIDESHOW */
/* COLUMN MODULE */
.column_module {
	vertical-align: top;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:5px;
}
.column_module_body {
	width: 170px;
}
.column_module_body .image {
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}
.column_module_heading {
	background-image: url(heading_tile.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	color: #402615;
	width: 170px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 5px;
}
.column_module_heading a:link, .column_module_heading a:visited {
	color: #402615;
	text-decoration: none;
	font-weight: bold;
}
.column_module_heading a:hover, .column_module_heading a:active {
	text-decoration: underline;
}
/* --COLUMN MODULE */
/* OTHER */
.border {
	border: 0px solid #000000;
}
.thick_border {
	border: 1px solid #666;
}
#login_form #username, #login_form #password {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #312519;
	width: 150px;
	text-align: center;
}
.content_header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #402615;
	padding: 5px;
	background-image: url(page_header.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
/* --OTHER */
