/* CSS Document */
*{
  margin:0px;
  padding:0px;
}

h1,h3,h2{
  font-size: 210%;
  font-family: "Lucida Sans";
  color: #fe0000;
  border-bottom: 1px solid #f6caca;
  font-weight: normal;
  padding-bottom: 7px;
  clear: both;
}

h3{
  font-size: 140%;
  padding-bottom: 3px;
  color: #333;
  border-bottom: 1px solid #ddd;
}

h2{
  font-family: "Franklin Gothic Medium Cond";
  font-size: 180%;
  color: #2c5696;
  border: none;
  padding-bottom: 3px;
  font-style: normal;
  padding-left: 4px;
  padding-top: 12px;
}

a:hover{
  color: red;
}

body{
  background: #fff;
  text-align:center;
  font-family: Arial;
  font-size:10px;
  color: #333;
}

#warp{
  margin: 0px auto;
  width:985px;
  background: url(images/warp.gif) repeat-y top left;
  text-align:left;
}

#head{
  background: #fff url(images/head.jpg) no-repeat top left;
  position: relative;
  margin-top:20px;
  padding-top: 152px;
  margin-bottom: 12px;
}

#head p{
  position: absolute;
  left:380;
  top: 35px;
  width: 390px;
  height: 90px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

ul#nav {
  height:29px;
  list-style: none;
  background: url(images/nav.jpg) repeat-x top left;
}

ul#nav li{
  float:left;
  height: 29px;
  line-height: 29px;
  margin:0px 7px;
}

ul#nav li.current{
  background: url(images/nav_on.jpg) repeat-x top left;
}

ul#nav li.current a{
  color: #fff;
}

ul#nav li a:hover{
  color: red;
}

ul#nav li.current a:hover{
  color: red;
}

ul#nav li a{
  color: #212121;
  font-size: 14px;
  font-family: "Myriad";
  text-decoration: none;
  padding: 0px 7px;
}

#footer{
  clear: both;
  background: url(images/footer.jpg) repeat-x top left;
  border-top: 2px #d2e0e9 solid;
  border-bottom: 1px #999 solid;
  height: 30px;
  padding-top: 8px;
  margin-top:20px;
  text-align:center;
}

#footer ul{
  width: 600px;
  list-style: none;
  margin: 4px auto;
}

#footer p{
  clear:both;
  margin-top: 4px;
}

#footer ul li{
  float:left;
  margin-left: 12px;
}

#footer ul li a{
  text-decoration: none;
}

#content{
  width: 580px;
  float:left;
  font-size: 120%;
  margin-right: 20px;
}

#news{
  width: 170px;
  float:left;
  padding-right: 20px;
  font-size: 120%;
  padding-top: 16px;
}

#ad{
  float: left;
  width: 145px;
  padding-left: 30px;
  margin-bottom:28px;
  margin-top:12px;
}

#ad iframe{
  background: #fff;
  border: 2px solid #f0e5e5;
  padding: 7px;
}

#content img{
  float: left;
  padding: 6px;
  margin: 7px;
  margin-left: 0px;
  border: 1px solid #e7e7e7;
}

#content img.right{
  float: right;
}

#content p{
  margin: 6px 0px;
}

#news p{
  margin-top: 8px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #ddd;
  color: #888;
}

#news p a{
  font-family: "Lucida Sans";
  font-size: 110%;
  display:block;
  color: #555;
}

#news p em{
  font-size: 90%;
  display:block;
  text-align:right;
  color: #787878;
}
