* {
margin: 0;
padding: 0;
border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/pattern.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width: 880px;
/*	height: 890px;
*/	margin-left: auto;
	margin-right: auto;
	position:relative;

}

#top {
height: 167px;
width: 880px;
}

#bottom {
	width: 880px;
/*	height: 725px;
*/	background-color:#FFFFFF;
	border: 1px solid #666;

}

#pictures {
	padding-top: 7px;
	margin-left: 5px;
	width: 664px;
	float: left;
}


#events {
	width: 195px;
	height: 216px;
	background-color: #901b24;
	float: left;
	margin-left: 7px;
	margin-top: 7px;
}


#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	width: 190px;
}

#navlist li
{
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 190px;
	line-height: 32px;
}

#navcontainer {
	float: left;
	width: 190px;
	margin-left: 5px;
	margin-top: 7px;
}

#navcontainer #navlist a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	margin-left: 25px;
	height: 32px;
}

#navcontainer #navlist a:hover {
	color: #901b24;
	text-decoration: none;
	font-size: 14px;
	margin-left: 25px;
	height: 32px;
}


#navcontainer #navlist #active #current {
	color: #901b24;
	text-decoration: none;
	font-size: 14px;
	margin-left: 25px;
	height: 32px;
}

#main {
	float: left;
	margin-left: 10px;
	width: 650px;
}


.tab {
	width: 181px;
	height: 100px;
	background-image:url(../images/tab.gif);
	margin-top: 5px;
	float: left;
	margin-right: 55px;
}

.tab2 {
	width: 181px;
	height: 100px;
	background-image:url(../images/tab.gif);
	margin-top: 5px;
	float: right;
	background-repeat:no-repeat;
}


h2 {
	color: #901b24;
	font-size: 16px;
	margin-left: 10px;
	padding-top: 10px;
}

h1 {
	color: #901b24;
	font-size: 24px;

}

.click {
	color: #901b24;
	text-align: right;
	font-size: 10px;
	margin-right: 5px;
	}

.tabs {
	font-size: 10px;
	color:#000000;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0px;
}

p {
	font-size: 12px;
	color:#000000;
	margin-top: 10px;

}
#bottom #main #tabs {
	width: 660px;
	float: left;
}

#main2 {
	float: left;
	width: 650px;
	margin-top: 15px;
}

h3 {
	font-size: 16px;
	color:#FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #bb781d;
	margin-right: 10px;
}

.events {
	font-size: 12px;
	color:#FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}
#wrapper #bottom #events .events a {
	color: #bb781d;
	text-decoration: underline;
}

#shadow {
width: 880px;
height: 10px;
background-image:url(../images/bottomshadow.gif);
margin-left: auto;
margin-right: auto;
}

#footer {
width: 880px;
height: 20px;
margin-left: auto;
margin-right: auto;
}

.foot {
	color: #000000;
	font-size: 11px;
	text-align: center;
}#footer .foot a {
	color: #901b24;
	text-decoration: none;
}
#wrapper #bottom #main #tabs .tab .click a {
	color: #901b24;
}
#wrapper #bottom #main #tabs .tab2 .click a {
	color: #901b24;
}
#wrapper #bottom #navcontainer #secondpane .menu_head a {
	color: #FFFFFF;
	text-decoration: none;
}
.clear{
	clear:both;
	margin-bottom:20px;
}