/*---------- Document ----------*/
#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	text-align: left;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, verdana, helvetica, arial, sans-serif;
	font-size: 80%;
	background: url('../images/bg.gif') top left repeat;
	color: #0f0f0f;
}
#header {
	height: 165px;
	}


/*---------- Navigation ----------*/

#nav {
	font-family: Copperplate Gothic Bold;
	font-size: 115%;
	}
#nav ul{
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;	
}
#nav li{
	margin: 0;
	padding: 0 30px;
	display: inline;
}
#nav a:link {
	color: #ffffff;
	text-decoration: none;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover{
	color: #064a01;
}

#nav{
	height: 60px;
	background: #808080;
	margin: 0;
	font-size: 110%
	}

#image {
	border: none;
	}
#nav #here {
	color: #064a01;
	font-size: 110%;
	}
/*-----------Content------------*/
#content {
	padding: 30px 40px 30px 40px;
	width: 490px;
	float: right;
	background: #ffffff;
	}
#content a:link {
	color: #064a01;
	text-decoration: none;
	}
	#content h5 {
		color: #064a01;
		}
#content a:hover {
	color:#000000;
	text-decoration: underline;
	}

/*-----------Column------------*/
#column {
	width: 190px;
	background: #064a01;
	float: left;
	padding: 30px 20px 20px 20px;
	}
#column h3 {
	color: #ffffff;
	margin: 0 0 -15px 0;
	}
#column a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 110%
	}
#column a:hover {
	color: #808080;
	text-decoration: none;
	font-size: 110%
	}


#column hr {
	color: #808080;
	}
#column h4 {
	color: #a0a0a0;
	}
	
	
/*-----------Event------------*/
#event {
	padding: 10px 50px;
	text-align: center;
	}
	
/*-----------Footer------------*/
#footer {
background: #808080;
text-align: right;
width: 785px;
color: #ffffff;
padding: 0 15px 0 0;
font-size: 85%;
clear: both;
}