@charset "UTF-8";
/* CSS Document */



html, body {
	height:100%;
	width:100%;
	background-color: #000000;
 	margin:0; 
	padding:0;	
	color:#ccc;
}



#frame{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:100%;
	text-align:center;
}
		
		
		
#content{
		 margin-left:auto;
		margin-right:auto;
		padding:20px;
		text-align:center;
		height:400px;	
		width:720px;
		border:1px solid #fff;
		color:#000;
		background-color:#666;
}
		
	#contentframe{
			position:relative; 
 			width:980px;
			margin-left:auto;
			margin-right:auto;
			 }
		
		
			
	#navigation{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		bottom:0px;
		height: 50px;
		padding:10px;
		background-color:#333;
		color:#000;
		}
		
		
		#footer{
		color:#ccc;
		width:980px;
		height:15px;
		font-size:9px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		 top:20px;
		left:0px;
		 	}
		
		.alignright{
		float:right;
		
		}
		
		.alignleft{
		float:left;
		}
	
		
	a {
text-decoration:none;
color:#808080;
}

a:hover{
color:#ffffff;
}

.selected{
color:red;
border-top:2px solid red;
}
	 
		
	