@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	margin: 15px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 1000px;
	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: #000000;
	border-left-color: #000000;
}
#wrapper #logo {
	height: 200px;
	background-color: #000066;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	background-image: url(../images/navbarimage.gif);
	background-repeat: repeat-x;
}

#wrapper #bodyArea #left {
	width: 450px;
	float: left;
	background-color: #E2E2E2;
}
#wrapper #bodyArea #right {
	width: 550px;
	float: right;
}
#wrapper #bodyArea #footer {
	clear: both;
	background-color: #000066;
	height: 50px;
}
