BODY {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(gfx/spacefield.gif);
	height:100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none
}
.container {
	width: 980px;
	background-color: #000000;
  	margin-left: auto;
  	margin-right: auto;

}
.headerbar {
	width: 980px;
	height: 122px;
	background-color: #000000;
  	margin-left: auto;
  	margin-right: auto;
}
.leftbar {
	width: 140px;
	background-color: #000000;
	float:left;
	height:100%;
}
.rightbar {
	width: 130px;
	background-color: #000000;
	float:right;
	height:100%;
}
.centresmall {
	width: 705px;
	background-color: #000000;
	margin-left: auto;
  	margin-right: auto;
	float:left;
}
.centrelarge {
	width: 830px;
	background-color: #000000;
	margin-left: auto;
  	margin-right: auto;
	float:left;
	padding: 5px;
}
.eventsbar {
	width: 465px;
	float:left;
	background-color: #000000;
}
.featuresbar {
	width: 240px;
	float:right;
	background-color: #000000;
}
.headeriframe {
	width: 980px;
	height: 122px;
}
.menuiframe {
	width: 130px;
	height: 1100px;
}
.footeriframe {
	width: 980px;
	height: 40px;
}
.newspageheaderiframe {
	width: 980px;
	height: 222px;
}
.newspageheaderbar {
	width: 980px;
	height: 222px;
	background-color: #000000;
  	margin-left: auto;
  	margin-right: auto;
}


