body {
  background: #fff url(images/zulmee_bg.jpg) no-repeat top center;
  font-family: 'Lucida Sans Unicode', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 79%;
  margin: 0;
}

div, ul, li, p, a, img, h1, h2 {
  margin: 0;
  border: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  margin: 0 auto;
  width: 902px;
}

#header {
  height: 100px;
  line-height: 100px;
  padding: 0 20px;
}

#header h1 a {
  display: block;
  text-indent: -9999px;
  background: url(images/zulmi.gif) no-repeat 10px 16px;
}

ul#navigation {
  background: url(images/nav_bg.png) no-repeat;
  height: 52px;
  list-style: none;
  overflow: hidden;
  padding: 0 40px 0 20px;
}

ul#navigation li {
  float: left;
  line-height: 52px;
}

ul#navigation li a {
  border-right: 1px solid #000;
  color: black;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 20px;
}

#subheader {
  background: url(images/sub-header.png) no-repeat;
  font-size: 1.05em;
  margin: 10px 0;
  padding: 35px 40px;
}

#subheader .headimg {
  float: left;
}

#subheader ul {
  text-align: left;
  list-style: none;
  line-height: 1.7em;
  margin-left: 175px;
}

#maincontent {
  background: #ffe9c4;
  margin-top: 10px;
  padding: 40px;
}

#maincontent h2 {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

#maincontent p {
  line-height: 1.5em;
  padding: 10px 0;
}

#footer {
  background: #eee;
  border-top: 1px solid #fff;
  padding: 20px 10px;
  text-align: center;
}
