@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C7B7E1;
	border-left-color: #C7B7E1;
	clip: rect(auto,auto,auto,auto);
}
#wrapper #Logo Header {
	height: 180px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#wrapper #topText {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
#wrapper #bodyArea {
	background-color: #FFFFFF;
}
#wrapper #bodyArea #navigation {
	width: 150px;
	float: left;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	height: 500px;
}
#wrapper #bodyArea #flashMovie {
	width: 650px;
	float: right;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	height: 500px;
}
#wrapper #bodyArea #footer {
	background-color: #FFFFFF;
	height: 150px;
	float: left;
}
