body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 65%;
  color: #000000;
  background:#E6E6E6;
  margin: 0px;  line-height: 135%;
  height:auto;
  text-align:center;
}
#main_wrap {  width: 760px;  margin-top: 0px;  margin-right: auto;  margin-left: auto; text-align:left;
}
#body_wrap .header {
  height: 102px;
  background-image: url([ASSET_DIR]/header.jpg);
  background-repeat: no-repeat;	
}
#body_wrap .bottom {
  background:url([ASSET_DIR]/footer.jpg) no-repeat;
  _margin-left: -0px;
  height: 49px;
  _height: 69px;
  text-align: center;
  color: #595959;
  font-size: 10px;
  padding-top:20px;  clear: both;
}
#body_wrap .content_wrap {
  width: 720px;
  _width: 730px;
  color: black;
  font-family: Arial;
  font-size: 100%;
  background: url([ASSET_DIR]/bg.jpg) repeat-y;
  margin-left:auto;
  _margin-left:15px;
  margin-right:auto;
  padding-left:5px;
  padding-right:5px;
}
#regions ul { margin: 0; padding: 0; }
.header ul {
  float: left;
  width: 520px;
  margin-top: 60px;
  padding: 0;
  list-style-type: none;
  margin-left: 210px;
  padding-left:3px;
  background:none;
  line-height: 23px; 
}
.header ul li {   margin-left: 1px solid #011A59; display:inline; color:#000;}
.header ul li a {
  border-left: 1px solid #000; float: left; font-size:12pt; text-decoration: none; padding-left: 10px; padding-right: 10px; color: #000;
}
.header ul li a:hover {
  text-decoration: none; color: #000; background: #EAC8A4;
}
#footer, #footer a { color: #aaa; padding-right:5px;}
