body {
        background: #000 url(../../images/masterplan/bg_top.gif) repeat-x center top;
	margin: 0 auto;
	padding: 0;
}

div#container {
        background: #fff url (../../images/masterplan/bg.jpg) repeat-y center top;
	text-align: left;
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

body > div#container {
	width: 960px;
}

	div#container div#container-inner {
		text-align: left;
		margin: 0 auto;
                background-color: #fff;
	        background-repeat: repeat-y;
	}

div#top {
	background: #fff url(../../images/masterplan/top.jpg) repeat-x center top;
	margin: 0 auto;
	padding: 0;
}

div#mainheader div.buttons div a {
	border-bottom: none;
}

div#mainheader div.logo a {
	border-bottom: none;
}

/* Banner */

div#siteheader {
	background: url(../../images/masterplan/banner.jpg) no-repeat center 0.75em;
	text-align: left;
	position: relative;
        padding: 45px 0 0 0;
        margin: 0;
	width: auto;
	height: 90px;
}
		
/* Navigation */

div#navigation {
margin: 0;
padding:0;
float:left;
width:100%;
}

div#navigation-inner {
	clear:both;
	padding: 1px 18px 0 18px;

	}

	div#navigation ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	background:#222;
	border-bottom: 3px solid #938248;
	}

	div#navigation li {
	display:inline;
	margin:0 ;
	padding: 0;
}

div#navigation a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 30px;
	border-right:1px solid #666;
	border-left:2px solid #000;	
	border-bottom:none;
	color:#fff;
	background:#222;
	font: 1em/2.9 "Helvetica Neue", Arial,Geneva,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}

div#navigation .first a {
	display:block;
	float:left;
	width:auto;
	margin:0 0 0 90px;
	_margin:0 0 0 48px; /* IE 6 Hack */
	padding:0 30px;
	border-left:1px solid #666;	
	border-right:1px solid #666;
	border-bottom:none;
	color:#fff;
	background:#222;
	font: 1em/2.9 "Helvetica Neue", Arial,Geneva,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}

div#navigation .last a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 20px;
	border-right:1px solid #666;
	border-left:2px solid #000;	
	border-bottom:none;
	color:#fff;
	background:#222;
	font: 1em/2.9 "Helvetica Neue", Arial,Geneva,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}
div#navigation a:hover,
div#navigation a:focus,
div#navigation a:active {background:#b31203 repeat-x 0 -150px }


/* Content */

div#content {
	margin: 0;
        padding: 90px 80px;
	width: 800px;
	height: auto;
}

		div#content img {
			border: 3px solid #938248;
			margin: 8px 4px 1.2em 0;
		}

        div#content p {
			margin: 0 .8em .8em 0;
			font-size: 105%;
		        color: #333;
	               }

/* Footer */
		  		
div#footer {
	background: transparent;
	font: 92% Arial, Verdana, Trebuchet MS, sans-serif;
	padding: 2em 2em 9em 2em;
}

	div#footer-wrapper {
		background: #4b4b4b url(../../images/masterplan/footer_bg.gif) repeat-x left top;
		padding: 20px 0;
	}

		div#footer {
			width: 900px;
			text-align: left;
			margin: 0 auto;
		}

div#footer a {
	color: #aaa;
	border: none;
}

div#footer a:hover {
	color: #fff;
	background-color: transparent;
}

div#footer-links {
	width: 700px;
	float: left;
}

div#footer-links ul {
	clear: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

	div#footer-links ul li {
		float: left;
		margin: 0 .5em;
	}

		div#footer-links ul li a {
			display: block;
			padding: .3em .4em .4em 0;
		}

div#footer-contact {
	float: right;
	text-align: right;
	width: 200px;
}

	div#footer-contact span {
		display: block;
		color: #fff;
		margin: .3em 0 .5em 0;
	}

	div#footer-contact span.name {
		color: #938248;
		font-weight: bold;

	}
	
div#closing {
	clear: both;
	color: #aaa;
	font-size: 92%;
	padding-top: 3em;
}

	div#closing div#webmaster {
		margin-bottom: .5em;
	}

