body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 140%;
	vertical-align: middle;
	background-color: #F1F1E7;
	background-image: url(../img/back.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #842B00;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}

a:hover {
	text-decoration: underline;
	font-variant: normal;
	font-size: 90%;
}

a:active {
	text-decoration: underline;
	color: #FF0000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 190%;
	color: #993300;
	padding-bottom: 20px;
}

h2{
	font-size: 114%;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	word-spacing: 0.2em;
	padding-bottom: 1%;
	padding-top: .5%;
}
p {
	font-size: 100%;
	color: #000000;
	line-height: 150%;
}


h3{
	font-size: 100%;
	color: #595959;
	text-transform: uppercase;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
#page {
	width: 500px;
	padding: auto;
	position: absolute;
	left: 200px;
	top: 110px;
}
#navigation {
	height: 209px;
	width: 142px;
	left: 0px;
	top: 73px;
	position: absolute;
	background-image: url(../img/navi.gif);
	padding: 30px 0px 0px 50px;
	margin: 0px;
}

#navigation p {
	line-height: 100%;
	font-size: 90%;

}

#navigation a:link, a:visited {
	color: #842B00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}
#navigation a:hover {
	text-decoration: underline;
	
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 10px;
	border-top: 1px dashed #ACA58D;
	border-right: 1px #ACA58D;
	border-bottom: 1px #ACA58D;
	border-left: 1px #ACA58D;
	text-align: center;
}
#footer p {
	font-size: 80%;
}

