html {
	background-color: #130f0c;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:bottom;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
div, p, h1, h2, img {
	margin:0;
	padding:0;
}
p {
	font-size:12px;
	color:#6c543a;
	margin-bottom:10px;
}
a {
	color:#6c543a;
	text-decoration:underline;
}
a:hover {
	color:#d44502;
}
h1 {
	color:#d44502;
	font-size:20px;
	margin-bottom:10px;
}
h2 {
	color:#d44502;
	font-size:14px;
	margin-bottom:10px;
}
#wrapper {
	width:996px;
	margin:0 auto 0 auto;
}
#header {
	width:690px;
	height:86px;
	padding:100px 148px 0 158px;
	background:url(../images/bg_header.png) top center;
	margin-top:48px;
}
#header_img {
	background-image:url(../images/header.gif);
	width:490px;
	height:116px;
	float:left;
	margin:10px;
}
#main {
	width:670px;
	background:url(../images/bg_trans.png) repeat;
	margin:0 auto 0 auto;
	padding:10px 10px 0px 20px;
}
#footer {
	width:700px;
	text-align:right;
	margin:0 auto 0 auto;
	background:url(../images/bg_footer.png) no-repeat top;
	padding:16px 0 0 0;
}
#footer p {
	font-size:10px;
	color:#FFF;
}
#menu {
	display:block;
	height:106px;
	margin:10px;
	float:left;
}
#menu ul {margin:0; padding:0; list-style-type:none;}
#menu li {margin-bottom:4px; display:block; width:150px;}
#menu li.Home {background:transparent url(../images/buttons/home_button.gif);}
#menu li.Menu {background:transparent url(../images/buttons/menu_button.gif);}
#menu li.Contact {background:transparent url(../images/buttons/contact_button.gif);}
#menu li.Events {background:transparent url(../images/buttons/events_button.gif);}
#menu a {display:block; width:150px; padding-top:26px; height:0; color:#000; text-decoration:none; overflow:hidden;}
* html #menu a:link, * html #menu a:visited {height:26px; he\ight:0;}

#menu a#Home {background:transparent url(../images/buttons/home_button_hl.gif) -150px -26px no-repeat;}
#menu a#Menu {background:transparent url(../images/buttons/menu_button_hl.gif) -150px -26px no-repeat;}
#menu a#Contact {background:transparent url(../images/buttons/contact_button_hl.gif) -150px -26px no-repeat;}
#menu a#Events {background:transparent url(../images/buttons/events_button_hl.gif) -150px -26px no-repeat;}

#menu a#Home:hover {background-position:top right; z-index:50;}
#menu a#Menu:hover {background-position:top right; z-index:50;}
#menu a#Contact:hover {background-position:top right; z-index:50;}
#menu a#Events:hover {background-position:top right; z-index:50;}

* html #menu a:hover {height:26px; he\ight:0;}
#sidebar {
	width:150px;
	margin:10px 10px 0 0;
	float:left;
}
#content {
	width:490px;
	margin:6px 10px 10px 10px;
	float:left;
}
.Clear { clear:both; }

.sidebarbox {
	background-color:#f5f1d8;
	width:150px;
	text-align: center;
	margin-bottom:10px;
	}
.sidebarbox_top {
	background:url(../images/sidebarbox/sidebarbox_top.gif) top no-repeat;
	padding-top:10px;
}
.sidebarbox_bot {
	background:url(../images/sidebarbox/sidebarbox_bot.gif) bottom no-repeat;
	padding: 0 10px 10px 10px;
}
.sidebarbox h1 {
	font-size:14px;
	text-transform:uppercase;
}
.sidebarbox p {
	margin:0;
}
.email {
	width:80px;
	height:13px;
	float:left;
}
.go {
	width:27px;
	float:left;
	height:20px;
	background-image:url(../images/sidebarbox/go.gif);
	border:none;
	margin-left:10px;
	cursor:pointer;
}
.eventitem {
	float:left;
	width:238px;
	height:86px;
	padding-top:30px;
}
.line {
	width:100%;
	border-bottom:dotted 1px #000;
	margin:10px 0;
}
.week {
	font-size:10px; margin-left:-20px; margin-top:10px;color: #6c543a
}