body {
		background-color: black;
		background-image: url(images/background.jpg); 
		background-repeat: no-repeat;
		background-position: top center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
		
h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #996600;
		font-size:20px;
		}
		
h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		position: relative;
		color: #996600;
		font-size:14px;
		}
	

#wrapper {
		position: relative;
		margin: 20px auto 0 auto;
		width: 800px;
		height: auto;
		}


#header {
		position: static;
		width: 800px;
		height:	120px;
		background-image: url(images/header.jpg);
		cursor: hand;
		}


#nav {
		position: relative;
		width: 800px; 
		height: 26px;
		background-image: url(images/nav2.jpg);
		background-position: left top;
		padding-top: 15px;
		}
				
			
#content {
		position: static;
		height: auto;
		border-color: #996633;
		border-left:solid 5px #996633;
		border-right: solid 5px #996633;
		border-bottom: solid 5px #996633;
		background-color: white;
		background-image: url(images/leather.jpg);
		background-position: 0px 0px;
		padding: 50px;
		}

#video {
		position: relative;
		margin-left: 18%;
		}

.menu	{
		position: relative;
		display: inline;
		margin: 00px 0px 0px 45px;
		padding-top: 10px;
		font-size: 17px;
		text-decoration: none;
		}
		
.bio{
		display: block;
		margin-top: 30px;
		position: relative;
		height: 250px;
		}
		
.bioimage {
		position: relative;
		float: left;
		height: 250px;
		width: 190px;
		margin-right: 40px;
		border: solid #996633 4px;
		}

.date 	{
		position: absolute;
		right: 10%;
		display: inline;
		}

.inline {
		display: inline;
		}

.story	{
		margin: 10px 40px 40px 40px;
		
		}
		
a:link {
		color: #663300;
		text-decoration: none;
		font-weight: bold;
		}
		
a:visited {
		color: #663300;
		text-decoration: none;
		font-weight: bold;
		}
a:hover {
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		}
