html, body, h1, h2, h3, h4, ul, li {
    margin: 0;
    padding: 0;
}

a {
    color: #000066;
    text-decoration: none;
}
a:hover {
    color: blue;
}

.clear {
    clear: both;
}

body {
    background: blue;
    background: url(../images/zemin.jpg);
    text-align: center;
    font: 11px verdana, arial, sans-serif;
    color: #5A71FF;
    padding-bottom: 10px;
    padding-top: 0px;

}

/** layout **/
#wrapper {
    text-align: left;
    margin: auto;
    width: 980px;
    background: url(../images/pirireis.jpg) repeat-y;
}

#menu {
  float: left;
  width: 243px;
}
#menu_ust {
  width: 244px;
  height: 152px;
  background: url(../images/header.jpg) no-repeat;
  text-align: center;
  color: blue;
}

#menu_ust p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#menu_link {

}
#menu_link ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #000066 bottom left url(../images/menu_bottom.jpg) no-repeat;
}
#menu_link li {
  list-style: none;
  font: 13px, arial narrow, arial, sans-serif;
  border-top: 1px solid #959595;
  background: 188px 10px no-repeat;
  padding: 7px 0 0 31px;
  font-weight: bold;
}
#menu_link a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#menu_link a:hover {
  text-decoration: underline;
}
#menu_link .important {
  background: 188px 10px no-repeat;
}
#menu_link .important a {
  color: #FFFF33;
}

#flash {
  float: right;
  width: 650px;
  padding-right: 9px;
}

#iletisim {
  font: 12px arial, sans-serif;
  color: #000099;
  font-weight: bold;
  float: left;
  padding-left: 20px;
  padding-top: 30px;
}
#footer {
  background: url(../images/footer.bmp) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #FFFF33;
  font-weight: bold;
}

