/* COMMON */
#wrapper {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.imagealign {
	vertical-align: middle;
}

/* HEADER */
#header {
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	width: 908px;
	height: 97px;
}

#navcontainer {
	margin-top: 20px;
	width: 908px;
	height: 36px;
}

#bodycontainer {
	width: 908px;
	margin: 0px;
	padding: 0px;
}

/* BODY */
.bodycontent {
	min-height: 650px;
	height: auto !important;
	height: 650px;
	background-image: url(/images/content_gradient.gif);
	background-repeat: repeat-x;
	background-color: #979dab;
}

/* FOOTER */
#footercontainer {
	margin-top: 20px;
	width: 908px;
	height: 117px;
	background-image: url(/images/footer_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
#footer {
	margin-top:5px;
	text-align:center;
	font-size: 10px;
	color:#636052;
	line-height: 1.5;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #636052;
	text-decoration: none;
}
#footer a:hover {
	color: #636052;
	text-decoration: underline;
}

/* ADMIN BUTTONS */
.adminbutton {
	display: inline;
}

#adminmessage {
	border: 1px dotted red;
	color: red;
	font-weight: bold;
	text-align: center;
}
.adminformsection {
	font-size: 14px;
	color: #F7971D;
	border-bottom: 1px solid #F7971D;
}
