body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link {
	color: #339999;
	text-decoration: none;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

.wrapper {
	margin: 0 auto;
	width: 940px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.logos {
	height: 170px;
}

.banner-tile {
	margin:0;
	padding:0;
	background: url('../images/tile.png') top center repeat-y;
}

.banner {
	margin:0;
	padding:0;
 	min-height: 430px;
	background: url('../images/banner.jpg') top center no-repeat;
}

.quote {
	margin: 350px 0 0 10px;
	width: 620px;
	float: left;
}

.navigation {
	width: 265px;
	padding: 2px 8px;
	float: right;
	font-weight: bold;
	font-size: 1.1em;
}

.navigation a {
	display: block;
	padding: 5px 8px;
	color: #FFFFFF;
}

.core {
	clear: both;
	width: 900px;
	min-height: 10px;
	margin:0;
	padding: 0 30px 10px 10px;
	background: url('../images/tile_foot.png') bottom center no-repeat;
	overflow: hidden;
}

.core2 {
	clear: both;
	width: 900px;
	margin:0;
	padding: 0 30px 0 10px;
	background: url('../images/admin_foot.png') bottom center no-repeat;
	overflow: hidden;
}

.lower {
	width:900px;
	margin: 0 auto;
}

.left {
	float: left;
	width: 287px;
	padding: 0 5px 10px 5px;
	background: #ebebeb url('../images/left_foot.png') bottom left no-repeat;
}

.middle {
	float: left;
	width: 296px;
	padding: 0 5px 10px 5px;
	background: #7c7c7c url('../images/middle_foot.png') bottom center no-repeat;
	color: #FFFFFF;
}

.right {
	float: right;
	width: 280px;
	padding: 0 5px 10px 5px;
}

.footer {
	clear: both;
	text-align: center;
	font-size: .8em;
}
