html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

body{
	background: url(images/background.png) repeat;
	font: 1em century gothic, helvetica, sans-serif;
	color: #ffffff;
}

a {
	color: #09E811;
	text-decoration: underline;
	}

table {
	width: 600px;
	position: relative;
	margin: auto;
	text-align: center;
	border: 1px outset #FFFFFF;
	
}

td {
	
	border: 1px outset #FFFFFF;
}

.link{
	color: #ffffff;
	text-decoration: underline;
}
#header{
		background: url(images/header_background.png) repeat;
		height: 157px;
		width: 100%;
}

#header-content{
		width: 800px;
		height: 157px;
		position: relative;
		margin: auto;
		background: url(images/header.png) no-repeat;
		text-indent: -999999px;		
}

#navigation{
		width: 100%;
		height: 49px;
		background: url(images/nav_background.png) repeat;
		margin-bottom: 20px;
}
#navigation ul{	
		margin: auto;
		position: relative;
		height: 49px;
		width: 800px;
		font: 1.7em century gothic, helvetica, sans-serif;	
	}
#navigation	ul li {
		display: inline;
		}
#navigation	ul li a {
			display: block;
			height: 49px;
			float: left;
			color: #ffffff;
			text-decoration: none;
			margin-top: 5px;
		}
#navigation li.home a {
			width: 132px;
		}
#navigation li.org a {
			width: 218px;
		}
#navigation li.project a {
			width: 142px;
		}
#navigation li.events a {
			width: 118px;
		}
#navigation li.contact a {
			width: 190px;
		}
#navigation li a:hover {
			color: #0b4413;
		}
.selected{
	color: #0b4413 important!;
}

#content{
		width: 100%;
		padding-bottom: 20px;
		background: url(images/nav_background.png) repeat;
}

#container{
		width: 800px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
		position: relative;
		margin: auto;
}

.main_image{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	}
	
.pageheader{
	font: 1.7em century gothic, helvetica, sans-serif;
	text-align: center;
	}

#container h2{
	font: 1.3em century gothic, helvetica, sans-serif;
	text-align: center;
	}
		
#container p{
		margin:10px;
	}

#container ul {
	text-align: center;
	padding: 40px 0px 20px 0px;
	width: 800px;
	height: 20px;
	border-bottom: 2px solid #ffffff;
	}

#container ul li {
				display: inline;
				list-style: none;
				margin: 3px;
				font-size: 1.2em;
	}	
#container ul li a {
				color: #ffffff;
				background: #0b4413;
				text-decoration: none;
				padding: 5px 15px 5px 15px;
				}

#container ul li  a:hover {
			color: #0b4413;
			background-color: #ffffff;
			}
			
.section {
		margin: auto;
		padding: 5px 0px 5px 0px;
		position: relative;
		border-bottom: 2px solid #ffffff;
}
.hotelimage{
	
		display: inline;
		float: right;
		width: 300px;
		height: 200px;
		margin-right: 30px;
	}
	

.indent {
		margin-left: 60px;
		margin-right: 40px;
	}
#footer{
		width: 100%;
		height: 49px;
		background: url(images/nav_background.png) repeat;
		margin: 20px 0px 20px 0px;
}

#footer p{
		margin: auto;
		width: 800px;
		text-align: center;
		padding-top: 10px;
}
.tangerine{
	font-family: 'Tangerine', century gothic, helvetica, sans-serif;
	font-size: 2em;
	text-align: center;
	}
	
.center{
	margin-left: 300px;
}