body
{
	text-align: center;
}
#page
{
	position:relative;
	text-align:left;
	width:802px;
	top:0px;
	margin: 0 auto;
	padding:0;
	/* border: 1px #000000 solid; */
}
#header
{
	position: absolute;
	width: 802px;
	top:5px;
	left:0px;
	height:152px;
	/* background-color: white; */
	/* border: 1px #000000 solid; */
}
#logo
{
	position: absolute;
	width: 500px;
	top:20px;
	left:0px;
	height:50px;
	/* border: 1px #0000ff solid; */
}
#marquee
{
	position: absolute;
	width: 302px;
	top: 0px;
	left:500px;
	height:152px;
}
#menubar
{
	position: absolute;
	width: 802px;
	top:120px;
	left:0px;
	height:40px;
	/* border: 1px #000000 solid; */
}
#content_frame
{
	position: absolute;
	width: 802px;
	top:170px;
	left:0px;
}
#page_content
{
	position: relative;
	/* width: 800px; */
	left:0px;
	border: 1px #550055 solid;
	background-color: #ffffff;
	padding: 5px;
}
#footer
{
	position: relative;
	top:18px;
	/* width: 790px;
	
	left:0px; */
	/* border: 1px #000000 solid; */
}
