@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 950px;
	background-color: #BDBDBD;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#wrapper #header_logo {
	height: 86px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 30px;
	color: #FFFFFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/navbar.png);
	background-repeat: repeat-x;
}
#wrapper #bodyArea #left {
	width: 270px;
	height: 407px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 12px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #bodyArea #visitarea {
	background-color: #FFFFFF;
	clear: left;
	float: left;
	height: 60px;
	width: 270px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 12px;
}
#wrapper #bodyArea #leftvist {
	background-color: #000000;
	clear: left;
	float: left;
	height: 30px;
	width: 270px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 12px;
}

#wrapper #bodyArea #right {
	background-color: #FFFFFF;
	height: 497px;
	width: 644px;
	float: right;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 6px;
	clear: right;
	background-image: url(../images/activearea.png);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #footer {
	height: 81px;
	clear: both;
}
#wrapper #bodyArea #lefttitle {
	background-color: #000000;
	height: 30px;
	width: 270px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: left;
}
#wrapper #bodyArea #righttitle {
	background-color: #000000;
	height: 30px;
	width: 644px;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 6px;
	float: right;
}
#wrapper #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	width: auto;
	height: 30px;
	float: none;
}
#wrapper #navigation a:hover {
	color: #999999;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 10px;
}
