body {
	
	background-attachment: fixed;
	
	background-color: #C80000;
	
	background-image: url(../images/RedFabricBackground01.jpg);
	
	background-repeat: no-repeat;
	
	background-position: center top;
	
	text-align: center;
	
	height: auto;
	
	width: auto;
	font-family: helvetica,arial,sans-serif;
}


div.Content {
	background-color: #eac89b;
	text-align: left;
	width: 650px;
	padding: 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}


h1.Header {
	background-image: url(../images/ArtemisHunterHeader02.jpg);
	
background-repeat: no-repeat;
	text-indent: -9999px;
	
height: 192px;
	
width: 650px;
	margin: 0px;
	padding: 0px;
}




div.TextContent {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}



#NavList ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}


#NavList li {
	display: inline;
	list-style-type: none;
}

#NavList a {
	padding: 3px 10px;
}


#NavList a:link, #NavList a:visited
{
	color: #fff;
	background-color: #A51A15; 
	text-decoration: none;
}

#NavList a:hover
{
	color: #fff;
	background-color: #E43A29;
	text-decoration: none;
}


#NavTop a {
	padding: 3px 10px;
	clear: both;
}


#NavTop a:link, #NavTop a:visited {
	color: #fff;
	background-color: #A51A15;
	text-decoration: none;}


#NavTop a:hover {
	color: #fff;
	background-color: #E43A29;
	text-decoration: none;
}

a:link {
	color: #E43A29;
}

a:active {
	color: #FF0000;
}

a:visited {
	color: #A51A15;
}
h3:first-letter {
	font-size: 130%;
}
h3 {
	text-transform: uppercase;
}
