body {
	background-color: #ECF2FE;
	font-family: Georgia, Times, serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #333333;
	margin: 0px;
}

a {
	color: #372C4A;
	text-decoration: none;
	font-weight: bold;
}

a img { border: none; }


h1 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #372C4A;
	border-top: 2px solid #6699CC;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #372C4A;
	padding-top: 12px;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, Times, serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

#logo {
	position: absolute;
  top:40px;
  left:0px;
  width: 100%;
  background: #B6A290;
 padding: 0px 0px 0px 10px;
 margin: 0px;
}

.nav {
  font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
	color: #336699;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;	
	padding: 0px 0px 0px 20px;
	margin-bottom: 20px;
	border-top: 6px solid #6699CC;
}


.nav2 {
	font-family: Georgia, Times, serif;
	font-size: 12px;
  font-weight: bold;
  position: absolute;
  top:10px;
  left:320px;
}

#dividerrule {
	width:100%;
	position: absolute;
	top: 130px;
	left: 0px;
	margin: 0px;
}

.maintext {
	width: 50%;
	 position: absolute;
  top:164px;
  left:13px;
  padding-bottom:20px;
}

.sidebar {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 18px;
	width: 400px;
	padding: 3px;
	margin: 10px;
	background-color: #FFFFFF;
	position: absolute;
  	top:380px;
  	left:55%;
	border: 1px solid #336699;
}

.sidebarHeader {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #B6A290;
	background-image: url(images/guitar.gif);
	padding: 4px;
}

.sidebarFooter {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}


.titlebar {
	font-family: Georgia, Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.player {
	position: absolute;
  	top:160px;
  	left:55%;
	padding: 3px;
	margin: 10px;
	background-color: #FFFFFF;
	border: 1px solid #336699;
	}


.bottomlinks {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #999999;
}

a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}

.footer {
	background-color: #ECF2FE;
	position: fixed;
	left:0px;
	bottom:0px;
	padding: 10px 0px 10px 10px;
	border-top: 6px solid #6699CC;
	width:100%;
}
