@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 40px;
	background-color: #999999;
	text-indent: 20px;
}

#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#wrapper #navigation {
	right: inherit;
	height: 35px;
	background-image: url(../images/navbar.jpg);
	background-repeat: repeat-x;
}
#wrapper #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	height: 35px;
	width: 150px;
	float: left;
	text-align: center;
	line-height: 32px;
	background-image: url(../images/navroll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper #bodyArea #left {
	width: 870px;
	float: left;
}
#wrapper #bodyArea #right {
	background-color: #FFFFFF;
	width: 20px;
	float: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	margin: 25px;
}
#wrapper #navigation a:hover {
	background-position: bottom;
}
