* {
  padding: 0;
  margin: 0;
}

body {
  font: .8em "Trebuchet MS", Verdana, Arial, Sans-Serif;
  background-color: #468ECE;
  background-image:url(imag/bg.jpg);

}


a {
  text-decoration: none;
  color: #3B85CA;
}
a:hover { color: #000; }

#wrap
{
  margin: 0px auto;
  width: 750px;
  padding: 0px;
  background-color: #fff;
}


#header
{
  height : 250px;
  background-color : #000;
  color:#fff;
  background: url(imag/head.jpg);
}
#header h1 { padding-left: 10px; padding-top: 12px; font-size: 25px; color: #FFF; }
#header a { font-size: 12px; color: #FFF; text-decoration: none;}
#header h2 { padding-left: 10px; padding-top: 0px; font-size: 19px; color: #fff; }

#menu {
  text-align: center;
  margin-top: 0px;
  padding:3px 10px 3px 10px;
  font-size : 14px;
  font-weight: 600;
  background: #000 url(imag/mn.png);
  background-repeat: repeat-x;
}

#menu a {
  color : #fff;
  text-decoration : none;
  padding:0px 10px 0px 10px;
}
#menu a:hover {
  color : #000;
  background: #eee url(imag/mo.png);
  background-repeat: repeat-x;}
#menu2 {
  text-align: left;
  margin-top: 0px;
  padding:3px 10px 3px 10px;
  font-size : 14px;
  font-weight: 600;
  background: #fff;
  background-repeat: repeat-x;
}

#menu2 a {
  color : #000;
  text-decoration : none;
  padding:0px 10px 0px 10px;
}
#menu2 a:hover {
  color : #000;
  background: #eee;
  background-repeat: repeat-x;}


#content {
  text-align: left;
  margin-top: 5px;
  padding: 10px;
  font-size: 14px;
}
#content ul li {
  list-style-image: url(../images/next.gif);
  padding: 0 12px;
  font: 333 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #cccccc;
  border-right: 1px solid #fff;
}
#content h2 { font-size: 15px; color : #444; }

#footer {
  margin-top: 25px;
  clear: both;
  text-align: center;
  height:48px;
  color: #777;
  background: #fff url(imag/ft.png);
  background-repeat: repeat-x;}