@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-right-color: #030303;
	border-left-color: #030303;
	top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#wrapper {
	background-color: #FFFFCC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #030303;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#wrapper #logo {
	height: 190px;
	font-family: "Times New Roman", Times, serif;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navagation {
	background-color: #FFFFCC;
	height: 30px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#wrapper #bodyArea #left #body {
	background-color: #FFFFCC;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
#wrapper  #bodyArea  #footer  {
	height: 65px;
	padding-top: 0px;
	color: #021A00;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFCC;
}
