* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	background-color: #f7f7f7;
	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: #999;
	border-left-color: #999;
}
#wrapper #logo {
	background-color: #FFF;
	height: 110px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
#wrapper #Header {
	height: 250px;
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
}
#wrapper #bodyArea #left p img {
	margin-right: 10px;
	margin-bottom: 5px;
}

#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #CC3;
}
#wrapper #bodyArea #footer {
	height: 50px;
	clear: both;
	background-color: #D6D6D6;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 20px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 20px;
	color: #930;
}
#wrapper #bodyArea #right p img {
	margin-right: 5px;
	margin-bottom: 5px;
}
#wrapper #bodyArea #left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	margin: 20px;
}
#wrapper #Header #apDiv2 {
	float: right;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #960;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
script {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

