
body {

	background-color: #002627;
	margin: 0px;
	color: #ffffff;

}

#container {

	position: absolute;
	top: 0px;
	left: 19px;
	width: 957px;
	height: 630px;

}

#menubar {

	position: relative;
	top: -1px;
	height: 35px;
	
	background-image: url(../images/menubar.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#leftbar {

	position: relative;
	top: -1px;
	height: 495px;
	width: 123px;
	float: left;
	
	background-image: url(../images/leftside.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#rightbar {

	position: relative;
	top: -1px;
	height: 495px;
	width: 123px;
	float: left;
	
	background-image: url(../images/rightside.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#middle {

	position: relative;
	top: -1px;
	height: 495px;
	width: 711px;
	float: left;
		
	background-image: url(../images/middle.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#content_holder {

	position: absolute;
	top: 167px;
	left: 175px;

}
