@charset "utf-8";
body {

	background-image: url(images/background.gif);

	background-repeat: repeat;

	text-align: center;

	padding: 0px;

	margin: 0px;

}

#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #000;
}

#header {

	margin-bottom: 12px;

}

#banner {

	height: 200px;

	padding-bottom: 12px;

}

#content {
	margin-top: 0px;
	padding-top: 0px;
}

#content-navigation {

	float: left;

	width: 150px;

	padding-right: 20px;

	padding-left: 20px;

	font-family: Verdana;

	font-size: 11px;

}

#footer {
	margin-top: 12px;
	clear: both;
	background-color: #AAAAAA;
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	line-height: 25px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;

}

#content-main {
	float: right;
	width: 500px;
	font-family: Verdana;
	font-size: 75%;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 13pt;
}
ul {
	list-style-type: square;
}

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 24px;

	color: #757116;

}

h2 {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 18px;

}

h3 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -0.3em;

}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: -0.4em;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: -0.5em;
	color: #333;
}

a:link {

	color: #757116;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #757116;

}

a:hover {

	text-decoration: underline;

	color: #757116;

}

a:active {

	text-decoration: none;

	color: #F00;
