/* BEGIN: General Formatting */
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	color: #534751;
	background-color: #333;
}

a {
	text-decoration: none;
	color: #473D38;
}

a:hover { color: #b1ada9; }
a:active { color: #473D38; }

a.button {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: transparent no-repeat left top;
}

p.top { text-align: right; }
p.info,
p.error {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
p.error { color: red; }

	/* BEGIN: View PDF */
	p.view_pdf a {
		display: block;
		overflow: hidden;
		width: 85px;
		height: 19px;
		text-indent: -999em;
		background: transparent url(../images/view_pdf.gif) no-repeat left top;
	}
	/* END: View PDF */

/* END: General Formatting */


/* BEGIN: Site Container */
div#site_container {
	width: 1024px;
	margin: 0 auto;
}
/* END: Site Container */


/* BEGIN: Header */
div#header {
	position: relative;
	width: 1024px;
	height: 107px;
	margin: 0;
	background: transparent url(../images/header.gif) no-repeat left top;
}

	/* BEGIN: Logo */
	h1 {
		float: left;
		padding: 0;
		margin-top: 20px;
		margin-left: 46px;
	}
	
	h1 a.button {
		width: 208px;
		height: 69px;
		text-indent: -999em;
		background-image: url(../images/logo.gif);
	}
	
	h1 a.button:hover { background-position: left -69px; }
	h1 a.button:active { background-position: left -138px; }
	/* END: Logo */

	/* BEGIN: Top Navigation */
	ul#nav_top {
		float: left;
		padding-left: 0;
		margin: 0;
		list-style: none;
	}
	
	ul#nav_top li {
		float: left;
		margin: 0 20px;
	}
	
	ul#nav_top li a.button { height: 94px; }
	ul#nav_top li a.button:hover { background-position: left -94px; }	
	ul#nav_top li a.button:active { background-position: left -188px; }
	
		/* BEGIN: Nav links */
		ul#nav_top li#nav_top_about a {
			width: 62px;
			background-image: url(../images/about.gif);
		}
		
		ul#nav_top li#nav_top_events a {
			width: 46px;
			background-image: url(../images/events.gif);
		}

		ul#nav_top li#nav_top_community a {
			width: 77px;
			background-image: url(../images/community.gif);
		}

		ul#nav_top li#nav_top_news a {
			width: 79px;
			background-image: url(../images/news.gif);
		}
		
		ul#nav_top li#nav_top_gallery a {
			width: 75px;
			background-image: url(../images/gallery.gif);
		}
	
		ul#nav_top li#nav_top_application a {
			width: 76px;
			background-image: url(../images/application.gif);
		}
		
		/* BEGIN: Contact Us */
		ul#nav_top li#nav_top_contact {
			position: absolute;
			top: 0;
			right: 0;
			width: 77px;
			height: 77px;
			margin: 0;
		}
		
		ul#nav_top li#nav_top_contact a.button {
			width: 77px;
			height: 77px;
			background-image: url(../images/contactus.gif);
		}
		
		ul#nav_top li#nav_top_contact a.button:hover { background-position: left -77px; }
		ul#nav_top li#nav_top_contact a.button:active { background-position: left -154px; }
		/* END: Contact Us */
	
	/* END: Top Navigation */

/* END: Header */

/* BEGIN: Body */
div#body {
	float: left;
	width: 940px;
	padding: 71px 42px 42px;
	margin: 0;
	background: #f1ece6 url(../images/imprint.gif) no-repeat 68px 72px;
}

	/* BEGIN: Title */
	div#title {
		float: left;
		width: 927px;
		padding-top: 19px;
		margin-bottom: 70px;
		background: transparent url(../images/rounded_top.gif) no-repeat left top;
	}
	
	div#title div.container {
		width: 871px;
		padding: 0 28px 19px 28px;
		background: transparent url(../images/rounded_bottom.gif) no-repeat left bottom;
	}

	div#title div.container h2 {
		margin: 0;
		font-size: 30px;
		line-height: 2em;
		color: #413e3a;
	}

		/* BEGIN: Sub Title */
		div#title div.container p.subtitle {
			margin: 0;
			color: #827c75;
		}
		
		div#title div.container p.subtitle a { color: #827c75; }
		div#title div.container p.subtitle a:hover { text-decoration: underline; }
		/* END: Sub Title */
		
	/* END: Title */
	
/* END: Body */

/* BEGIN: Footer */
div#footer {
	clear: both;
	float: left;
	width: 1024px;
	background: #807e73 url(../images/footerimage.gif) no-repeat 930px center;
}
	
	/* BEGIN: Copyright */
	p#copyright {
		margin-bottom: 0;
		text-align: center;
		font-size: 12px;
		line-height: 3.5em;
		color: #fff;
	}
	/* END: Copyright */
	
/* END: Footer */