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;
}

body.popup
{
	background: #FFF;
	text-align: left;
}

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#header {
	width: 980px;
	float: left;
	clear: both;
	z-index: 120;
	position: relative;
}

#menu {
	width:980px;
	height:25px;
	float: left;
}

#contentbody {
	width:980px;
	border:0px solid #000000;
	clear: both;
}

.vline {
	width: 1px;
	height: 800px;
	background: url(../images/nawbophx-vline.jpg) repeat-y;
	float: left;
}

#sidemenu {
	border: 0px solid #000000;
	width: 230px;
	float: left;
}

#content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid #000000;
	width: 560px;
	float: left;
}

#eventcontent {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #ff0000;
	width: 740px;
	float: left;
}

#rightside {
	border: 0px solid #000000;
	width: 165px;
	float: right;
}

#footer {
	width:980px;
	clear: both;
	float: left;
	border:0px solid #000000;
}