@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #CCC;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 6px;
	border: 2px solid #FFF;
}
#wrapper #logo {
	background-color: #CCC;
	height: 70px;
	border: 1px solid #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	background-color: #FFF;
	background-position: center center;
	margin-right: auto;
}
#wrapper #navigation div a {
	font-family: "Segoe Script";
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	height: auto;
	font-weight: bold;
	color: #000;
}
#wrapper #headerImg {
	height: 255px;
	padding: 0px;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #left {
	width: 350px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: normal;
	margin-right: 5px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#wrapper #bodyArea #right {
	float: right;
	width: 550px;
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 24px;
	padding-top: 10px;
	padding-right: 24px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: "Segoe Script";
	font-size: 12px;
	color: #000;
	line-height: 30px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#wrapper #bodyArea #footer a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #00F;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
#wrapper #bodyArea p a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	font-size: 10px;
}

