body {
  text-align: center;
  background: url('pic/bg.jpg') fixed;
  margin-top:20px;
  margin-bottom:10px;   
}




A:link {
	COLOR: #045BA0; text-decoration: none
}
A:visited {
	COLOR: #045BA0; text-decoration: none
}
A:active {
	COLOR: #F88A03; text-decoration: underline
}
A:hover {
	COLOR: #F88A03; text-decoration: underline
}



#page_wrapper {
  
  margin-top:30px;
  margin-left: auto; 
  margin-right: auto;
  width: 905px;
  text-align: left;
  background: url('pic/content_bgindex.jpg');
  border: 1px solid #FFF9DE;
  
}


#menubar {
 width: 905px; 
 height: auto;
}

#left_side {  
  margin-top:0px;
  float: left;
  width:220px;
  border:0px dashed #cccccc; 
}

#left_side p {
 
  margin-top:0px;
  margin-bottom:20px;
  font-family: verdana;
  font-size: 12px;
  color: #2E3F43;
  line-height: 17px;
  padding-left:0px;
}


#midside {
	float: left;
	width:410px;
  margin-left:10px;
  margin-right:10px;
  background-color: #FFFFFF;
	border:0px dashed #cccccc;
}


#midside p {
  
  font-family: Verdana;
	font-size: 12px;
	color: #444444;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left:0px;
	
  
}


#right_side {  
  margin-top:0px;
  margin-left:5px;
  margin-right:5px;
  float: right;
  width:245px;
  border:0px dashed #cccccc; 
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana;
  font-size: 12px;
  color: #2E3F43;
  padding-left:0px;
  line-height: 15px;
}

#page_footer  {
	width:905px;
	float:left;
	z-index: auto;
  
}

#page_footer p {
  padding-top:8px;  
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #055B9F;
  letter-spacing:1px;
}

#spacer {
  height:1px;
  clear:both;
}

