/* Styling the page bckground ************/
html { background: #fefef8; }


/* Styling the page body ************/
body {
	position: relative;
	min-width: 550px;
	max-width: 550px;
	width: 95%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 140%;
	color: #847e7e; }


/* Styling the links ************/
a:link { color: #d18d06; }
a:visited { color: #7f5d02; }
a:hover { color: #d02417; }
a:focus, a:active { color: #edae02; }


/* Styling the masthead ************/
#masthead {
	position: relative;
	width: 100%;
	height: 145px;
	margin-bottom: 25px;
	background: #0e561b url(img/masthead.gif) repeat-x; }


/* Styling the main text container for most pages ************/
#main-content {
	width: 95%;
	float: right; }
#main-content h1 {
	font-size: 130%;
	color: #660033;
	padding: 0px 0px 0px 0px; }
#main-content p {
	font-size: 100%;
	color: #136400;
	padding: 0px 40px 0px 0px; }


/* Styling the events table for ticket prices************/
	.event_table {
		width: 90%;
		border-collapse: collapse; }
	.event_table tbody th {
		width: 150px;
		font-style: normal;
		font-size: 90%;
		color: #136400;
		text-align: left;
		padding: 5px 0px 5px 10px;
		border-bottom: 1px solid #c2b5bc; }
	.event_table tbody td {
		font-style: normal;
		font-size: 90%;
		color: #136400;
		text-align: left;
		padding: 5px 20px 5px 0px;
		border-bottom: 1px solid #c2b5bc; }


/* Styling the copyright area ************/
#copyright {
	clear: both;
	text-align: left;
	font-size: 65%;
	color: #136400;
	padding: 0px 0px 0px 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #660033; }
