body
{
	margin: 0;
	padding: 7px 0 0 0;
	background: #000000;
	background-image: url("music.jpeg");
	font: 14px "trebuchet ms", sans-serif;
}

div#page
{
	position: relative;
	width: 720px;
	margin: 0 auto 0 auto;
	padding: 0;
}

div#top
{
	margin: 0;
	padding: 2px 0 0 0;
}

div#menu
{
	position: relative;
	float: left;
	width: 170px;
	height: 300px;
	padding:  0 ;
	background-image: url("keys.jpg");
}

.menulink:link, .menulink:visited, .menulink:active
{
	display: block;
	float: left;
	margin: 0;
	border-bottom: 1px solid #f7ecfe;
	padding: 3px 11px 3px 15px;
	color: #f7ecfe;
	font: bold 24px "trebuchet ms", sans-serif;
}

.menulink:hover
{
	color: #99A06D;
	border-bottom: 1px solid #99A06D;
}

/*CONTENT*/
div#content
{
	float: right;
	width: 520px;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background-color: #f7ecfe;
}

div#clips
{
	float: right;
	width: 520px;
	height: 300px;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background-color: #f7ecfe;
}

h1
{
	position: relative;
	text-align: center;
	font: bold 30px "trebuchet ms", sans-serif;
	font-weight: bold;
	color: gray;
}

h2
{
	margin: 15px 0 0 0;
	font: bold 20px "trebuchet ms", sans-serif;
	text-align: center;
	color: #99A06D;
}

h3
{
	margin: 15px 0 0 0;
	font: bold 17px "trebuchet ms", sans-serif;
	color: #99A06D;
}

p
{
	margin: 11px 0 0 0;
}

a:link, a:visited, a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #396688;
}

a:hover
{
	color: #8DB6DB;
}

img
{
	border: 0;
}

div.highlight
{
	float: right;
	width: 208px;
	margin: 15px 0 10px 20px;
	border: 4px double #99A06D;
	padding: 0 6px 3px 6px;
	background: #DCE2B7;
}

div.highlight h3
{
	margin-top: 5px;
}

table#highlight
{
	border: 5px double #99A06D;
	margin: 15px 0 10px 0;
	background: #DCE2B7;
}

table#board td
{
	width: 280px;
	padding: 25px 0 0 0;
}

table.edit
{
	width: 570px;
}

img.certification
{
	float: right;
	margin: 15px 0 15px 20px;
}

.eventsli
{
	padding-bottom: 10px;
}
.captions
{
	background-color: #f7ecfe;
	text-align: center;
}

.photol
{
	float: left;
	width: 300px;
	height: 300px;
	margin: 0 20px 20px 20px;
} 

.photor
{
	float: right;
	width: 300px;
	height: 300px;
	margin: 0 20px 20px 20px;
} 

	/*FOOTERS*/

div#hostedby
{
	clear: both;
	height: 16px;
/*	background: #f7ecfe; */
	color: white;
	text-align: center;
	font: 11px "trebuchet ms", sans-serif;
}