

body {
	margin: 0;
	background-color: black;
	background-image: url("images/mainbg.jpg");
	background-repeat: repeat-x;
	background-position: x-0 y-0;
	color: #cccccc;}

img.main {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1;}

h1
{
	position: auto;
	font-size: xx-large;
	font-family: arial, sans-serif;
	color: white;
	top: -32px;
	z-index: 2;
	vertical-align: top;
	text-align: left;
	margin-top: 0px;
	margin-left: 1em;
}

h2
{
	position: auto;
	font-size: large;
	font-family: serif;
	font-style: bold;
	color: green;
	top: -100px;
	right: -310px;
	z-index: 1;
	vertical-align: top;
	letter-spacing: 2px;
}

h3
{
	position: auto;
	font-size: medium;
	font-family: serif;
	font-style: italic;
	color: black;
	top: -100px;
	right: -310px;
	z-index: 1;
	vertical-align: top;
	letter-spacing: 2px;
	text-align: center;
}


p
{
	position: auto;
	font-size: small;
	font-family: sans-serif;
	top: -100px;
	right: -310px;
	z-index: 1;
	vertical-align: top;
	letter-spacing: 2px;
	text-align: left;
	text-indent: 2%;
}



#nav, #nav ul { /* all lists */
	font-family: arial, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
}
	
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em;
	background-color: black;
}
	
#nav li ul ul { /* third-and-above-level lists */
		left: -999em;}
	
#nav li a {
	width: 11em;
	w\idth : 10em;
	display : block;
	color : white;
	font-weight : bold;
	text-decoration : none;
	background-color : transparent;
	border : 1px solid gray;
	padding : 0 0.5em;
}
	
#nav li a:hover {
	color : red;
	background-color : #333;}
	
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
		left: -999em;}
	
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;}
	
#content {
	margin-left : 1em;
	margin-right : 2em;}


