@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	width:981px;
	background: #8c8b90 url(images/site_bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
}
h1 {
font-size:30px;
font-weight:bold;
}
.time {font-size:12px}
#masthead{
	text-align:center;
	height:105px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:26px;
	color:#ffffff
}
#sidenav{
	float:left;
	width:240px;
	text-align:center;

}
#sidenav li{
	list-style-type:none;
}
#sidenav a{
	display:block;
	background:url(images/button_bg.png);
	line-height:2.5;
	font-size:18px;
	color:#ffffff;
	padding:0px;
	text-decoration:none;
	list-style-type:none;
	width:152px;
	height:66px
}
#sidenav a:hover{
	background:url(images/button_bg_on.png);	
}
#content {
	padding:25px;
	min-height:550px;
	background:url(images/content_bg.jpg);
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:1;
	color:#990000;
	text-align:center
}
#midcontent {
	text-align:left	
}
#contentSub {
	padding:25px;
	min-height:550px;
		background-image:url(images/sub_content_back.jpg);
	font-family:"Times New Roman", Times, serif;
	text-align:center
}
#textContent{
	margin-left:230px;
	padding:15px;
	width:680px;
	letter-spacing:1px;
	color:#730000;
}
#footer {
	font-family:"Times New Roman", Times, serif;
	color:#993300;
	font-size:14px;
	text-align:left;
	padding:15px;	
}
#footer a:link {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #666;}
	
#footer a:visited {
	text-decoration: none;
	color: #000;
}
#about #nav_about a, #song_samples #nav_song a, #order #nav_order a {background:url(images/button_bg_on.png) no-repeat;}
