/* CSS Document */

body {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-image: url(images/staffBG.jpg);
	background-repeat: no-repeat;
	background-color: #f4f4ed;
	font-size: 62.5%; /* now 1em is 10px */
}
/*		Layout		*/
#mainContainer {
	margin: 0 auto;
	width:756px;
}
#textMark {
	text-align:left;
	margin-bottom:-10px;
	margin-top:-10px;
}
* html #textMark { /* IE Fix */
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
}
#header {
	background-image: url(images/banner.jpg);
	height: 207px;
	width: 756px;
}
#navigation {
	background-image: url(images/navBG.gif);
	font-size: 1.3em;
	color:#fff;
	height:21px;
	padding-top:2px;
	text-align:center;
}
#body {
	
	font-size:1.3em;
	text-align:left;
	padding:10px 30px;
	background-image: url(images/bodyBG.png);
	background-repeat: repeat;
}
#body #musicList ul {
	list-style-position: inside;
	list-style-type: none;
}

* html #body {
	background-color:#fff;
}

#footer {
	background-color:#333333;
	color:#fff;
	text-align:left;
	height:20px;
	font-size: 1.2em;
	padding-top:3px;
	padding-left:10px;
}

/*		Navigation		*/
#navigation ul {
	display: inline;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	color: #000;
	font-size:14px;
}

#navigation li a{	
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	display:block;
	color:#fff;
	text-decoration:none;
}
#navigation li a:hover{	
	color:#333;
}

h1 {
	color:#666;
	font-weight: normal;
	font-size:3.6em;	
}

h1 #orange {
	color:#d96c07;
}

#body a {
	color:#333;
}

#body a:hover {
	color:#d96c07;
}
