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

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin: 0px;
	background-color: #FFF;
	cursor: default;
}
#banner {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #999;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 115px;
	width: 800px;
	left: 20px;
	top: 10px;
	right: 810px;
	bottom: 115px;
	cursor: default;
	background-attachment: fixed;
	background-image: url(../images/logo.png);
	background-position: 20px 10px;
}
#menu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #999;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 30px;
	width: 800px;
	left: 20px;
	top: 130px;
	right: 810px;
	bottom: auto;
	cursor: default;
}
#content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	background-color: #FFF;
	border: 1px solid #999;
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 400px;
	width: 800px;
	left: 20px;
	top: 165px;
	right: 810px;
	bottom: auto;
	cursor: default;
	text-align: center;
	overflow: scroll;
}
#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #999;
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 40px;
	width: 800px;
	left: 20px;
	top: 570px;
	right: 810px;
	bottom: auto;
	cursor: default;
}
#navigate {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: center;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	text-align: center;
}
about_content {
	text-align: left;
	font-size: 10px;
}
