body {
	background-color: #FFF;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#bodycontainer {
	border: 0px solid Green;
	float: left;
	padding: 20px 0px 0px 0px;
	width: 980px;
}

#headercontainer {
	border: 0px solid #FF8C00;
	width: 980px;
	height: 140px;
	background-color: #FFF;
}
#header {
	border: 0px solid Red;
	text-align: right;
	margin: auto 0px;
	width: 980px;
	height: 140px;
}
#messagecontainer {
	border: 0px solid #FF8C00;
	width: 980px;
	background-color: #FFF;
	float: left;
}
#message {
	border: 0px solid Red;
	text-align: left;
	width: 70%;
	float: right;
}
#searchcontainer {
	border: 0px solid #FF8C00;
	width: 25%;
	text-align: left;
	float: left;
}
#contentcontainer {
	border: 0px solid Blue;
	background-color: #FFF;
	width: 70%;
	float: right;
	vertical-align: top;
}

#menucontainer {
	border: 0px solid Blue;
	background-color: #FFF;
	width: 24%;
	float: left;
}

#footercontainer {
	border: 0px solid Fuchsia;
	width: 980px;
	float: left;
}

#footer {
	text-align: right;
	margin: 0px auto 0px 35%;
}

#bodycontainer #contentcontainer p, #bodycontainer #contentcontainer h3 {
	
	margin-top: 0px;
}
#content {
	border: 0px solid #0000FF;
	float: left;
}

.center_content {
	margin: 0 auto;
	text-align: center;
}

.content_100 {
	background-color: transparent;
	border: 0px solid #00ffFF;
	padding: 0px 0px 0px 0px;
	width: 100%;
	clear: both;
}

.content_50_50_left {
	border: 0px solid #00ffFF;
	float: left;
	width: 45%;
}

.content_50_50_right {
	border: 0px solid #00ffFF;
	float: right;
	width: 45%;
}

.content_33_66_left {
	border: 0px solid Red;
	float: left;
	width: 32%;
}

.content_33_66_right {
	border: 0px solid Blue;
	float: right;
	width: 64%;
}

.content_66_33_left {
	border: 0px solid #ff00FF;
	float: left;
	width: 63%;
}

.content_66_33_right {
	border: 0px solid #0000FF;
	float: right;
	width: 33%;
}

/* Spacers */
.spacer_10 {
	clear: both;
	height: 10px;
}

.spacer_20 {
	border: 0px solid #0000FF;
	clear: both;
	height: 20px;
}

.spacer_25 {
	border: 0px solid #0000FF;
	clear: both;
	height: 25px;
}

.spacer_40 {
	clear: both;
	height: 40px;
}

.spacer_50 {
	clear: both;
	height: 50px;
}

.spacer_80 {
	clear: both;
	height: 80px;
}

.spacer_100 {
	clear: both;
	height: 100px;
}

