@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	height: 90px;
	background-color: #FFFFFF;
}
#wrapper #logo img {
	font-size: 9px;
	height: 100px;
	width: 200px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	background-color: #000033;
}
#wrapper #headerImg {
	height: 180px;
	background-repeat: no-repeat;
	background-color: #000033;
}

#wrapper #bodyArea #left {
	width: 550px;
	background-color: #FFFFFF;
	float: left;
}
#wrapper #bodyArea #right {
	float: right;
	width: 250px;
	background-color: #e2e2e2;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	text-align: center;
	font-size: 12px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 10px;
	color: #000033;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	padding-top: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 20px;
	word-spacing: normal;
	display: table;
}
