@charset "UTF-8";
/* CSS Document */

body, div {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: small;
	font-weight: normal;
	color: #81080b;
	background-color: #ffe7c1;
}
h1, h2, h3, h4 {
	font-weight: bold;
	line-height: normal;
}
/*div styles, and div children*/
div#wrapper {
	background-image: url(../images/mobile.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 55px;
}
div#maincontent h1, div#maincontent h2, div#maincontent h3, div#maincontent h4 {
	color: #5a7414;
}
div#maincontent h1 {
	border-bottom: thin solid #5a7414;
}
a {
	text-decoration: underline;
	color: #626d45;
}
a:link {
	color: #626d45;
}
a:visited {
	color: #868d72;
}
a:active, a:hover {
	color: #7fa716;
	text-decoration: none;
}
div#hours span.days {
	text-decoration: underline;
	font-weight: bold;
}
div#credit {
	margin-top: 45px;
	font-size: .87em;
	font-style: italic;
}
img {
	display: none;
}

div#maincontent p.info {
	font-style: italic;
}
div#maincontent p.date {
	text-align: right;
	color: #5a7414;
	font-size: 1.2em;
	font-weight: bold;
}
div#maincontent p.title {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: thin solid #591709;
}

div#maincontent p.text-right {
	font-style: italic;
	text-align: right;
}



