body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat;
	}

.main{
	padding: 0px;
	}	
	
.main td{
	}
/* general headers */
h1 {
	text-align: left;
	margin: 5px;
	font-size: 24px;
	color: #ce824f;
	}
h2 {
	text-align: left;
	margin: 5px;
	font-size: 20px;
	color: #ce824f;
	}
h3{
	text-align: left;
	margin: 5px;
	font-size: 16px;
	color: #ce824f;
	}
/* events page */
.h2{
	text-align: left;
	margin: 5px;
	font-size: 20px;
	color: #ce824f;
	}
.h3 {
	text-align: left;
	margin: 5px;
	font-size: 16px;
	color: #ce824f;
	}
.content {
	border-bottom: 4px solid #2c200b;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	vertical-align: top;
	font-family: tahoma;
	font-size: 14px;
	color: white;
	}

.content table, .content table td {
	font-family: tahoma;
	font-size: 14px;
	color: white;
	}
	
.content table td {
	padding-left: 10px;
	padding-bottom: 15px;
	border-bottom: 2px solid #5c4928;
	}
	
.container {
	text-align: left;
	padding: 5px;
	padding-bottom: 20px;
	border: 1px solid black;
	margin-top: 7px;
	margin-bottom: 10px;
	width: 550px;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
	}
	
.menu {
	border-left: 4px solid #2c200b;
	width: 190px;
	background-color: #5a4826;
	border-bottom: 4px solid #2c200b;
	}
	
.menu ul{
	padding: 0px;
	margin: 10px;
	margin-bottom: 2px;
	display: list-item;
	list-style-type: none;
	}

.menu ul li{
	padding-bottom: 5px;
	}
	
.menu ul li a{
	width: 190px;
	font-size: 29px;
	font-family: tahoma;
	color:	#ce824f;
	text-decoration: none;
	border-left: 5px solid #ce824f;
	}
.menu ul li a:hover{
	border-left: 5px solid #1c160c;
	}

.bar {
	margin-left: 10px;
	border-left: 5px solid #ce824f;
	}
.bar:hover {
	border-left: 5px solid #1c160c;
	}	
.footer {
	text-align: center;
	color: #74581F;
	}