	a:link              {color: white;   background: black}
a:visited           {color: white; background: black}

	
	body
	{
		margin: 0;
		padding: 0;
		font: 80% arial, helvetica, sans-serif;
		background: #000000;
		text-align: center;
	}
	
	
object {
position:fixed, no-repeat;
right:0;
bottom:0
}
embed {
position:fixed, no-repeat;
right:0;
bottom:0
}

	
	#container
	{
		width: 750px;
		margin: 10px auto;
		background: #000000;
		padding: 10px;
		text-align: justify;
	}
	
	h1
	{
		height: 120px;
		background: url(gx/header4.gif) no-repeat;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	h1 em
	{
		position: absolute;
		left: -2000px;
		width: 1800px;
	}
	
	#nav
	{
		float: left;
		width: 150px;
		padding-bottom: 74px;
		background: #000000;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#nav li
	{
		display: inline;
	}
	
	#nav a
	{
		display: block;
		width: 115px;
		padding: 3px 10px 4px 10px;
		border-top: 1px solid #cccccc;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		font-size: 100%;
	}
	
	#nav strong
	{
		display: block;
		width: 115px;
		padding: 3px 10px 4px 10px;
		border-top: 1px solid #cccccc;
		font-weight: bold;
		color: #ffffff;
		text-decoration: none;
		font-size: 100%;
	}
	
	#nav li li a
	{
		padding-left: 25px;
		width: 100px;
		font-weight: normal;
		background: url(gx/bullet.gif) no-repeat 15px 50%;
	}
	
	#nav a:hover
	{
		background: #968126;
		color: #FFFFFF;
	}
	
		
	#content
	{
		float: left;
		width: 500px;
		margin: 0 19px;
		color: #ffffff;
	}
	
	#content h2
	{
		margin-top: 0;
		font: bold italic 140%/160% times, serif,;
		
	}
	
	blockquote
	{
		float: left;
		width: 150px;
		margin: 0;
		padding: 0;
		padding-bottom: 74px;
		background: #000000 url(gx/nav-base.gif) repeat-x 0 100%;
		text-align: center;
	}
	
	blockquote p
	{
		margin: 0;
		padding: 10px;
		font: italic 130%/140% times, serif;
		color: #ffffff;
	}
	
	#footer
	{
		clear: both;
		background: #000000;
		font: italic 130% times, serif;
		padding: 5px 20px;
		text-align: center;
		color: #ffffff;
		height: 20px
		
	}
	

	}
	a:link
	{
		color: white;
		text-decoration: none;
		
	}
	
	a:visited
	{
		color: #white;
	}
	
	a:focus
	{
		color: #white;
		background: 968126;
	}
	
	a:hover, a:active
	{
		color: #black;
		background: #CCCC66;
	}
