/*
Theme Name: SAF Music
Theme URI: http://www.safmusic.co.uk/
Description: The default SAF Music theme.

*/


body {
	background: url(images/bg.jpg) repeat-x #030303;
	margin: 0;
	color: #000;
	font: 93%/1.2em Arial, Helvetica, Sans-Serif;	
	}

a {
	color: #333333
	}	
	
a:hover {
	text-decoration: none;
	}
	
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
}	
	
#BG_Container {
	background: url(images/music_bg.jpg) no-repeat;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	margin-left: auto;
	margin-right: auto;
	background: url(images/header.png) no-repeat;
	width: 800px;
	height: 283px;
	margin-top: 20px;
}

#Header .banner {	
	position: absolute;
	margin: 0px 0px 0px 10px;
	background: #000000;
	width: 780px;
	top: 140px;	
	z-index: 30;
}

#Header .Navigation {
	background: url(images/nav.png) no-repeat;
	width: 770px;
	height: 30px;
	position: absolute;
	z-index: 500;
	margin-top: 125px;
	color: #FFFFFF;
	padding: 6px 0px 0px 20px;
	font-weight: bold;
	
}

#Header .Navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#Header .Navigation a:hover {
	text-decoration: underline;
}

#Header .Navigation ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 2000;
}

#Header .Navigation li {
	float: left;
	display: block;
	margin-right: 30px;
}

#Content {
	margin-left: auto;
	margin-right: auto;
	background: url(images/content_bg.png) repeat-y;
	width: 740px;
	height: auto;
	padding: 20px 30px 30px 30px;
}

#Bottom {
	background: url(images/footer.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 30px;
}

#Footer {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
	font-size: 0.80em;
	margin-top: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#Footer .Left {
	float: left;
	width: 400px;
}

#Footer .right {
	float: right;
	width: 300px;
	text-align: right;
}


#Footer a {
	color: #999999;
	text-decoration: none;
}

#Footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.alignleft {
	text-align: left;
	float: left;
}

.alignright {
	text-align: right;
	float: right;
}

.singer {
	float: right;
}

.piano {
	float: right;
	margin-top: -10px;
	padding-bottom: 20px;
	margin-left: -40px;
}