body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

body.popup
{
	background: #FFF;
}

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width: 980px;
	float: left;
	clear: both;
	z-index: 120;
	position: relative;
}

#minimenu {
	width:980px;
	height:25px;
	margin-left: auto;
	margin-right: auto;
	text-align: -moz-right;
	#text-align: right;
}

#menu {
	width:980px;
	float: left;
	clear:both;
}

#contentbody {
	width:980px;
	height:100%;
	display: table;
	border:0px solid #ff0000;
	background-color:#fff;
	clear:both;
}

.vline {
	width: 1px;
	height: 800px;
	background: url(../images/netme-vline.jpg) repeat-y;
	float: left;
}

#sidemenu {
	border: 0px solid #ff0000;
	width: 225px;
	height:100%;
	background-color:#ddd;
	float: left;
}

#content {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #ff0000;
	float: left;
}

#rightside {
	border: 0px solid #ff0000;
	width: 165px;
	float: right;
}

#footer {
	width:980px;
	margin-left: auto;
	margin-right: auto;
	text-align: -moz-center;
	border:0px solid #000000;
}