@charset "utf-8";
* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	width: 950px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}


#wrapper #logo {
	background-image: url(../images/Logo.jpg);
	height: 150px;
	background-repeat: no-repeat;
}
#wrapper #navigation {
	margin-left: 0px;
	margin-right: 0px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#wrapper #bodyArea {
}
#wrapper #bodyArea #left {
	float: left;
	width: 180px;
	background-image: url(../images/wrap_left_right.gif);
	background-repeat: repeat-y;
	height: 1000px;
}
#wrapper #bodyArea #middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 1000px;
	width: 590px;
}
#wrapper #bodyArea #right {
	float: right;
	width: 180px;
	background-image: url(../images/wrap_left_right.gif);
	background-repeat: repeat-y;
	height: 1000px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Arial;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 2px;
	margin-right: 10px;
	color: #000000;
}
#wrapper #bodyArea #footer {
	height: 260px;
	clear: both;
	background-color: #89408F;
}
#shadow {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
