* {padding: 0; margin: 0;}
body {
	padding: 0;
	margin: 0;
	background: #87585C url('images/background.jpg') repeat-x;
	font-family: 'Century Gothic', Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#wrapper {
	width: 758px;
	position: relative;
	top: 19px;
	margin: auto;
}
#header {
	background: url('images/header_background.jpg') 0 0 no-repeat;
	height: 324px;
	width: 758px;
}
#content {
	width: 758px;
	background: url('images/content_background.gif') 565px 0 repeat-y;
}
#content #main {
	width: 515px;
	padding-left: 36px;
	padding-right: 9px;
	float: left;
}
#content #main a {
	color: #DBAB70;
}
#content .caption {
	width: 220px;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 10px;
	margin:0 8px 8px 0;
	color: #DED1D2;
}	
#content .captionsong {
	width: 370px;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 10px;
	margin:0 8px 8px 0;
	color: #DED1D2;
}
#content #main h1,h2,h3,h4,h5,h6 {
	text-align: center;
	padding: 0px;
	padding-top: 9px;
	margin: 0px;
}
#content #main img {
	margin: 8px;
	border: 1px solid #623F43;
}
#content #main p {
	padding: 9px 0;
}
#content #main p.credit {
	font-size: 10px;
	text-align: right;
}
#content #navigation {
	font-size: 16px;
	line-height: 42px;
	float: right;
	width: 190px;
}
#content #navigation p {
	padding: 4px 0 5px 9px;
}
#content #navigation p a {
	color: #FFFFFF;
	text-decoration: none;
}
#content #navigation p a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 758px;
	background: url('images/content_background.gif') 565px 0 repeat-y;
	border-top: 1px solid #FFFFFF;
}
#reserved {
	font-size: 10px;
	float: left;
	width: 570px;
}
#copyright {
	font-size: 10px;
	text-align: right;
	width: 187px;
	float: right;
}
