body {
		background-color: #000;
		font-family: "Helvetica", "sans-serif";
		color:#666;
		margin:0px;
		padding:0px;
		line-height:100%;
	}

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

		
	}
#bio {
		background-color: #000;
		font-size: 12px;
		float:left;
		margin: 0px 20 0 40;
		width:35%;
		list-style:none;
		vertical-align: top;

		
	}
#label {
		background-color: #000;
		margin:150 -75 0 0px;
		padding:2px;
		float:right;
		width: 100px;	
		height: 500px;
		font-size: 10px;
		

	}
	
#footer {
		background-color: #000;
		padding:5px;
		font-size: 10px;
		text-align: center;
		bottom: 10px;
	
		
	}
flashcontent {				
		margin: 0px 0px 0px 90px;
		height: 90%;			
	}
#content{				
		margin: 20px 0px 0px 100px;
		border-style:none;
		border:0;
	}

img {
	border-style: none;
	border:0;
}
	a:link{
		color: #666;
		text-decoration: none;
		border:none;
	}

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

	a:hover{
		color: #999;
		text-decoration: none;
		font-size: 24px;
		border:none;
	}