@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #9966CC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
}
#wrapper #logo {
	height: 150px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 40px;
}
#wrapper #navigation {
	height: 45px;
}
#wrapper #banner {
	height: 110px;
}
#wrapper #headerImg {
	height: 360px;
	border-right-width: 160px;
	border-left-width: 160px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8F00A8;
	border-left-color: #8F00A8;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
	background-color: #6633CC;
}
#wrapper #bodyArea #footer {
	height: 100px;
	clear: both;
	background-color: #9900CC;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #996699;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px;
}

