@charset "utf-8";
.wrapper {
	height: 100%;
	width: 900px;
	border: 1px solid #666666;
	text-align: left;
	margin: 0 auto;
}
.banner {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #e8e7e7;
	border-right-color: #e8e7e7;
	border-bottom-color: #e8e7e7;
	border-left-color: #e8e7e7;
}
.button {
	background-image: url(../images/nav/TopNavButton.png);
	height: 50px;
	width: 150px;
}
body {
	text-align: center;
	margin-top: 5px;
}
.border {
	border: 1px solid #d8d8d8;
	margin: 1px;
}
p {
	margin: 0px;
	padding: 0px;
}
