* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1px;
	padding-left: 1px;
	height: auto;
}
#wrapper #logo {
	height: 80px;
	width: 299px;
	background-repeat: repeat;
	float: left;
	background-image: url(../images/rolloverBg2.jpg);
}
#header {
	height: 80px;
	width: 800px;
}

#wrapper #navigation {
	width: 500px;
	height: 80px;
	float: right;
	left: auto;
	right: auto;
	background-image: url(../images/rolloverBg2.jpg);
	background-repeat: repeat;
}
p {
	font-family: Papyrus, "Stylus BT", "Eras Light ITC", "Copperplate Gothic Light";
	font-size: 14px;
	color: #333333;
	margin: 20px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #copywrite {
	width: 800px;
	background-color: #CCCC99;
	background-image: url(../images/rolloverBg.jpg);
	background-repeat: repeat-x;
	height: 35px;
}
#wrapper #copywrite #info {
	padding-top: 10px;
	font-size: 14px;
	color: #5F5F5F;
	font-family: Papyrus, "Stylus BT", "Eras Light ITC", "Copperplate Gothic Light";
	padding-left: 5px;
}

#wrapper #navigation a {
	font-size: 16px;
	font-weight: normal;
	color: #5F5F5F;
	text-decoration: none;
	height: 40px;
	width: 125px;
	text-align: center;
	line-height: 37px;
	font-family: Papyrus, "Stylus BT", "Eras Light ITC", "Copperplate Gothic Light";
	display: block;
	float: left;
}
#wrapper #navigation a:hover {
	background-position: bottom;
}
