body {
		background-color: #999;
		font-family: "Helvetica", "sans-serif";
		color:#666;
		margin:0px;
		padding:0px;
	}

#nav {
		background-color: #999;
		font-size: 18px;
		float:right;
		margin: 0px;
		width:10%;
		list-style:none;
		vertical-align: top;

		
	}
	
#label {
		background-color: #999;
		margin:0 0 0 0px;
		float:right;
		width: 360px;	
		height: 400px;
		font-size: 22px;
		text-align: center;
		

	}
	
#footer {
		background-color: #999;
		margin; 20px;
		padding:20px;
		color:#666;
		font-size: 10px;
		text-align: center;
		bottom: 10px;
	
		
	}
flashcontent {				
		margin: 0px 0px 0px 90px;
		height: 90%;			
	}
#content{				
		margin: 20px 0px 0px 100px;
		
	}

	
	a:link{
		color: #000;
		text-decoration: none;
		border:none;
	}

	a:visited{
		color: #333;
		text-decoration: none;
		border:none;
	}

	a:hover{
		color: #0033cc;
		text-decoration: none;
		font-size: 30px;
		border:none;
	}