* {
	margin: 0px;
	padding: 0px;
}
#warpper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#warpper #banner {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}
#warpper #banner img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#warpper #bodyArea {
	margin-right: auto;
	margin-left: auto;
	width: 828px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#warpper #navigation {
	margin-right: auto;
	margin-left: auto;
	width: 828px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;

}
#warpper #contentBox {
	background-color: #CBD7C4;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
}
#warpper #footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4F6343;
	color: #CCC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #4F6343;
	border-bottom-color: #4F6343;
	border-left-color: #4F6343;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
}
#warpper #navigation center a {
	font-size: 16px;
	text-decoration: none;
	color: #000;
	display: block;
	height: 35px;
	width: 118px;
	float: left;
	text-align: center;
	line-height: 35px;
	background-image: url(../images/ro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#warpper #navigation a:hover {
	background-position: bottom;
}
