/* CSS Document */

body{
  margin: 0;
  padding: 0;
  background-image: url(../img/bg-body.png);
  font-family: verdana;
  font-size: 13px;
}

#sitecontainer{
  position: absolute;
  width: 930px;
  left: 50%;
  min-height: 565px;
  height: auto;
  margin-left: -473px;
  background-image: url(../img/bg-sitecontainer.png);
  background-repeat: repeat-y;
  padding-left: 17px;
}

#top{
  float: left;
  width: 913px;
  height: 137px;
}

#menu{
  float: left;
  width: 638px;
  height: 31px;
  padding-top: 10px;
  padding-left: 275px;
  border-bottom: 9px solid #333333;
  background-color: #fff;
}

#main{
  float: left;
  width: 681px;
  min-height: 565px;
  height: auto;
  margin-left: 24px;
  margin-top: 8px;
  color: #444648;
  background-color: #fff;
  padding-left: 22px;
  padding-top: 35px;
}

#main2{
  float: left;
  width: 781px;
  min-height: 565px;
  height: auto;
  margin-left: 24px;
  margin-top: 8px;
  color: #444648;
  background-color: #fff;
  padding-left: 22px;
  padding-top: 35px;
}

td{
border-bottom: 1px solid black;
font-size: 9px;
}

h1{ 
  margin: 0;
  padding: 0;
  font-size: 15px;
}

h1:first-letter{
  float: left;
  color: #3987C7;
  font-size: 20px;
  _margin-top: 100px;
}

#footer{
  float: left;
  width: 903px;
  background-color: #333333;
  height: 22px;
  color: #fff;
  text-align: right;
  line-height: 22px;
  font-size: 10px;
  padding-right: 10px;
}

/* menu */
#menu ul{
  margin: 0;
  padding: 0;
}

#menu ul li{
  float: left;
  list-style: none;
  background-image: url(../img/list-style.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-width: 95px;
  padding-left: 10px;
  margin-left: 10px;
}

#menu ul li:first-child{
  background-image: none;
}

#menu ul li a{
  text-decoration: none;
  font-size: 20px;
  color: #000;
}

#menu ul li a.active{
  color: #474747;
}

/* main */

#main img{
  border: 1px solid #626467;
  margin-right: 30px;
  margin-left: 30px;
}

/* footer */

#footer a{
  text-decoration: none;
  color: #fff;
}
