* {
  margin: 0;
  padding: 0;
}
body {
  background: #418ab5 none repeat scroll 0% 50%;
  padding-bottom: 30px;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #444444;
}
h1 {
  font-size: 2em;
  color: #3476a8;
}
h1 a {
  color: #3476a8;
  text-decoration: none;
}
p {
  padding: 10px 0;
  line-height: 1.8em;
  text-align: justify;
}
a {
  color: #4082b2;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#header {
  margin: 0 auto;
  background: #26639c url(images/header.jpg) no-repeat scroll 0% 50%;
  position: relative;
  width: 960px;
  height: 150px;
}
#menu {
  padding: 20px 0px 20pt 0;
  top: 83px;
  position: absolute;
  height: 60px;
  right: 10px;
}
#menu ul {
  float: right;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menu ul li {
  display: block;
  float: left;
  color: #ffffff;
}
#menu ul li a {
  padding: 0 26px;
  color: #ffffff;
  text-decoration: none;
}
#main {
  padding: 12px 0;
  background: #ffffff none repeat scroll 0% 50%;
  width: 100%;
  min-width: 960px;
}
#main2 {
  border: 1px solid #e0ebf2;
  margin: 0 auto;
  padding: 25px 25px 0;
  width: 908px;
}
#sidebar {
  float: left;
  width: 240px;
  padding-bottom: 20px;
}
#sidebar h2 {
  background: #3476a7 url(images/h2.jpg) no-repeat scroll 0% 50%;
  padding-left: 20px;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: normal;
  line-height: 38px;
  color: #ffffff;
}
#sidebar .box {
  padding: 15px 20px 20px;
  background: transparent url(images/box.jpg) no-repeat scroll center top;
}
#sidebar p {
  text-align: left;
}
#sidebar ul {
  padding: 15px 0 24px;
  background: transparent url(images/box.jpg) no-repeat scroll center top;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar ul li {
  border-bottom: 1px solid #e0ebf2;
  padding: 3px 10px 3px 20px;
  line-height: 1.8em;
}
#sidebar ul li a {
  padding: 0;
}
#content {
  float: right;
  width: 620px;
  padding-bottom: 5px;
}
#content .post {
  padding: 0 0 45px;
}
p.postmeta {
  color: #888888;
}
#content .entry {
  padding: 10px 0 0;
}
.clearing {
  overflow: hidden;
  clear: both;
  height: 1px;
}
#footer {
  margin: 0 auto;
  background: transparent url(images/footer.jpg) no-repeat scroll center top;
  width: 960px;
  padding-top: 10px;
  height: 70px;
}
#footer p {
  text-align: center;
  color: #ffffff;
}
#footer a {
  color: #afd8e8;
}
