body {
	text-align:center;
	min-width:450px;
	padding: 0;
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
A:link, A:visited {
	color: #4E3B2A;
	text-decoration: none;
}

A:active, A:hover {
	color: #4E3B2A;
	text-decoration: none;
}


#layout {
	height: 682px;
	margin-top: 127px;
	margin-bottom:20px;	}
/*IE Box Model hack*/
*html #layout {margin-top:110px;}
/*endhack*/
	
#main {
	width: 600px;
	height:440px;
	padding: 0;
	background:#B89254;
	margin:auto;
	margin-top:55px;
	border:solid 1px #79684F;
	}
/* Navigation*/
#navlist
{
margin: 0;
padding: 7px 0 20px 0px;
border-bottom: 1px solid #79684F;
}
*html #navlist {margin-right:-5px;}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #46412C;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}
.currentpage
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }
/*End Navigation*/

#content 
{
width:600px;
padding-left:15px;
padding-top:20px;
text-align:left;

}
.sectiontitle {
font-size:14px;
font-weight:bold;
color: #46412C;
margin-bottom:10px;
}

#content td { font-size: 12px; }

.maintext
{ height:340px; width:575px; background-color:transparent; margin-top:0; overflow:auto; /*scrollbar-base-color:#8896BD; scrollbar-arrow-color:#FFFFFF; scrollbar-DarkShadow-Color:#5569A0; scrollbar-Shadow-Color:#8896BD; scrollbar-Highlight-Color:#5569A0;*/}

.maintext table#events td h1 { margin: 0px; padding: 0px; font-size: 14px; text-decoration: underline; }
.maintext table#events td p { margin: 0px; padding: 0px; }
