@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
#wrapper {
	background-color: #666666;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#wrapper #logo {
	height: 198px;
	background-image: url(images/header_bg.jpg);
	background-color: #CCFF99;
}
#wrapper #menuspace {
	height: 100px;
	background-image: url(images/open_title.jpg);
}
#wrapper #miscspace {
	background-color: #FFFFFF;
	height: 40px;
	background-image: none;
}
#wrapper #bodyarea #left {
	width: 950px;
	background-color: #F9FED2;
	padding: 0px;
	margin: 0px;
	left: auto;
	right: auto;
}
#wrapper #bodyarea #footer {
	height: 27px;
	clear: both;
	background-image: url(images/footercolor.jpg);
}
a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
a {color: #FF3300;}
a:hover {color: #FFFFFF;}
P {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
