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

* {
margin:0;
padding:0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FAF7BE;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	position: absolute;
	width: 750px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
}

ul {
	display: inline;
}
li {
	border: 1px solid #978C4C;
	list-style: url(none) none outside;
	padding: 1px 5px;
	margin: 1px 3px;
}
#content {
	margin: 3px;
	padding: 1px 5px;
	width: 610px;
	float: right;

}
#content p {
	margin-right: 140px;
}
#wrapper #content img {
	padding: 2px;
}


h2 {
	font-size: 14px;
}

#rightpane {
	margin: 3px 0px 3px 3px;
	padding: 3px 5px;
	width: 120px;
	float: right;
	border: 1px solid #978C4C;

}
h1 {
	font-size: 18px;
}

#navigation {
	width: 120px;
	float: left;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	background: url(../images/header.jpg) no-repeat right;
	border-bottom: 1px solid #978C4C;
	height: 112px;
}


#navigation a:link {
	color: #000000;
	text-decoration: none;
}
#navigation a:visited {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #92884B;
	text-decoration: none;
}
#navigation a:active {
	color: #000000;
	text-decoration: none;
}

#footer {
	margin: 3px;
	padding: 1px 0px;
	width: 100%;
	float: left;
	font-size: 9px;
	color: #000000;
	text-indent: 5px;


}

#title {
	position: absolute;
	left: 10px;
	top: 25px;
	width: 400px;
	border-top: 1px solid #BBB077;
	border-bottom: 1px solid #BBB077;
	height: 59px;
	padding-left: 5px;
}
#title h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing: 1mm;
	font-weight: normal;
	font-size: 36px;
	line-height: 30px;
}
#title h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: normal;
}
img {
	border: 0;
}
