@charset "UTF-8";
body {
	margin: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#wrapper #logo {
	background-color: #FFF;
	height: 127px;
	background-image: url(../images/logo.gif);
	width: 800px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 47px;
}
#wrapper #headerImg {
	height: 400px;
	background-repeat: no-repeat;
	width: 800px;
	background-color: #FFF;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #E8E8E8;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 50px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	font-style: normal;
	line-height: normal;
	color: #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #333;
	text-align: center;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	font-style: normal;
	line-height: normal;
	color: #000;
	text-align: center;
}
