@charset "utf-8";

html, body {
  text-align:center;
  color:black;
  width:980px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding:0;
  min-height:101%;
  background-color:#EEEEEE;

}

a, a:visited {
  text-decoration:none;
  color: black;
}

img {
  border:0px;
}

.box {
  overflow: hidden;
  height:auto;
  padding:0;
  text-align:center;

  width: 980px;
  vertical-align: middle;
  background-color:white;

}

.box_header {
  height: auto;
  width: 980px;
  position: relative;
  float: left;
  background-color:white;
  text-align:center;
}

.box_logo {
  width: 532px;
  height: 70px;
  background-image: url("/img/dedi2.png");
  position: relative; float: left;
  margin-top:5px;
  margin-bottom:5px;
  margin-left:10px;
  background-repeat:no-repeat;
}


.box_menu {
  height: 37px;
  width: 980px;
  position: relative;
  float: left;
  background-image: url("/img/bg_menu.png");
  color: white;
  text-align: center;
}

.box_menu ul {
  width: 980px;
  margin-left: 35px;
}

#menu_list {
  font-family: tahoma;
  display: table;
  padding: 0;
  list-style: none;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  position: relative;
  

}

#menu_list li {
  margin: 0;
  padding: 0;
  display: inline;
  height: 37px;

}

#menu_list li a {
  float: left;
  font-size: 13px;
  color: white;
  font-weight: bold;
  height: 37px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

#menu_list li a:hover {
  background-image: url(/img/bg_menu_hover.png);
  color: white;
  height: 37px;
  background-repeat: repeat-x;
}



.box_content {
  margin-top: 1px;
  height: auto;
  width: 980px;
  position: relative;
  float: left;
  background-color:white;

}

.box_footer {
  margin-top: 5px;
  height: 50px;
  width: 980px;
  position: relative;
  float: left;
  color: black;
  background-color:white;

}
.box_footer a:visited {
  text-decoration:none;
  color: black;
}



.fp_box_server {
   width:100%;
   list-style: none;
   margin:0px;
   padding:0px;
   text-align:left;
}

.fp_box_server li {
     font-size:12px;
}
.fp_box_server_li {

  margin-left:15px;
  padding:1px;
  
}
.fp_box_server_li_name {
  font-weight:bold;
  padding:2px;
}
