.{
  margin: 0;
  padding: 0;
}

body {
  background: url(../images/bg.png) repeat-y top #dddddd;
  width:956px;
  /*height: 1867px;*/
  margin: auto;
}

div#header {
  background: url(../images/header_bg.png) no-repeat;
  width: 950px;
  height: 113px;
  margin-left: 3px;
  margin-top: 4px;
  text-decoration: none;
  border: none;
}

search {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

#sbtn {
  background: url(../images/search_btn.png) no-repeat;
  border: none;
  height: 22px;
  width: 76px;
  cursor: pointer;
}

div#hori_navi {
  background: url(../images/hori_nav_bg.png) no-repeat;
  width: 950px;
  height: 30px;
  margin-left: 3px;
  margin-top: -14px;
}

ul#nav {
  list-style: none;
}
  ul#nav li {
    margin-left: -43px;
  }
    ul#nav li a {
      display: inline;
      float: left;
      width: 123px;
      font-family: Bank Gothic, Estrangelo Edessa;
      font-size: 15pt;
      color: black;
      margin-top: 4px;
      text-align: center;
      text-decoration: none;
    }

div#content 
{
    /*margin-top: -268px;
    padding-left: 230px;*/
}

div#footer {
  background: url(../images/foo_bg.png) no-repeat;
  width: 943px;
  height: 3px;
  margin-bottom: 10px;
  margin-top: 30px;
  margin-left: 6px;
}
  div#footer p {
    padding-top: 6px;
    font-family: Times New Roman;
    font-size: 10pt;
    color: black;
    font-weight: bold;
    text-align: center;
  }
  
/* Style for index */
div#vert_navi {
  background-color: #ebf9ff;
  width: 200px;
  height: 610px;
  margin-left: 3px;
  margin-top: 4px; 
}

  ul#news_list li {
    margin-left: 16px;
    margin-top: 4px;
  }

  ul#news_list a {
    font-family: Arial;
    font-size: 13pt;
    color: black;
    text-decoration: none;
  }

div#more {
  margin-left: 130px;
  margin-top: -7px;
}

  div#more a {
    font-family: Arial;
    font-weight: bold;
    font-size: 15pt;
    color: black;
    text-decoration: none;
  }
  
div#intro 
{
    margin-top: -610px;
    margin-left: 230px;
}

.intro_content 
{
    font-family: Times New Roman;
    font-size: 15pt;
    color: Black;
    margin-top: -14px;
}

.intro_content a
{
    font-weight: bold;
    color: #3377cb;
    text-decoration: none;
}

div#all_news 
{
    margin-left: 230px;
}

.news_title 
{
    font-size: 20pt;
    font-weight: bold;
    margin-top: 5px;
}

.news_time 
{
    font-size: 10pt;
    color: #337dac;
}

.news_content 
{
    font-size: 15pt;
    color: Black;
}

.news_content a 
{
    color: #337dac;
    text-decoration: none;
}
/* End index style*/

/* Style for details*/
.detail 
{
    width: 855px;
    margin-top: 30px;
    margin-left: 50px;
}
/* End details style*/

/* Style for menu*/
div#menu {

   text-align: center;
}

div#menu a {
   text-decoration: none;
   color: #171465;
}

/*End of menu style*/