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

#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width: 950px;
}
.nav a:link {
	font-family: "Monotype Corsiva";
	color: #8B9F6A;
	font-size: 18pt;
	text-decoration: none;
}
.nav a:visited {
	font-family: "Monotype Corsiva";
	color: #8B9F6A;
	font-size: 18pt;
	text-decoration: none;
}
.nav a:hover {
	font-family: "Monotype Corsiva";
	color: #8B9F6A;
	font-size: 18pt;
	text-decoration: underline;
	font-weight: normal;
}
#body {
	width: 950px;
}
#footer {
	background-color: #f8f0b3;
	padding: 5px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4a1813;
	font-weight: normal;
}

.footertext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4a1813;
	text-decoration: none;
	font-weight: normal;
}
.footertext a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4a1813;
	text-decoration: none;
	font-weight: normal;
}
.footertext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4a1813;
	font-weight: bold;
}

body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.bodytext {
	font-family: "Century Gothic";
	font-size: 16pt;
	color: #4a1813;
	line-height: 24pt;
	font-weight: normal;
}
.list {
	font-family: "Century Gothic";
	font-size: 16pt;
	color: #4a1813;
	margin-left: 10px;
	line-height: 24pt;
	font-weight: normal;
}
#lowerfooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	text-align: right;
	padding: 5px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#lowerfooter a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	text-decoration: underline;
}
#lowerfooter a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	text-decoration: underline;
}

