body {
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
}

img {
	padding: 0px;
	margin: 0px;
	float:left;
	border: none;
}
#banner {
	height: 45px;
	font-family: Helvetica, Arial;
	font-size: 15px;
	padding: 15px 0px;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	left: 35px;
}
#page {
	text-align:center;
	margin: 0px auto;
	width: 1026px;
	height: 880px;
	position:relative;
	left: 50px;
}

#left {
	position: absolute;
	width: 180px;
	height: 880px;
	left: -180px;
}

#right {
	position:absolute;
	width: 76px;
	height: 880px;
	left: 1026px;
}

ul.menu {
	margin:0px;
	padding:0px;
}

#primary a{
	color: white;
	font-size: 0.875em;
}

