@charset "UTF-8";
* {
	margin: 0px;
	padding: 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;
	height: 400px;
}
#wrapper #bodyarea #footer {
	height: 27px;
	clear: both;
	background-image: url(images/footercolor.jpg);
}
a { text-decoration: none }
a {color: #FF3300;}
a:hover {color: #FFFFFF;}
