﻿
body
{
	margin:0;
	padding: 0;
	background: #808080;
	color: #000;
	font-size: 11pt;
}

#all 
{
	position:relative;
	width:765px;
	margin: 0 auto;
	background-color:#8C2F1D;
}

#header
{
	position: relative;
	width: 765px;
	height:	288px;
	background: #2F3820 url(images/header.jpg) 0 0  no-repeat;
	text-indent: -9999px;
}
#header a
{
	height: 288px;
	width: 765px;
	display: block;
}

#left
{
	position: relative;
	width: 322px;
	bottom: 0px;
	background: #8C2F1D url(images/left.jpg) 0 0 no-repeat;
	margin:0;
	padding:0;
}

#filler
{
	height: 700px;
}

h1
{
	margin: 0;
	padding: 0;
	
}

#content
{
	position: absolute; 
	left: 322px; 
	top:300px;
	background: #8C2F1D;
	color: #FFE7D0;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	width: 440px;
	text-align: center;
	font-size: 14pt;

}

#content ul
{
	list-style-type: none;
		line-height: 40px;
		margin-bottom: 50px;
}

#music
{
	text-indent: -9999px;
	margin: 0 auto;
	width: 326px;
	height: 65px;
	background: #8C2F1D url(images/music-sets-the-tone.jpg ) 0 0 no-repeat;
}

#leotaTitle
{
	text-indent: -9999px;
	margin: 0 auto;
	width: 326px;
	height: 65px;
	background: #8C2F1D url(images/leota.jpg ) 0 0 no-repeat;
	
}

#williamTitle
{
	text-indent: -9999px;
	margin: 0 auto;
	width: 326px;
	height: 65px;
	background: #8C2F1D url(images/bill.jpg ) 0 0 no-repeat;
	
}

#music h1
{
	border: solid 1px yellow;
}

#leota, #william 
{
	width: 46%;
	float: left;
	margin: 0 2% 0 2%;
	display:block;
	background: #8C2F1D;
	text-align: center;
}

#bio
{
	text-align: left;
	margin: 5px 20px;
	font-weight:normal;
}

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: white;
	
}

