@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	height: 0px;
	width: 808px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
#wrapper #logo {
	height: 163px;
	background-color: #738EA1;
	vertical-align: top;
	border: thin solid #999999;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 20px;
	background-color: #4E6E6E;
	letter-spacing: 2px;
	word-spacing: 3px;
	text-align: left;
	text-transform: capitalize;
	background-position: center;
	border: thin solid #999999;
}
#wrapper #headerImg {
	height: 180px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#wrapper #bodyArea #right {
	width: 28.5%;
	float: right;
	background-color: #C1E0E0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: medium;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-left-style: solid;
	height: 300px;
}
#wrapper #bodyArea #left {
	float: left;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 300px;
	width: 70%;
}
#wrapper #bodyArea #footer {
	height: 60px;
	clear: both;
	background-color: #474C4C;
	border: thin solid #999999;
	vertical-align: middle;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 20px;
}
#wrapper #navigation a {
	text-decoration: none;
}
#wrapper #bodyArea #footer a {
	text-decoration: none;
}

