/* Globals */
body { background-repeat: no-repeat;
	background-color: black;
	color: #FFF4BD }

a { color: #FFF4BD }

img { border: 0px }

h1, h2, h3 { font-family: Courier New, serif }

h1 { 
	font-size: 18pt; 
	font-weight: bold }

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-left: 30px }

h3 { font-size: 18pt; 
	font-weight: bold; 
	margin-left: 20px;
	margin-top: 20px }

h4 { font-size: 12pt;
	margin-left: 40px;
	font-family: Verdana, sans-serif }

p { font-family: Verdana, sans-serif;
	width: 75%;
	margin-left: 60px;
	font-size: 10pt }

ul { font-family: Verdana, sans-serif;
	margin-top: -10px;
	margin-left: 30px;
	font-size: 12pt;
	line-height: 2;
	list-style-type: none}

hr { margin-left: 10%;
	margin-right: 50%
	}
	
/* Front page navigation list */
div#navigation {
	position: absolute;
	left: 400px;
	top: 15px; 
}
	
#navigation h1 {
	font-size: 18pt;
	font-weight: bold;
}

#navigation h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-left: 30px;
}

/* Front page text */
div#frontpage { 
	position: absolute;
	top: 20px;
	left: 40px;
	padding: 0px;
	margin: 0px;
	width: 350px }

#frontpage p { top: 0px; 
	margin-left: 0px }

/* Download page file notes */
li.notes { margin-left: 4%; 
	font-size: 9pt;
	line-height: 1}


/* Gallery section */
.gallery { padding: 10px;
	left: 40px;
	width: 800px } 

img.gallery { border: 0px;
	padding: 10px;
	position: relative;
	width: 128px; }

/* Copyright notes */
.copyright { top: 550px;
       	padding-bottom: 50px;
	font-size: 6pt;	
	position: absolute;
	font-family: Verdana, sans-serif;
	margin-left: 40px;
	width: 600px }
	
p.frontcopyright { position: relative;
	text-align: center;
	font-size: 8pt }

p.copyright2 { font-size: 10pt;
	margin-top: 30px;
	margin-left: 10px }
