/* CSS Document */


h1 { 
	display: none;
}

h2 {display: none;
}

h4 {
	display: none;
}

img {
	border: none;
}

body {
	background-color:#000000;
	}


#container {
		margin:0px auto;
		width: 1250px;
		height:530px;
		background:url(images/spacey2.gif) no-repeat;
	}



#navigation {
	width:800px;
	height:35px;
	padding:200px 0px 0px 200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	word-spacing:10px;
	letter-spacing:2px;
	font-size:12px;
	
	}

#navigation li {
	display: inline;

}

#navigation a:link {
		color:#CCCCCC;
		text-decoration: none;
		font-weight: bold;
		
		
		}

				
#navigation a:visited {
		color:#CCCCCC;
		text-decoration: none;
		font-weight: bold;
	
}

#navigation a:hover {
		color:#000000;
		text-decoration: none;
		font-weight: bold;

		}










#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
	}

#content{
		margin:0px 0px 0px 260px;
	
		width:385px;
		height: 260px;
		overflow: auto;
}

#content a:link {
		color:#FFFFFF;
		text-decoration: none;
		font-weight: bold;
		}

				
#content a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
}

#content a:hover {
		color: #ccc;
		text-decoration: none;
		font-weight: bold;
		}
		
		





#content2 p {
	font: 0.8em times,courier, courier new, sans seriff;
	color: #FFF;
	}

#content2{
		margin:-380px 0px 0px 240px;
	
		overflow: auto;
}

#content2 a:link {
		color:#0000FF;
		text-decoration: none;
		font-weight: bold;
		}

				
#content2 a:visited {
		color: #0000ff;
		text-decoration: none;
		font-weight: bold;
}

#content2 a:hover {
		color: #ccc;
		text-decoration: none;
		font-weight: bold;
		}
		
		








#footer p {
		font: 0.6em helvetica; courier;
		color:#333333;
		text-align: center; 
		

	}
#footer {
		margin: auto;
		padding: 0px;
	}
	
#footer a:link {
		color:#333333;
		text-decoration: none;
		font-weight: bold;
		}

				
#footer a:visited {
		color: #333333;
		text-decoration: none;
		font-weight: bold;
}

#footer a:hover {
		color: #666666;
		text-decoration: none;
		}
	
.large {
	font-size:16px;
}