@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	clear: none;
}
#wrapper {
	background-color: #F6A23F;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #663333;
	border-left-color: #663333;
}
#wrapper #logo {
	height: 200px;
	background-color: #F6A23F;
	width: 800px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 79px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#wrapper #BodyArea #BodyLeft {
	width: 200px;
	float: left;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#wrapper #BodyArea #BodyRight {
	background-color: #FFFFFF;
	width: 600px;
	float: right;
	clear: right;
}
#wrapper #BodyArea #Footer {
	clear: both;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	width: 800px;
}
#wrapper #BodyArea #footer_info {
	background-color: #FFFFFF;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 15px;
}

