body {
	margin: 0;	
	padding: 0;
	background: #444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#bbb;
	font-size: 0.9em;
}

h1{
	font-size:14px;
	color:#66672c;
	margin:0px;
	padding:5px 0px;
}
p {
	margin-top: 0;
	padding-top: 14px;
}

a{
	color:#cc9900;
}

#contents {
}
#header-wrapper {
	background: black;
}
#header {
	width: 800px;
	margin: 0 auto 0 auto;
	height: 205px;
	background: url('/img/header.png') top right no-repeat;
}
#links-wrapper {
	background: black;
	padding: 50px 0 18px 0;
}
#links {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: right;
}
#main-wrapper {
	background: url('/img/gradient.gif') top left repeat-x;
	text-align: center;
}
#main {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	height: 44px;
	width: 800px;
	margin: 0 auto 30px auto;
	background: url('/img/footer.png') top left no-repeat;
}



#links a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#links a:hover { color: #000000; }
#links a:active { color: #000000; }
#links ul {
	height: 18px;
	margin: 0;
}
#links li {
	margin: 0;
	padding: 0px 17px 0px 20px;
	display: inline;
	background: url('/img/linkseperator.gif') center left no-repeat;
}
#links li.first { background: transparent; padding: 0px 17px 0px 0px; }
#links li.last { padding: 0px 0px 0px 20px; }


#homelink {
	padding: 0; margin: 8px;
	background: url('/img/homelink.gif') center left no-repeat;
	display: inline-block;
	width: 69px;
}
#homelink span { visibility: hidden; }
#aboutlink {
	background: url('/img/aboutlink.gif') center left no-repeat;
	display: inline-block;
	width: 83px;
}
#aboutlink span { visibility: hidden; }
#projectslink {
	background: url('/img/projectslink.gif') center left no-repeat;
	display: inline-block;
	width: 124px;
}
#projectslink span { visibility: hidden; }
#newslink {
	background: url('/img/newslink.gif') center left no-repeat;
	display: inline-block;
	width: 72px;
}
#newslink span { visibility: hidden; }
#contactlink {
	background: url('/img/contactlink.gif') center left no-repeat;
	display: inline-block;
	width: 112px;
}
#contactlink span { visibility: hidden; }