@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	padding: 0px;
	width: 800px;
}
#wrapper #logo {
	height: 20px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 106px;
	background-color: #FFFFFF;
}
#wrapper #bodyarea #left {
	width: 300px;
	float: left;
	background-color: #FFFFFF;
	height: 400px;
}
#wrapper #bodyarea #right {
	height: 400px;
	width: 500px;
	float: right;
	background-color: #FFFFFF;
	padding: 0px;
	clear: none;
}
#wrapper #bodyarea #right div {
	margin: 0px;
	height: 388px;
	width: 491px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper #bodyarea #rightdivswf {
	height: auto;
	width: auto;
	border: 2px solid #B3B3B3;
	float: left;
}
#wrapper #bodyarea #footer {
	clear: both;
	height: 20px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
