body {
	padding:0px;
	margin:0px;
	background-color:#0F0F0F;
}

h1 {
	color:#ffffff;
	font-family:Garamond;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
}

h2 {
	color:#ffffff;
	font-weight:bold;
	font-family:Garamond;
	font-size:20px;
	line-height:14px;
}

h3 {
	color:#ffffff;
	font-weight:bold;
	font-family:Garamond;
	font-size:16px;
	line-height:14px;
}

a {
	color: #ffffff;
}

a img {
	border: 0;
}

#container {
	width: 767px;
	height: 500px;
	margin: 0 auto;
	background: url(../images/background.gif) repeat-y;
	border-bottom: 1px solid #f3f1d1;
}

#footer {
	width: 767px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/footer_brown.gif) repeat-x;
}

#footer img {
	margin: 10px 0 0 40px;
}


#copywrite {
	width: 767px;
	margin: 0 auto;
}

	#copywrite p {
		color: #DFDFDF;
		font-family: Garamond, Times;
		font-size: 12px;				
	}
	
#musicPlayer {	
	color:#ffffff;
	font-family:Garamond;
	font-size: 12px;
	width:180px;
	margin: 30px 27px 0 0;
	text-align:right;
	float: left;
}

	#musicPlayer a {
		margin: 0 2px 0;	
	}
		
#leftcol {
	width: 225px;
	height: 500px;
	margin: 0 0 0 5px;
	float: left;
	background: url(../images/menu_background.gif) repeat-y;
}

#content {
	color: #DFDFDF;
	font-family: Garamond, Times;
	font-size: 16px;
	width: 500px;
	float: right;
	margin: 0 20px 0 0;
	border-top: 1px solid white;
	padding: 10px 0 35px;
}

#menu {
	margin: 30px 0 0 25px;
	color: #62391B;
	font-family: Garamond, Times;
	text-decoration: none;
}

#menu a {
	color: #62391B;
	font-family: Garamond, Times;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	text-decoration: underline;
}

#menu a.sub {
	margin-left: 15px;
}
