/*
	Dark red:#421b1d
	Faded red:#654342
	Tan:#e8e8d9
*/

/* Main Site Styles */

body {
	background:#e8e8d9;
	font-size:80%;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	}
a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#654342;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	color:#421b1b;
	font-weight:bold;
	}
p {
	font-size:1em;
	margin:1em 5em 1em 1em;
	padding:0;
	}
p.nav {
	text-align:right;
	font-size:1em;
	font-style: italic;
	color:#654342;
	margin:0 25px 0 0;
	}
h1 {
	font-size:1.4em;
	color:#421b1d;
	margin:1em 0;
	}
h2 {
	font-size:1.2em;
	color:#421b1d;
	margin:1em 0;
	clear:both;
	}
h3 {
	font-size:1em;
	color:#421b1d;
	margin:.5em 0;
	clear:both;
	}	
cite {
	display:block;
	margin:2em auto;
	width:50%;
	text-align:center;
	border-top:1px solid;
	border-bottom:1px solid;
	font-size:1.2em;
	color:#421b1d;
	font-weight:bold;
	background:#e8e8d9;
	}


/* Layout Structure */

div#main {
	width:760px;
	margin:10px auto;
	background: url("/images/page_new.jpg") repeat-y top center;
	}
div#header {
	background: url("/images/header_2011.jpg") no-repeat top center;
	padding:150px 0 0 0;
	text-indent:-2000em;
	overflow:hidden;
	}
div#menu {
	width:140px;
	padding:0 0 0 10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	}
div#content {
	width:570px;
	padding:0 20px 0 0;
	float:right;
	}
div#footer {
	padding:20px 0 22px 120px;
	background: url("/images/footer_new.jpg") no-repeat bottom center;
	clear:both;
	text-align:center;
	color:#e8e8d9;
	font-size:.9em;
	}
div#footer p {
	margin:2em 0 1em 0;
	}

/* Content List styles */
div#content ul {
	margin:0 0 0 2em;
	padding:0;
	list-style:none;
	}
div#content ul li {
	margin:0;
	padding:5px;
	}

/* Menu Styles */
div#menu ul {
	margin:0;
	padding:1em 0;
	list-style:none;
	}
div#menu ul li {
	margin:0;
	padding:0;
	display:block;
	}
div#menu a, div#menu a:link, div#menu a:visited, div#menu a:active {
	color:#e8e8d9;
	display:block;
	padding:5px 10px;
	margin:0;
	width:120px;
	}
div#menu a:hover {
	color:#e8e8d9;
	display:block;
	background:#421b1d;
	padding:5px 10px;
	margin:0;
	text-decoration:none;
	}

/* Tables */
table {
	font-size:.95em;
	line-height:1.4em;
	}
table td, table th {
	vertical-align:top;
	padding:3px 2em;
	text-align:left;
	}
table th {
	background:#654342;
	color:#e8e8d9;
	}
table.events td {
	border-bottom:1px solid #654342;
	}

/* Images*/
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.right {
	padding:0;
	margin:0 1em;
	display:inline;
	}
img.left {
	padding:0;
	margin:0 1em;
	display:inline;
	}
.right {
	float:right;
	}
.left {
	float:left
	}
img.border {
	border:2px outset;
	padding:2px;
	}
.shop td {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
