﻿body {
  font-family: Arial,sans-serif,宋体;
  color: #000000;
  line-height: 1.5em;	
  margin: 0em;
  padding: 0em;
}

a:link {
  text-decoration: none ;
  color:#fff;
} 
a:active {
  text-decoration: none ; 
  font-size:16px ;
} 
a:visited {
  text-decoration: none ;
  color:#fc0;} 
a:hover {
  text-decoration: underline;
  color:#fc0;
}

#header {
  width: 778px;
  height: 80px;
  margin: auto;
  background: url(../images/banner.png) no-repeat;
}

#menu {
  width: 778px;
  height: 25px;
  margin: auto;
  background-color:#336633;
  font-size:16px;
  color:#FFFFFF;
  text-align:center;
}
#mainmenu li {
  display: inline;
  list-style-type: none;
  padding: 5px 20px;
}
#mainmenu li#current{
  background-color:#fc0;
  color:#000;
}

#container {
  width: 778px;
  height: 356px;
  margin: auto;
  background: url(../images/map.png) no-repeat;
}

#footer {
  width: 778px;
  height: 25px;
  margin: auto;
  background-color:#336633;
  font-size:12px;
  color:#FFFFFF;
  text-align:center;
}
#footer a:link {
  color:#FFF;
} 
#footer a:visited {
  color:#FFF;} 