body {
		margin:0;
		padding:0;
 		background:#eee;
		background-image: url(/images/topbackground.gif); 
}

#head  {
		background-image: url(/images/topnewside.jpg); 
		height: 140px;
		width:100%;
		}

#header {
		background-image: url(/images/topbanner.jpg); 
		height: 140px;
		width:770px;
		}

#left {
height:140px;
margin:0;
padding:0;
position: relative;
float:left;
}

#right {
height:140px;
margin:0;
padding:0;
padding-top:20px;
position: relative;
float:right;
text-align:right;
}

#menubar {
background:#005941;
width:100%;
height: 33px;
_height: 30px;
}

#star {
height:30px
width:200px;
margin:0;
padding:0;
float:left;
position:relative;
}

#menu {
height:30px
margin:0px;
z-index: 1;
padding:0;
float:left;
position:relative;
}

#subbanner {
	background-image: url(/images/topsubbanner.gif); 
		width:100%;
		height:20px;
		}



#main {
	width:770px;
	background-image: url(/images/main_back.gif); 
	z-index:2;
	}

#side {
	background:#00519e;
	margin:0;
	padding:0;
	width:200px;
	position: relative;
	float:left;
}

#content {

	padding:10px;
	position: relative;
	float:left;
	text-align:left;
	width:550px;
	background:#fff;
}



#footer {
clear:both;
background: #335577;
width:100%;
height:25px;
text-align:right;
}