* {
	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: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	background-color: #ffffff;
	height: 100px;
}
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/roback.jpg);
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../images/frontimage.jpg);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #e2e2e2;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px;
}
#wrapper #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3A1D57;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	line-height: 32px;
	background-image: url(../images/ro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 7px;
	padding-left: 7px;
}
#wrapper #navigation a:hover {
	background-position: bottom;
}
#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
}
