#container {
 	position:absolute;
	top:0;
 	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
	background-image:url(../img/bg_body_green.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#containergreen {
 	position:relative;
	top:0;
 	left:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:950px;
	height:100%;
	text-align:center;
	background-image:url(../img/bg_body_green.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#containerred {
 	position:relative;
	top:0;
 	left:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:950px;
	height:100%;
	text-align:center;
	background-image:url(../img/bg_body_red.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#containergray {
 	position:relative;
	top:0;
 	left:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:950px;
	height:100%;
	text-align:center;
	background-image:url(../img/bg_body_gray.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#containerblue {
 	position:relative;
	top:0;
 	left:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:950px;
	height:100%;
	text-align:center;
	background-image:url(../img/bg_body_blue.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#containerpurple {
 	position:relative;
	top:0;
 	left:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:950px;
	height:100%;
	text-align:center;
	background-image:url(../img/bg_body_purple.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#containerorange {
 	position:relative;
	top:0;
 	left:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:950px;
	height:100%;
	text-align:center;
	background-image:url(../img/bg_body_orange.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#header {
	position:relative;
	width:950px;
	left:0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
}

#topmenu {
	position:absolute;
	float:right;
	top:95px;
	left:170px;
	width:600px;
	margin:0px;
	padding:0px;
}

#sidenav {
	position:absolute;
	top:200px;
	margin:0px;
	padding:0px;
}

#content {
	clear:both;
	position:relative;
	left:0px;
	top:0px;
	width:950px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
}

#sidebarleft {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:120px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding:0;
}
#pageright {
	position:relative;
	float:right;
	width:740px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	padding:20px;
}

#footer {
	clear:both;
	position:relative;
	text-align: left;
	width:760px;
	padding:0;
	margin-top:20px;
	margin-bottom:20px;
		
}
