/* Generated by KompoZer */
* {
  margin: 0px;
  padding: 0px;
}
html {
  font-size: 100%;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  background-color: #ffffff;
  background-image: url(images/bg.gif);
  background-repeat: repeat-x;
  color: #313131;
  font-size: 12px;
}
img {
  border:  none;
}
ul {
  list-style-type: none;
}
a {
  color: #1b5993;
  text-decoration: underline;
}
a:hover {
  color: #fe0d13;
}
a:focus {
}
#wrap {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}
#main {
  float: left;
  width: 200px;
}
#header {
  text-align: left;
  height: 175px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
  color: #1b5993;
  letter-spacing: -1px;
  padding-top: 25px;
}
.desc {
  font-weight: bold;
  margin-top: 5px;
}
#maincontent {
  padding: 20px 10px 10px;
  background-color: #ffffff;
  background-image: url(images/sidebg.gif);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: left;
}
#maincontent h2 {
  font-size: 25px;
  line-height: 25px;
  color: #fe0d13;
  margin-bottom: 10px;
  font-weight: normal;
  letter-spacing: -1px;
}
#maincontent p {
  line-height: 1.5em;
  margin-bottom: 10px;
}
#side {
  background-image: url(images/mars.gif);
  background-repeat: no-repeat;
  background-position: left top;
  float: right;
  width: 535px;
  padding-top: 75px;
}
#sidecontent {
  padding: 10px 40px;
  background-color: #ffffff;
  background-image: url(images/mainbg.gif);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: left;
}
#sidecontent h3 {
  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
  color: #313131;
  margin-bottom: 10px;
  margin-top: 10px;
}
#sidecontent ul {
  margin-left: 20px;
}
#sidecontent ul li {
  line-height: 1.5em;
  font-weight: bold;
  display: block;
}
#sidecontent ul li a {
  text-decoration: none;
}
#footer {
  clear: both;
  margin-top: 20px;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 13px;
}
