* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6AAED9;
	border-left-color: #6AAED9;
}
#wrapper #logo {
	height: 198px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#wrapper #bodyArea #left {
	width: 230px;
	float: left;
}
#wrapper #bodyArea #right {
	float: right;
	width: 600px;
}
#wrapper #bodyArea #footer {
	height: 20px;
	width: 830px;
	clear: both;
	font-size: 12px;
	color: #1F82BF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 20px;
}
