body
	{
	margin: 0px;
	background-color: WhiteSmoke;
	font-family: Verdana;
	}
#header
	{
	position: relative;
	min-width: 800px;
	margin-left: 105px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Helvetica;
	font-size: 25px;
	font-weight: bold;
	}
#navigation
	{
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 5px;
	width: 100px;
	}
#navigation ul
  {
  list-style-type:none;
  padding: 0px;
  margin: 0px;
  }
#navigation li
  {
  margin-bottom: 10px;
  }
#navigation a
	{
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
  text-decoration: none;
	color: Blue;
	}
#navigation a:hover
	{
	text-decoration: underline;
	font-weight: bold;
	color: Blue;
	}
#content
	{
	position : relative;
	background-image : url("music.gif");
	border-top: solid 1px black;
  margin-left: 100px;
	margin-top: 0px;
	padding: 10px;
	border-left: solid 1px black;
	min-height : 480px;
	}
#content p
	{
	position: relative;
	}
#content ul
	{
	list-style-type: none;
	}
#content h1
	{
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	padding: 3px;
	}
#content h2
	{
	position: relative;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	padding: 3px;
	}
#content a
	{
	text-decoration: underline;
	color: black;
	}
#content a:hover
	{
	text-decoration: underline;
	color: blue;
	}
#content img a
	{
	text-decoration: none;
	}
#content img.email
	{
	position: absolute;
  margin-top: -1px;
	margin-left: 5px;
  }
#content table
	{
	margin-left: 40px;
  }
#content th
	{
	font-weight: bold;
  text-align: left;
	}
#content td
	{
  text-align: left;
	}
#picture
	{
	float: right;
  border: none; 
  width: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
	}
#picture img
	{
  width: 300px;
  border: none; 
  margin-bottom: -10px;
  }  
#picture p
	{
	position: relative;
  font-size: 10px;
  width: 300px;
	text-align: center;
	}
#footer
	{
	margin-top: 20px;
	font-size: 10px;
	border-top: none;
	padding: 3px;
  text-align: center;
	}

