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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #804000;
	background-color: #e7e7d6;
	margin: 0px;
	font-size: 10px;
}

#wrap{
	height: auto;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}

#header{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804000;
}

#mainstage{
	background-color: #becba0;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804000;
}

#footer{
	background-color: #FFFFcc;
	padding: 5px;
	text-align: center;
}

ul {
	line-height: 25px;
}

.navbg {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #804000;
}

.pictureframe {
	margin-right: 10px;
	border: 1px solid #804000;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #804000;
	font-weight: bold;
}

h3 {
	color: #804000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #804000;
	text-decoration: underline;
}


a:visited{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #804000;
	text-decoration: underline;
}

a:hover {
	font-family: verdana, arial, helvetics, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a:active {
	font-family: verdana, arial, helvetics, sans-serif;
	font-size: 10px;
	color: #804000;
	text-decoration: none;

