
	html {
		margin:0;
		padding:0;
		background:#000000;
		color:#fff;
		background-image: url(../images/eyglogobg.gif);
		background-repeat: repeat-y; 
		background-position: right;
	}
	body {
		width:700px;
		height:600px;
	}
	#wrapper {
		position: top
		background:#99c;
		margin:0 auto;
		width:700px;
		height:550px;
	}
	#header {
		background:#000;
		height:25px;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
	#navtop {
		background:#000;
		padding:5px;
		text-align: center;
		font-family: arial;
		font-weight: bold; 
		font-size: 20px;
		height:30px;
	}
	#navtop ul{
		margin:0;
		padding:0;
		list-style:none;
		}
	#navtop li{
		display:inline;
		margin:0;
		word-spacing: 0.2em;
		padding-left: 2em;
	}
	#navtop a{
		color:white;
		text-decoration: none;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
		padding: 5px;
	}
	#navtop a:hover{
		color: #fff; 
		background: #333333;
		border-left: 2px solid #669900;
		border-right: 2px solid blue;
	}
	#navtop a span {
		display: none;
	}
	#navtop a:hover span{
		display: block;
		position: absolute; 
		top: 28px; 
		left: 300px; 
		width: 200px;
		height:16px;
		padding: 5px; 
		margin: 10px; 
		z-index: 100;
		color: #fff; 
		background: #000;
		font: 0.6em Verdana, sans-serif; 
		text-align: left;
		vertical-align: center;
		color: #fff
	}
	#main {
		float:left;
		width:500px;
		height:400px;
		padding-right:20px;
	}
	#main a:link {
		color: white;
		text-decoration:none;
	}
	#main a:visited {
		color: white;
		text-decoration:none;
	}
	#main a:hover {
		color: yellow;
		text-decoration:none;
	}
	#blurb a {
		color: white;
		text-decoration:underline;
	}
	#footer {
		background:#000;
		clear:both;
		height: 15px;
		padding-top:15px
	}
	#navfooter {
		background:#000000;
		padding: 5px;
		font: 10px Verdana, sans-serif;
	}
	#navfooter ul{
		margin:0;
		padding:0;
		list-style:none;
		text-align: center;
	}
	#navfooter li{
		display:inline;
		margin:0;
		padding:0;
		word-spacing: 0.2em;
		padding-left: 2em;
	}
	#navfooter a {
		color: #999;
		text-decoration:none;
	}
	#navfooter a:visited{
		color: #999;
		text-decoration:none;
	}
	#navfooter a:hover{
		color: white;
		text-decoration: none;
	}
	#navfooter a:active{
		color: red;
		text-decoration: none;
	}
	
a.linkopacity img {
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;}