body, html {
	margin: 0;
	padding: 0;
	background-color: #2a2a2a;
	background-image: url(sitebg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	font-family: "GillSans", "Gill Sans", sans-serif;
	color: #e5e5e5;
	}

h1 {
	font-weight: normal;
	font-size: 2.5em;
	text-shadow: black 1px 1px 3px;
	color: #888;
	margin: 0.7em 0 0.7em 0;
	}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	text-shadow: black 1px 1px 3px;
	color: #888;
	margin: 1em 0 0.3em 0;
	}

a {
	color: #ccc;
	text-decoration: underline;
	text-shadow: #222 1px 1px 2px;
	}

a img {
	border: none;
	}

#header {
	width: 100%;
	position: fixed;
	background-color: #222;
	background-image: url(header.png);
	background-repeat: repeat-x;
	z-index: 1;
	}

#hlogo {
	margin-left: 20px;
	background-image: url(logo.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 90px;
	}

#navicontainer {
	background-image: url(navbar.png);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 0 -10px 0;
	height: 32px;
	}

#navi {
	line-height: 22px;
	width: 800px;
	padding: 0;
	margin: 0 auto;
	}

#navi li {
	list-style: none;
	position:relative;
	text-align: center;
	line-height: 22px;
	height: 22px;
	float: left;
	}

#navi li a {
	color: #ccc;
	text-decoration: none;
	text-shadow: #111 0px 2px 4px;
	font-size: 10pt;
	display: block;
	width: 160px;
	}

#navi li a:hover {
	background-image: url(navbar_.png);
	background-repeat: no-repeat;
	height: 75px;
	}

#navicp {
	background-image: url(_navbar_.png);
	background-repeat: no-repeat;
	height: 75px;
	}

#page {
	background-color: #111;
	width: 80%;
	min-width: 40em;
	max-width: 60em;
	margin: 0 auto 80px auto;
	border: 1px solid #666;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

#content {
	margin: 112px 2em 1.7em 2em;
	padding-top: 0.5em;
	text-align: justify;
	line-height: 1.4em;
	}

#footer {
	position: fixed;
	bottom: -1px;
	background-image: url(navbar.png);
	background-repeat: repeat;
	background-position: 0 -2px;
	text-align: center;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 10pt;
	color: #bbb;
	text-shadow: #111 0px 2px 4px;
	}

#footer a {
	text-decoration: none;
	text-shadow: #111 0px 2px 4px;
	color: #fff;
	}
