@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bodycenter {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}
#header {
	height: 78px;
	width: 100%;
	text-align: center;
	background-image: url(images/header_bg.jpg);
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
}
#content {
	width: 865px;
	background-image: url(images/content_bg.jpg);
	background-position: bottom;
	float: left;
}
#footer {
	background-image: url(images/footer.png);
	height: 46px;
	width: 880px;
	padding-left: 20px;
	clear: both;
}
#content_inside {
	width: 809px;
	margin-right: 28px;
	margin-left: 28px;
	text-align: left;
}
#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
}
#navigation {
	height: 36px;
	width: 900px;
}
#content_base {
	width: 900px;
}
#content_inside2 {
	width: 865px;
	text-align: left;
	height: 600px;
	overflow: hidden;
}
#content_inside3 {
	width: 809px;
	margin-right: 28px;
	margin-left: 28px;
	text-align: left;
	height: 615px;
	overflow: scroll;
	background-repeat: no-repeat;
	background-position: center;
}
#bodyleft {
	width: 125px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
#bodyright {
	width: 125px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
}
