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

body {
	background:#DAB98C;
	color:#432600;
}

#header {
	position:absolute;
}

#navigation {
	position:absolute;
	top:125px;
	left:350px;
	font:20px "Times New Roman", Times, serif;
	text-transform:lowercase;
	word-spacing:20px;
}

#content {
	position:absolute;
	top:180px;
	left:270px;
	width:700px;
	height:250px;
	padding:15px;
	background-color:#b0946e;
	overflow:auto;
}

#menu {
	position:absolute;
	top:445px;
	left:1%;
	width:990px;
	height:200px;
}

a:link {
	font-weight:normal;
	color:#432600;
	text-decoration:none;
}

a:visited {
	font-weight:normal;
	color:#432600;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#8e2d1d;
	text-decoration:none;
}

h1 {
	font:20px bold "Times New Roman", Times, serif;
	text-transform:lowercase;
	word-spacing:20px;
	border-bottom:2px solid #8e2d1d;
}

h2 {
	font:20px bold "Times New Roman", Times, serif;
	text-transform:lowercase;
	word-spacing:20px;
}

h3 {
	font:20px bold "Times New Roman", Times, serif;
	color:#e3c59d;
	text-transform:lowercase;
	word-spacing:20px;
	border-bottom:2px solid black;
}

#divider {
	position:absolute;
	top: 485px;
	left: 11px;
}

p {
	font:15px "Times New Roman", Times, serif;
	text-indent:20px;
}

#copyright {
	position:absolute;
	bottom: 2%;
	left: 20%;
}

#upcoming {
	position:absolute;
	top:250px;
	left:2%;
	width:200px;
	height:200px;
	padding:5px;
	background-color:#8e2d1d;
	overflow:auto;
}

ul.events {
	font:15px "Times New Roman", Times, serif;
	color:#e3c59d;
}

.menu {
	border-right:#8e2d1d 3px;
}
