body {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	font-family: Arial, Verdana;
	font-size: 11px;
	background-color: #ffffff;
}

a, a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #0d87c6;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 100%;
}

#pageContainer {
	width: 980px;
	margin: 0px auto;
	background-image: url('/images/background.gif');
	background-repeat: repeat-x;
}

#header {
	width: 979px;
	height: 55px;
	background-image: url('/images/header_image_01.jpg');
	margin-bottom: 10px;
}

#content {
	width: 798px;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 0px 10px;
	min-height: 500px;
}

#footer {
	width: 980px;
	height: 35px;
	margin-top: 5px;
	border-top: 5px solid #c7b199;
	background-color: #c59b6d;
	text-align: center;
	color: #ffffff;
	padding-top: 10px;
}

#floatingKey {
	width: 798px;
	height: 65px;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}