@import url();

body {
	font-family: Georgia, serif;
	font-size: 10pt;
	line-height: 1.6em;
	/*text-align: center;*/
	width: 946px;
	padding: 0;
	margin-left: 22px;
	margin-right: auto;
	background: rgb(255, 255, 255) url(background.jpg);
	color: #2a1f08;
}


a, a:link {
	text-decoration: none;
	color: #a4490c;
}

a:visited {
	text-decoration: none;
	color: #e36616;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	border: 0;
	margin: 10px 10px 10px 0;
	float: left;
}

h1 {
	padding: 1em 0em;
	font-family: Verdana, sans-serif;
	line-height: 1.8em;
	font-size: 1.6em;
	font-weight: none;
}

h4 {
	font-family: Verdana, sans-serif;
	font-size: 1.3em;
	margin-top: -1.8em;
}

h2 {
	font-family: Verdano, sans-serif;
}

ul {
	list-style: none;
}

table tr td {
	padding: 0em 1.2em;
	text-align: center;
}

/* citations and quotes */
blockquote, cite {
	font-style: normal;
}

cite:before {
	content: open-quote;
}

cite:after {
	content: close-quote;
}

/* Concert Info */
div.concert {
	margin: 0;
	margin-bottom: 3em;
	padding: 0;
}

h3 {
	font-family: Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

.concert li {
	margin-left: 0;
	text-indent: -1em;
}


.title {
	clear: left;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

.setting {
	font-size: 1.0em;
	font-style: italic;
	margin-left: 0;
}

.music {
	font-style: italic;
}

/* Header Layout */
div#header {
	background: red;
	margin: 0;
	padding: 0;
	border: 0;
}

#header img {
	margin: 0;
	padding: 0;
}

/* Bulletin Layout */
div#bulletin {
	width: 162px;
	float: right;
	padding: 14px;
	background: #feefcc;
}

#bulletin p {
}

#bulletin h2,h3 {
}

#bulletin ul {
}

#bulletin ul li {
}

/* Navigation Layout */
#navigation {
	font-size: 0.8em;
	position: relative;
	left: 104px;
}


/* Nagivation List */
#navigation ul {
	padding: 0;
	margin: 0;
	width: 842px;
	list-style: none;
}

#navigation li {
	width: 210.5px;
	float: left;
	background: black;
	text-indent: 0;
	margin: 0;
}

#navigation a, #navigation a:visited, #navigation a:link {
	font-size: 0.9em;
	padding: 0 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fa8a32;
	display: block;
	width: 171.5px;
}

/* Drop-Down List */
#navigation li ul {
	position: absolute;
	width: 210.5px;
	left: -999em;
}

#navigation li:hover ul {
	left: auto;
}

/* Content Layout */
#content {
	clear: left;
	margin-left: 104px;
	width: 663px;
}

/* Footer Layout */
#footer {
	clear: both;
	text-align: left;
	font-size: 0.8em;
}

/* Special Objects */
.informal {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.0em;
}

.homelink {
	color: #a4490c;
	clear: left;
	text-align: center;
	font-size: 1.0em;
}
