
body {
	font-family: Verdana, Geneva, Arial, sans-serif;
   	text-align: justify;
   	font-size: 15px;
   	background: url(images/mainbg.png);
	}


#allcontent {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

#top {
	background: url(images/topheaderpic3.png) no-repeat;
	width: 1000px;
	height: 152px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 2px solid black;
	}

#navbutton	{
		padding:	0px 0px 10px 0px;
		margin:         0px 0px 0px 0px;
		width:		400px;
		height:		30px;
		position: relative;
		left:	584px;
		top:	80px;
		
		}

#navbutton a:link, a:visited {
		color: white;
		text-decoration: none;
		}

#navbutton a:active  {
		color: red;
		text-decoration: none;
		}


#navbutton a:hover {
		color: black;
		text-decoration: none;
		}

.navbar	{
	color:		white;
	text-align:	center;
	}

#main	{
	background: url(images/bottomall.png) no-repeat;
	width: 1000px;
	height: 1000px;
	/*margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;*/
	}

#left {
	position: relative;
	float: left;
	clear: right;
	width: 660px;
	padding: 0px 40px 0px 40px;
	color: black;
	}

#left a:link{
	color: black;
	font-weight: bold;
	}
	

#right	
	{
	/*position: relative;*/
	/*float: right;*/
	padding: 2px;
	width: 300px;
	height:	      700px;	
	margin: 0px 2px 0px 700px;	
	color: white;
	font-size: 80%;
	text-align: center;
	}

#right a:link{
	color: #ff9900;
	font-weight: bold;
	}

.rightbox {
	padding: 0px;
	width: 280px;
	margin: 10px;
	}

h3
	{
	color: #ff9900;
   	font-family: Verdana, sans-serif;
   	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

h4
	{
	color: #ff9900;
   	font-family: Verdana, sans-serif;
   	font-size: 120%;
	font-weight: bold;
	text-align: left;
	}

.center	{
	text-align: center;
	}

#musicplayer {
   	background: url(images/musicplayerbg.png);
	border: 3px solid #ff9900;
	padding: 2px 10px 10px 10px;
	color: #ff9900;
	font-size: 90%;
	} 

#bio {
	font-size: 80%;
	background: white;
	padding: 2px;
	}

#ext	{
	background: url(images/bottomallext.png);
	clear: left;
	margin: 0px 0px 20px 0px;
	padding: 10px 280px 20px 40px;
	}
	
#extbio
	{
	font-size: 80%;
	background: url(images/bottomallext.png);
	clear: left;
	margin: 0px 0px 20px 0px;
	padding: 10px 290px 20px 40px;
	}

#rightframe {
	background: #336699;
}



