* {
  margin: 0;
  padding: 0;
}
body {
  background: #0171af url(images/background.gif) repeat-x fixed center top;
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
}
a {
  text-decoration: none;
  color: #0171af;
}
a:hover {
  text-decoration: underline;
  color: #111111;
}
#wrap {
  border: 10px solid #d1e6ef;
  margin: 40px auto;
  background: #ffffff none repeat scroll 0% 50%;
  width: 780px;
}
#header {
  height: 90px;
  background-image: url(images/header.jpg);
  background-position: left bottom;
}
#header h1 {
  padding: 23px 0 0 20px;
  font-size: 28px;
  letter-spacing: -1px;
  color: #0171af;
}
#header h1 a {
  color: #0171af;
  text-decoration: none;
  font-weight: 100;
  letter-spacing: -2px;
}
#header h1 a:hover {
  color: #111111;
}
#header h2 {
  padding: 5px 0 0 20px;
  font-size: 19px;
  color: #acd3e5;
  letter-spacing: -1px;
  font-weight: 100;
}
#menu {
  background: #d1e6ef none repeat scroll 0% 50%;
  height: 30px;
  line-height: 30px;
}
#menu ul {
  list-style-type: none;
  padding-left: 20px;
}
#menu ul li {
  display: block;
  float: left;
}
#menu ul li a {
  padding: 0 20px 0 0;
  text-decoration: none;
  font-weight: 100;
  font-size: 14px;
}
#menu ul li a:hover {
  color: #111111;
  text-decoration: none;
}
#content {
  padding: 0 20px 20px;
}
.left {
  float: left;
  width: 460px;
  text-align: justify;
}
.left h2 {
  padding: 15px 0 7px;
  font-size: 18px;
  font-weight: 100;
}
.left h2 a {
  text-decoration: none;
}
.left h2 a:hover {
  color: #111111;
}
.right {
  float: right;
  width: 260px;
  padding-top: 10px;
}
.right h2 {
  margin: 10px 0 0;
  background: #d1e6ef none repeat scroll 0% 50%;
  padding-left: 10px;
  height: 28px;
  line-height: 28px;
  color: #111111;
  font-size: 13px;
}
.right ul {
  padding: 10px 0 15px 10px;
  list-style-type: none;
}
.right ul li a {
  color: #648ca5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 100;
}
.right ul li a:hover {
  color: #111111;
}
.adleft {
  border: 10px solid #acd3e5;
  float: left;
  height: 105px;
  width: 105px;
  font-size: 18px;
  color: #aaaaaa;
  text-align: center;
  background-color: red;
}
.adright {
  border: 10px solid #acd3e5;
  float: right;
  height: 105px;
  width: 105px;
  font-size: 18px;
  color: #aaaaaa;
  text-align: center;
}
#footer {
  background: #d1e6ef none repeat scroll 0% 50%;
  height: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 11px;
}
