body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	line-height: 1.7em;
	background-color: #666666;
	padding-left: 10px;
	background-image: url(../images/background.jpg);
	padding-top: 10px;
}
a:link, a:visited {
	color: #B8905F;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
}
#banner {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	height: 107px;
}
#nav_main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 3px;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	border: none;
}
#content_sub {
	float: left;
	width: 480px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 10px;
	color: #333333;
}

#content_supp {
	float: left;
	width: 240px;
	list-style-type: none;
	list-style-position: outside;
	padding: 10px 10px 0px 0px;
	color: #CCCC99;
	margin: 0px;
	border: none;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}
#content_supp a:link {
	color: #666666;
	text-decoration: none;
}
#content_supp a:visited {
	color: #666666;
	text-decoration: none;
}
#content_supp a:hover {
	color: #FF6600;
	text-decoration: none;
}
#content_supp ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	color: #FFFFFF;
}
#content_supp li {
	margin: 0px;
	padding: 2px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	list-style-image: url(../images/arrow.gif);
	list-style-position: inside;
	text-indent: 1px;
	color: #CC0033;
}
#content_add {
	background-color: #CCCCCC;
	float: right;
	width: 250px;
}
#site_info {
	padding-left: 20px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 760px;
	clear: both;
	height: 50px;
}
.current {
	margin-left: 1em;
	list-style-image: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}
#clear {
	clear: both;
}

