/* Coding created by Pixel Farm Interactive */
/* Copyright 2005-06 Pixel Farm Interactive */


/*<group=STYLES>*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	}

h1 {
	font-size: 14px;
	}

h2 {
	font-size: 12px;
	font-weight: normal;
}
	
a:link, a:visited {
	color: #FF33FF;
	text-decoration: none;
	}

a:hover {
	color: #000;
	background: #fef4eb;
}
	
b, strong {
	color: #003366;
	font-weight: bold;
	}

i {
	color: #999;
	}
	
.credits {
	color: #999;
	}

#container {
	width: 510px;
	margin: 0 auto;
	background: url(images/main_bg.jpg);
	}

#header {
	background: #fff;
	margin: 0 auto;
	width: 510px;
	 }

#content {
	background: #fff;
	margin: 0 auto;
	padding: 60px 14px;
	text-align: left;
	}

#footer {
	width: 500px;
	color: #C9B5A2;
	padding-bottom: 20px;
}
#footer img {
	display: block;
	padding: 0;
	margin: 0;
}
#footer form {
	margin: 0 0 -4px 0;
	padding: 0;
	background-color: #CC6600;
}

#sa_song {
	width: 100%;
	background: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	color: #4c4c4c;
}

#mailings {
	width: 100%;
	border: 1px dotted #bea583;
	background: #fef4eb;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	color: #4c4c4c;
}
	
/*</group>*/

/*<group=NAVIGATION>*/

#nav {
	margin: 0;
	padding: 0;
	height: 44px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 44px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:44px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -44px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -88px;
	}
	
#nav_home a  {
	width: 120px;
	background: url(images/btns/home.gif) top left no-repeat;
	}
	
#nav_music a  {
	width: 139px;
	background: url(images/btns/music.gif) top left no-repeat;
	}
	
#nav_bio a  {
	width: 99px;
	background: url(images/btns/bio.gif) top left no-repeat;
	}
	
#nav_contact a  {
	width: 150px;
	background: url(images/btns/contact.gif) top left no-repeat;
	}
	
/*</group>*/

/*<group=LISTS>*/

#music {
	color: #666;
	}

#music ol { }
	
#music li {
	margin: 0;
	padding: 0;
	list-style: numbered;
	line-height: 18px;
	}
	
#music a {
	text-decoration: none;
	}
	
#dates, #contact {
	color: #666;
	}

#dates ul, #contact ul { }
	
#dates li, #contact li {
	margin: 0;
	padding: 0;
	list-style: circle;
	line-height: 18px;
	}
	
#dates a, #contact a {
	text-decoration: none;
	}
	
/*</group>*/