* {
	padding: 0px;
}
#wrapper {
	border: 2px solid #a8a8a8;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #a8a8a8;
	margin-top: 100px;
}
#wrapper #logo {
	height: 100px;
	width: 700px;
	padding: 0px;
}
#wrapper #navigation {
	background-color: #a8a8a8;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
#wrapper #bodyArea {
	width: 700px;
	height: 287px;
}
#wrapper #bodyArea #left {
	background-image: url(../images/left_background.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 287px;
	width: 497px;
}
#wrapper #bodyArea #left #Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 287px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #bodyArea #right {
	float: right;
	height: 287px;
	width: 200px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #a8a8a8;
}
#wrapper #footer {
	background-color: #000;
	height: 60px;
	width: 700px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a8a8a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A0A0A4;
	text-align: right;
	line-height: 30px;
}
#wrapper #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../images/ro.jpg);
	text-decoration: none;
	font-weight: bold;
	color: #000;
	text-align: center;
	display: block;
	height: 25px;
	width: 233.333px;
	float: left;
	background-position: center top;
	line-height: 25px;
}
#wrapper #navigation a:hover {
	background-image: url(../images/ro.jpg);
	background-position: center bottom;
}
