body {
	background:#111 url(../images/misc/bodybackground.jpg) fixed no-repeat;
	color:#ddd;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size:83%;
	padding:0;
	margin:0;
	height: 100%;
	}
	
p {
	text-align:justify;
	padding-left:5%;
	padding-right:15%;
	text-indent:1em;
	}
	
h2, h3, h4 {
	color:#999;
	font-weight:normal;
	padding-left:4%;
	padding-right:5%;
	padding-top:3%;
	}
	
h3::before{
    content: ". ";
	}
	
h1 {
	color:#999;
	font-weight:normal;
	background:url(../images/misc/h1.pg) no-repeat bottom center;
	padding-left:2.5%;
	padding-right:5%;
	font-size:180%;
	border-bottom:1px solid #666;
	}
		
h4 {
	font-size:78%;
	text-align:center;
	margin:0 auto;
	}
	
img {
	border:1px solid;
	}
	
a {
	text-decoration:none;
	border:none;
	}
	
a:visited  {
	color:#964514;
	border:none;
	}
	
a:link {
	color:#ee7600;
	border:none;
	}
	
a:hover {
	color:#FF9912;
	border:none;
	}
	
#bgimage {
	width:100%;
	display:table;
	padding:0;
	margin:0 auto;
	text-align:center;
	}

#wrapper {
	position:relative;
	width:800px;
	max-width:800px;
	margin:50px auto;
	background: #222224;
	text-align:left;
	padding:0 auto;
	border:2px solid #999;
	}
	
#logo {
	text-align:center;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0 auto;
	padding:2% 0;
	}
	
#logo p {
	text-align:right;
	font-family:Verdana, sans-serif;
	font-size:78%;
	color:#666;
	}
	
	
#menu {
	float:left;
	width:200px;
	position:relative;
	text-align:center;
	}
	
.menuimg {
	text-align:center;
	width:160px;
	margin:0 auto;
	}
	
.menuimg ul {
	list-style-type: none;
	margin:0;
	padding:0;
	}
	
.menuimg li a {
	font: Tahoma, Trebuchet, sans-serif;
	display:block;
	border:none;
	padding: 0;
	margin:3% 0;
	height:30px;
	text-decoration:none;
	text-align:left;
	text-indent:45px;
	line-height:30px;
	}
	
.menuimg li a:link, .menuimg li a:visited {
	color:#EE7600;
	border:none;
	}
	
.menuimg li a:hover {
	color:#FF9912;
	border:none;
	}
	
.menuimg li a.selected  {
	color:#999999;
	border:none;
	}
	
.menuimg li a.selected::before  {
    content: ". ";
	}
	
#main {
	float:left;
	width:599px;
	padding-bottom:3%;
	position:relative;
	margin:0 auto;
	border-left: 1px solid #999;
	}
	
#footer {
	width:100%;
	clear:both;
	font-size:78%;
	text-align:center;
	color:#666;
	padding:3% 0 3% 5%;
	margin:0;
	}
	
#footer p {
	text-align:center;
	}
	
#footer a {
	font-weight:normal;
	color:#666;
	}
