body {
	background-color: #323F4D;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", serif;
}

#header {
	padding: 0;
	text-align: center;
	font-size: 10%;
	background: #F9F5F0 url(images/music-divider.png) no-repeat bottom left;
	height: 176px;
	position: relative;
	margin-left: 225px;
}

#header img {
	position: absolute;
	top: 20px;
	left: 90px;
}

#contentwrapper {
	background: #F9F5F0 url(images/navigation-bg.gif) repeat-y;
	width: 800px;
	margin: 0 auto auto auto;
	position: relative;
	border: 1px solid #333;
	border-top: 0;
}

#content {
	margin-left: 240px;
	background-color: #F9F5F0;
	margin-top: 20px;
	margin-right: 20px;
}

#content p {
	line-height: 140%;
}

/*#navigation {
	width: 225px;
	background-color: #C9AFC2;
	float: left;
}*/
#navigation {
	width: 225px;
	background-color: #C9AFC2;
	position: absolute;
	top: 0;
	left: 0;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: 12px;
}
#navigation li {
	margin-bottom: 8px;
}
#navigation a {
	text-decoration: none;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
}



/* To fix the first heading on each page so there's no gap above it in Firefox 
  Doesn't fix the bottom of the page */
h1,h2,h3 {
	margin: 0;

}

/* Remove the gap from paragraphs after headings */
h1+*, h2+*, h3+* {
	margin-top: 3px;
}

img{
	border: 0;
}


/* Content Styling */
h1 {
	font-size: 1.7em;
	font-style: italic;
	text-decoration: underline;
}
h2 {
	font-size: 1.0em;
	font-style: italic;
	text-decoration: underline;
}

a:link {
	
}

a:visited {
	color: #724011;
}

.required {
	color: Red;
}

.toplink {
	color:#666666;
	text-decoration: none;
}

#content img {
border: 1px solid #CCC;
padding: 6px;
margin: 5px;
}

td.label { 
	text-align: right; 
}
td.input { text-align: left; }

.larger {
	font-size: 125%;
	font-weight: bold;
}