@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #F7F7F7;
	width: 800px;
	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: #65829E;
	border-left-color: #65829E;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFF;
}
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(../roNavBarBg3.jpg);
	background-repeat: repeat-x;
}
#wrapper #bodyArea {
	width: 800px;
	float: right;
	background-color: #F7F7F7;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #F7F7F7;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 20px;
}
#wrapper #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	width: 100px;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 32px;
	background-image: url(../ro3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #navigation a:hover {
	background-image: url(../ro3.jpg);
	background-position: bottom;
}
