@charset "utf-8";
* {
	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: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	height: 100px;
	background-color: #ABC5FE;
	padding: 5px;
}
#wrapper #header {
	height: auto;
	background-color: #ABC5FE;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#wrapper #navigation {
	padding: 10px;
}


#wrapper #bodyArea #left {
	width: 450px;
	float: left;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#wrapper #bodyArea #right {
	width: 300px;
	float: right;
	background-color: #E2E2E2;
	height: 303px;
	padding: 5px;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 15px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

