body {
	background: #f3e3bd url('images/antique.jpg') top center;
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #330066;
	}
	
a:hover, a:visited:hover {
	text-decoration: underline;
	color: #006666;
	}
	
h1 {
	clear: both;
	text-align: left;
	font-family: georgia;
	font-style: italic;
	font-weight: normal;
	color: #4c3254;
	font-size: 30px;
	}
	
h2 {
	clear: both;
	text-align: left;
	font-family: georgia;
	font-style: italic;
	font-weight: normal;
	color: #330066;
	font-size: 24px;
	}
	
p {
	text-indent: 18px;
	margin: 0px;
	padding: 4px 12px 6px 12px;
	}
	
.spacer {
	clear: both;
	height: 0px;
	width: 95%;
	margin: 0px;
	padding: 0px;
	}
	
#wrapper {
	width: 1000px;
	padding-bottom: 36px;
	}
	
#footer {
	padding-right: 10%;
	text-align: right;
	font-size: 11px;
	clear: both;
	padding-bottom: 100px;
	}
	
#menu {
	clear: both;
	padding-left: 36px;
	}
	

#stage {
	margin-left: 100px;
	text-align: left;
	}
	
.mb {
	float: left;
	margin: 0 -12px 0 0;
	}
	
a.footer_link:link, a.footer_link:visited {
	color: #000000;
	text-decoration: none;
	}
	
a.footer_link:hover, a.footer_link:visited:hover {
	color: #015640;
	text-decoration: underline;
	}
