*, html {
	margin: 0 auto;
	padding: 0;
	font-size: 100.01%;
}

table {
	border-collapse: collapse;
}

a, a:hover {
	text-decoration: none;
}

img {
	position: relative;
	padding: 5px;
	border: 0;
}

body {
	font-size: 12px;
	font-family: Tahoma;
	background: #adc4e4 url(images/bg-top.jpg) center top repeat-x;
}

#container {
	position: relative;
	width: 770px;
}

#wrapper {
	margin: 0;
	padding: 0;
}

#header {
	padding: 10px 0 0 0;
	width: 770px;
	background: url(images/header.jpg) center top no-repeat;
}

#banner {
	width: 750px;
	height: 115px;
	background: url(images/banner-2.jpg) center top no-repeat;
}

#content-container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: url(images/wrapper.jpg) center top repeat-y;
}

#footer {
	padding-bottom: 20px;
	width: 770px;
	background: url(images/footer-bg.jpg) center bottom no-repeat;
}

#footer p {
	margin: 3px auto;
	padding: 0;
	text-align: center;
	font-size: 10px;
}

#footer p.spacer {
	margin: 0 auto;
	width: 750px;
}

#footer p.copyright {
	margin-bottom: 8px;
}
.credits {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
	border: none;
}

.admin-link {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	text-decoration: none;
	float: left;
	font-size: small;
	border: none;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.block {
	display: block;
}

.center {
	text-align: center;
}

.error, .error_message {
	margin: 0;
	padding: 2px 20px;
	color: red;
	font-size: 9px;
	font-weight: bold;
}