@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #996;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}

#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
#logo {
	height: 71px;
	padding-bottom: 12px;
}
#nav {
	height: 28px;
	clear: both;
	float: none;
	padding: 5px;
	margin-right: 0%;
	margin-left: 0%;
	width: 750px;
}
#banner {
	height: 200px;
	border: 2px solid #963;
}
#centerColumn {
	float: left;
	width: 760px;
}

#leftColumn {
	float: left;
	width: 140px;
}

#rightColumn {
	float: right;
	width: 140px;
	height: 200px;
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 5px;
}
