* {
  margin:0;
  padding: 0;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 75%;
  color: #555;
  background: url(../img/body_bg.png) repeat-x left top #fff;
}

img {
  border: 0;
}

a {
  outline: none;
  text-decoration: none;
  color: #cd6f1c;
}

a:hover {
  text-decoration: underline;  
}

p {
  line-height: 150%;
}

#pagewrapper {
  width: 900px;
  margin: 0 auto;
}

#top {
  height: 215px;
  position: relative;
  background: url(../img/top.jpg) no-repeat left top;
}

#top a {
  position: absolute;
  display: block;
  text-indent: -9999em;
}

#logo_main {
  top: 28px;
  left: 42px;
  width: 245px;
  height: 160px;
}

#logo_sub {
  top: 100px;
  right: 99px;
  width: 323px;
  height: 100px;
}

#content {
  width: 800px;
  float: left;
  padding: 10px 50px;
  background: url(../img/content.jpg) no-repeat left top;
}

#footer {
  clear: both;
  height: 100px;
  background: url(../img/footer.jpg) no-repeat left top;  
}

#footer p {
  padding-top: 60px;
  font-size: 90%;
  text-align: center;
}

.double_item {
  padding-left: 20px;
  float: left;
}

.double_item object {
  float: left;
  display: block;
  padding: 10px;
  margin: 10px;
  border: 1px solid #ccc;
  background: #f0f0f0;
}

h1 {
  font-size: 2em;
  line-height: 2em;
  font-style: italic;
  color: #cd6f1c;
}


