/* CSS Document */

body { 
	margin: 0;
	padding: 0;
	background: #A9C5D7 url(images/splashbkgd.jpg) no-repeat;
	text-align: center;
	font-family: Arial, "Gill Sans", Verdana, sans-serif; 
	font-size: 10pt;
	color: #E3E3E3;
	}

#container	{
	width: 938px;
	margin: 1px 2px 2px 6px;
	padding: 0;
	background-color: #2A2F32;
	text-align: left;
	position: relative;
	z-index: 41;
	}

#introtext	{
	margin: 1px 2px 2px 4px;
	padding: 0;
	position: absolute;
	}
	
#enterhere {
	margin: 620px 0px 0px 56px;
	padding: 0px;   
	list-style-type: none;
	font-family: Arial, "Gill Sans", Verdana, sans-serif; 
	font-size: 18pt;
	color: #FF6633;
	position: absolute;
	z-index: 100;
	}

a:link {
	text-decoration: none; 
	color: #E1930A;
	}
a:visited {
	text-decoration: none; 
	color: #E1930A;
	}
a:active {
	text-decoration: none;
	color: #E1930A;
	}
a:hover {
	text-decoration: underline;
	}
	
hr	{
	margin: 0px 0px 0px -250px; 
	width: 850px;
	height: .5px;
	color: #666666;
	}	

h1	{
	font-size: 24pt;
	color: #C37F09;
	}

h2	{
	font-size: 14pt;
	color: #C37F09;
	text-transform: lowercase;
	}
	
#btmnav	{
	margin: 3px 40px 0px 40px; 
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: smaller;
	}

#btmnavborder	{
	margin: 120px 40px 0px 40px; 
	padding: 0px;
	border-top: 1px solid rgb(100,100,100);
	text-align: center;
	text-transform: uppercase;
	font-size: smaller;
	}

#footer	{
	background: #2A2F32 url(../images/poobtm.gif) 0 0 no-repeat;
	height: 28px;
	width: 938px;
	margin: 0px 0px 20px 0px;
	position: relative;
/*		top: 1019px;
z-index: 42; */
	}

#copyright	{
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-size: smaller;
	}
