/* CSS Document */
body {
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#1c1c1c;
	}


#logo {
	width:80%;
	margin:5px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:1px;
	}

#logo h1{
	color:#f6d345;
	letter-spacing:2em;
	
	}
#logo h4 {
    color:#f6d345;
	text-decoration: none;
	background-color:#1c1c1c;
	border:3px solid #f6d345; 
	padding:2px 2px 2px 2px;
	letter-spacing:.30em;
	}
#logo h4 a{ 
	text-decoration: none;
	}
#logo h4 a:link { 
	color:#CC9900;
	text-decoration: none;
	}
#logo h4 a:visited { 
	color: #FFFFFF;
	}
#logo h4 a:hover { 
	color:#FFFF00;
	text-decoration:underline;
	}
#logo h4 a:active { 
	color: #333333;
	text-decoration: none;
	}
#content {
	width:auto;
	margin:10px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	color:#666666;
	
	}
#content p {
	margin-left:100px;
	width:80%;
	font-size:14px;
	line-height:30px;
	letter-spacing:0.25em;
	color:#CCCCCC;
	}
#content h4 {
	padding-top:25px;
	padding-bottom:25px;
	}
	
#content h4 a {
	font-size:9px;
	clear:left;
	padding-left:85px;
	}

#content ul {
	margin-left:50px;
	}
#content a {
	text-decoration:none;
	color:#FFFFFF;
	}

#nav a img {height: 0; width: 0; border-width: 0;}
#nav a:hover img {position: absolute;
    top: 105%; left: 15%; height: 75px; width: 75px;}
#nav a:hover {color:#FF0000;  border-right: 0px ;}

#nav {
position: absolute;
left: 36px;
top: 260px;
width:115px;
}
#nav ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .9em;
}
#nav li {
margin: 0;
}
#nav a {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
}
#nav a:link, #nav a:visited {
color: #EEE;
text-decoration: none;
}
#nav a:hover, #nav a:active {
background-color: #9F6F9F;
background-position: 0% 50%;
color: #2D1E2D;
}
#uberlink a:link, #uberlink a:visited,
#nav a:hover, #nav a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #9F6F9F;

color: #2D1E2D;
}

#content ul {
margin: 0 0 0 25; /*removes indent IE and Opera*/
padding: 0 ; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
margin-bottom: 15px;
}

#content li {

padding-bottom:20px;
margin: 0 ;

}

<!--[if IE 5]>
<style>
#nav a {
height: 1em;
float: left;
clear: both;
width: 100%;
}
</style>
<![endif]-->
<!--[if IE 6]>
<style>
#nav a {height: 1em;}
</style>
<![endif]-->
