* { margin: 0; padding: 0; }
html { overflow-y: scroll; }

body { font: 12px/1.4 "Courier New", Courier, monospace; 	background: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
 * html .group { height: 1%; } .group { display: block; }
article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
a:focus { outline: 0; }

#header	{
	position: absolute;
	width: auto;
	right: 5%;
	top: 16%;
	letter-spacing:	6px;
		}
		
#page-wrap { 
	position: absolute;
	left: 30%;
	top: 24%;
	text-align: justify;
	width: 600px;	
}

#main-content { padding: 1px; }
a:link {text-decoration:none; color:#610B21; font-weight: lighter;}
a:visited {text-decoration:none; color:#610B21; font-weight: lighter;}
a:hover {text-decoration:underline; font-weight: normal;}
a:active {text-decoration:underline; font-weight: normal;} 


		
h1 { font: 28px/2 "American Typewriter", Courier, Monospace; font-weight: lighter;  color: #FF0033; text-shadow: 0.03em 0.03em 0.2em black; }
p { margin: 0 0 5px 0; color:#99FFFF; background-color: rgba(55,55,55,0.3); text-wrap: normal;}
p.padding {padding: 8px 8px 8px 8px;}

nav ul { 
    list-style: none; padding: 5px 20px; width: 478px; position: relative; 
    left: -9px;
}
nav ul li { display: inline; }
nav ul li a {
	display: block;
	float: left;
	font-weight: lighter;
	height: 17px;
	padding: 0 10px;	
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	font: lighter 11px/16px "Courier New", Courier, monospace; letter-spacing: 2px;
	color: #610B21;
	text-decoration: none; 
	margin: 0 5px 0 0;
	
}
nav ul li a:hover {
	font: lighter 11px/16px "Courier New", Courier, monospace; letter-spacing: 2px;	
	color: #F7F8E0;
	position: relative;
	text-decoration: none; 
	font-weight: normal;
	}	

nav ul li a.current {
	font: lighter 11px/16px "Courier New", Courier, monospace; letter-spacing: 2px;
	color:#B40404;
	position: relative;
	text-decoration: none; 
	font-weight: lighter;
}

img.floatRight { 
    float: right; 
    margin: 8px; 
}

