@import url("module_css.css");
body {
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eaeaea;
}
.wrap {
	width: 990px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #eaeaea;
}

#banner
{
	text-align: center;
}
#space {
	height: 10px;
	width: 988px;
}
.header {
	width: 988px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
}

.header #logo
{
	background-color: #FFFFFF;
	float: left;
	height: 100px;
	width: 203px;
}

.header #headerleft
{
	background-color: #FFFFFF;
	float: right;
	height: 100px;
	width: 785px;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	text-align: right;
}
.menu_top {
	width: 988px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
}

.contentpage
{
	padding-right: 10px;
	padding-left: 10px;
}
.frontpage {
	float: left;
	width: 988px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.frontpage #frontleft {
	float: left;
	width: 680px;
	border: 1px solid #FFFFFF;
}

.frontpage #bfront
{
	margin-left: 10px;
}
.leftside {
	float: left;
	width: 356px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding-left: 10px;
}

.leftside #mainbody
{
}
.midleside {
	float: right;
	width: 300px;
	border: 1px solid #FFFFFF;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.rightside {
	float: right;
	width: 294px;
	border: 1px solid #eaeaea;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.rightside #rightaq {
	background-color: #FFFFFF;
	margin-right: 10px;
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.rightside #right {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-right: 10px;
}
.footer {
	background-color: #FFFFFF;
	height: 60px;
	text-align: center;
	padding: 10px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
}


.pquote {
	float: left;
	width: 345px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#relation
{
}

.facebook
{
	background-color: #f0f0f0;
	padding: 5px;
}

