@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
#top {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/possban_1.jpg);
	height: 240px;
	position: relative;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
}
#flashmenu {
	height: 100px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contentholder {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-color: white;
}
#contentholder #maincontent {
	width: 720px;
	left: 0px;
	top: 0px;
	float: left;
	color: #6B6B6B;

}
#contentholder #maincontent #topbar {
	width: 720px;
	left:0px;
	top:0px;
	height:10px;
	text-align: right;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color:#4B9926;
}
#contentholder #maincontent #contenttext {
	width: 720px;
	left:0px;
	top:0px;
	text-align:left;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #6B6B6B;
}
#contentholder #rightcontent {
	position: relative;
	width: 245px;
	top: 0px;
	right: 0px;
	float: right;
	color: #6B6B6B;
	text-align: right;
}
#contentholder #bottom {
	height: 40px;
	width: 990px;
	left: 0px;
	bottom: 0px;
	position: relative;
	clear: both;
	background-image: url(/images/possban_1.jpg);
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
}
