@charset "UTF-8";
/* CSS Document */
<style type="text/css">


#container {
	height:100%;
}
#header {
   position:absolute;
   top:0;
   margin-bottom:0px;
   width:100%;
   height:30px;   /* Height of the footer */
   background:#003366;
}

.content {
   position:relative;
   margin-top:55px;
   width:100%;
}

.sitetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 7px;
	text-align: left;
}

.photobox1 {
	position:relative;
	float:left;
	margin-right:20px;
}
.videobox {
	position:relative;
	width:425px;
}

.textbox1 {
	font-family: Verdana, Geneva, sans-serif;
	margin-right:10px;
}
.textbox2 {
	font-family: Verdana, Geneva, sans-serif;
	margin-right:10px;
	margin-left:10px;

}
.textbox3 {
	font-family: Verdana, Geneva, sans-serif;
	margin-right:10px;
	margin-left:10px;
	float:right;
}
.lyrictitle {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.lyrics {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	margin-top: 30px;
	margin-bottom: 10px;
}

.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}
.videocaption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}

img {  
	border-style: none;
}

body {  
	border-style: none;
	margin: 0px;
}
a:link, a:active, a:visited {color: blue; text-decoration: none}
a:hover {color: blue; text-decoration: underline;}

#menu {
	position:absolute;
	top:19px;
	padding:0;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	width:100%;
	background-color: #069;
	font-size: 11px;
}
#menu li {display:inline;}

#menu li a {
	padding:0.2em 1em;
	color:#CCC;
	text-decoration:none;
	float:left;
	border:0px solid #000;
	background-color: #069;
}

#menu li a:hover {
	background:#08c;
	color:#fff;
}

</style>
