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

	body {
		text-align: center;
		background-color: #000000;
		color: #FFFFFF;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	}

a {
  text-decoration: none;
  font-size: 12px;
}

a:link { color: #B3B3B3; }
a:visited { color: #717375; }
a:hover { color: #FFFFFF; }
a:active { color: #E6E6E6; }

	#header {
		background-color: #000000;
		width: 100%;
		height: 60px;		
	}
	
	#miniHeader {
		margin: 0 auto;
		width: 740px;
		height: 50px;
		border-bottom: thin solid white;		
	}
	
	#headerTitle {
		margin: 20px 0px 0px 0px;
		height: 30px;
		font-size: 25px;
		float: left;
	}
	
	#headerNav {
		margin: 25px 0px 0px 0px;
		height: 25spx;
		text-align :right;
		font-size: 12px;
		float: right;
	}

	#flashcontent {
		width: 100%;
		height: 500px;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;		
	}
	
	#contentHolder {
		width: 100%;
		margin-top: 60px;
		margin-left: auto;
		margin-right: auto;
		margin: 60px auto auto 10px	
	}

	#textContent {
		margin: 0 auto;
		width: 740px;
		text-align: left;
	}
	
	#bioYear {
		width: 75px;
		float: left;

	}
	
	#bioDescription {
		width: auto;
		float: left;
	}

	.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
