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

html {overflow-y: scroll;}

{ line-height: 0; }

body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

#wrapper {
	width: 950px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -475px;
	margin-top: 0px;
	text-align: left;
}

#banner {
	background-image: url(../images/banner.jpg);
	height: 170px;
	margin-top: 10px;
}

#menubar {
	height: 32px;
	margin-left: 0px;
	background-color:#404040;
}

#main_top {
	height: 11px;
	background-image: url(../images/main_top.jpg);
	background-repeat: no-repeat;
}

#main_mid {
	background-image: url(../images/main_mid.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

#main_bot {
	height: 13px;
	background-image: url(../images/main_bot.jpg);
	background-repeat: no-repeat;
}

#footer {
	height: 32px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	color: #404040;
	font-size: 10px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}