body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875em;
	color: #000000;
	text-align: justify;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/indexbg.gif);
	background-repeat: repeat;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 75px;
	width: 950px;
	background-image: url(../images/2010menu_bg.jpg);
}
#wrapper #navi {
	width: 950px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	margin-top: 20px;
}
#wrapper #content {
	width: 950px;
	float: left;
	height: 164px;
}

#wrapper #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	width: 950px;
	line-height: 2em;
	background-color: #cc0000;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#wrapper #footer a:link, a:active, a:visited {
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
#wrapper #footer a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: underline;
}

