/* Chester Children's Chorus:  Screen CSS */

body {
	font: 12pt Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}

#header {
	background: transparent;
	height: auto;
	width: 5.5in;
	margin: 2em auto;
}

#header h1 {
	text-indent: 0;
	font-size: 18pt;
	margin: 0;
	padding: 0;
}

#header p {
	text-indent: 0;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

#container {
	width: 5.5in;
	margin: 0 auto;
}

#content {
	background: transparent;
	min-height: auto;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
}

#content:after {
	display: none;
}

#content h2 {
	border-bottom: 1pt solid #000;
}

#content p {
	margin: 0 0 1em 0;
}

#content ul, #content ol {
	margin: 0 1em 1em .5em;
}

#navigation {
	display: none;
}

