@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 87.5%;
	color: #000000;
	background-color: #FFFFFF
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-family: Impact, "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	color: #FF0000;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
.highlight {
	font-style: italic;
	font-weight: bold;
	color: #0F0;
}

h2 {
	color: #FF0000;
	font-weight: normal;
	font-family: Impact, "Arial Black", Gadget, sans-serif;
	letter-spacing: 0.1em;
	font-size: 150%;
}
h3 {
	color: #000000;
	font-weight: normal;
	font-family: Impact, "Arial Black", Gadget, sans-serif;
	letter-spacing: 0.1em;
	font-size: 120%;
}
#wrapper {
	width: 950px;
	border: 1px solid #FF0000;
	margin-right: auto;
	margin-left: auto;
}
#content {
	padding-right: 10px;
	padding-left: 10px;
}
#navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	text-align:center;
font-size: 85%;
}
#navbar li {
	display: inline;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 10px;
line-height: 20px
}

#navbar {
	background-color: #B48E68;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding: 5px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}

