body {
	background-color: #EDD193;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #693915;
	text-decoration: none;
}

a:hover {
	color: #693915;
	text-decoration: underline;
}

#mainArea {
	width: 800px;
	border-left: 1px solid #693915;
	border-right: 1px solid #693915;
}

#header {
	background-image: url(images/header.jpg);
	width: 800px;
	height: 27px;
	align: center;
	padding-top: 10px;
}

#header a {
	font-size: 12px;
	color: #F5C772;
	font-weight: bold;
}

#menu {
	background-image: url(images/menuback.jpg);
	width: 800px;
	height: 100px;
	align: center;
}

#menu img {
	border: 0px;
}

#contentArea {
	background-image: url(images/contentback.jpg);
	width: 770px;
	height: 669px;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	padding-left: 30px;
}

#contentArea #content {
	float: left;
	width: 325px;
	text-align: left;
	color: #361B01;
	line-height: 125%;
	padding-left: 5px;
	padding-top: 10px;
}

#contentArea #content h1 {
	color: #361B01;
	font-size: 16px;
	margin-top: 0px;
}

#downloads {
	background-image: url(images/downloadsback.jpg);
	width: 725px;
	height: 289px;
	padding-left: 75px;
	padding-top: 30px;
}

#downloads #notes {
	float: left;
	width: 520px;
	text-align: left;
	color: #361B01;
	line-height: 135%;
	padding-left: 25px;
}

#downloads #notes h1 {
	color: #361B01;
	font-size: 16px;
	margin-top: 0px;
}

#footer {
	background-image: url(images/footerback.jpg);
	align: center;
	height: 24px;
	width: 800px;
	padding-top: 10px;
	color: #DCB480;
	font-size: 10px;
}

/* Songs pages */

#songs {
	width: 278px;
	height: 505px;
	background: url('images/songsleft.jpg');
	float: left;
	text-align: left;
	padding-left: 60px;
	padding-top: 100px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 250%;
}

.lyrics {
	font-size: 11px;
	line-height: 125%;
	float: left;
	width: 320px;
	margin-bottom: 10px;
}

#contentArea #content_songs {
	float: left;
	width: 392px;
	text-align: left;
	color: #361B01;
	line-height: 125%;
	padding: 0px;
}

#contentArea #content_songs h1 {
	color: #361B01;
	font-size: 16px;
	margin-top: 10px;
}