@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: #FA9C55;
	width: 800px;
	margin: auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#wrapper #logo {
	height: 100px;
}
a img {
	border-style: none;
}
#wrapper #navigation {
	background: #F9974E url(images/ronavbarbg.jpg) repeat-x;
	height: 35px;
}
#wrapper #headerImg {
	background: url(images/headerImage.jpg);
	height: 250px;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
	background: #816614 url(images/BG2.jpg) repeat-x;
	height: 550px;
	padding: 8px;
}
#wrapper #bodyArea #right {
	width: 233px;
	float: right;
	background: #ECECEC url(images/BG-Right.jpg) repeat-y;
	height: 566px;
}
#wrapper #bodyArea #footer {
	height: 20px;
	clear: both;
	background: #729BBD;
}
#wrapper #navigation a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000001;
	display: block;
	height: 35px;
	width: 100px;
	float: left;
	line-height: 32px;
	text-align: center;
	background: url(images/Nav-RO.jpg) no-repeat left top;
}
#wrapper #navigation a:hover {
	background: url(images/Nav-RO.jpg) bottom;
	height: 35px;
	width: 100px;
}
#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/shadowBG.jpg) repeat-y;
}
