body {
	background: black url(namer.jpg) no-repeat top left;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
}

div.container1{
	position: absolute;
	top:0px;
	left: 62px;
	width: 800px;
	background-image: url(bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border-left: 3px white solid;
	border-right: 3px white solid;
    min-height: 100%;
}


div.main_nav	{
	position: absolute;
	color: white;
	top: 235px;
	left: 20px;
	width: 756px;
}

div.main_nav a{
	padding-left: 12px;
	padding-right:12px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: gold;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

div.main_nav a:hover{
	color: white;
	background-color: darkred;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

div.main_content	{
	position: absolute;
	color: white;
	top: 270px;
	left: 20px;
	width: 756px;
	font-family: verdana;
	font-size: 12px;
	z-index: 5;
}

div.main_content a	{
	color: gold;
	padding: 3px;
	line-height: 20px;
}
	
div.main_content a:hover	{
	color: white;
	background-color: darkred;
	text-decoration: none;
}

li.bullet	{
	list-style-image: url(bullet.jpg);
}
	
div.header	{
	color: white;
	font-family: tahoma;
	font-size:15px;
	letter-spacing: 3px;
}

div.bio	{
line-height: 25px;
}

div.header_sub	{

}

div.bottom_image	{
	position: absolute;
	background: black url(bass_bottom.jpg) top right no-repeat;
	height: 177px;
	width: 100%;
	color: white;	
	top: 100%;
	margin-top: -177px;
}
div.top	{
	position: absolute;
	top: 140px;
	width: 100%;
	color: white;
	font-family: verdana;
	font-size: 10px;
}

div.top a{
	color: white;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;

}

div.top a:hover	{
	color: darkred;	
}

div.dashes	{
	position: absolute;
	left: 676px;
	top:5px;
	color: #404040;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

h1 {
font-weight: normal;
font-size: 20px;
}

h2 {
font-weight: normal;
font-size: 16px;
}
