body, html {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  font-family:"Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
  background:url(../img/bg-bull.jpg) no-repeat top center fixed #951001;
}
#wrapper {
  width:1080px;
  margin:0 auto 50px auto;
  background:url(../img/bg-band.png) no-repeat 0px 160px;
}
#header {
  width:1000px;
  height:180px;
  margin:0 auto;
  padding:20px 0 0 0;
}
#logo {
  width:360px;
  height:125px;
  display:block;
  margin:0 auto 15px auto;
}

#topmenu {
  height:40px;
  background:url(../img/bg-menu.jpg) #951001; 
}
#topmenu ul {
  list-style:none;
  margin:0 auto;
  padding:0;
  text-align:center;
}
#topmenu ul li {
  display:inline;
}
#topmenu ul li a {
  display:inline-block;
  padding:0 15px;
  font-family:"Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
  font-size:20px;
  line-height:40px;
  text-decoration:none;
  color:#f0ece6;
}
#topmenu ul li a:hover {
  color:#333;
  background:#F47920;
}

#topmenu ul li.ACT a {
  text-decoration:underline;
}

#content {
  width:900px;
  margin:0 auto;
  padding:30px 50px;
  background:url(../img/bg-content.jpg) bottom #f0ece6;
}
#content p {
  font-size:18px;
  line-height:24px;
  padding:0 30px;
  color:#333;
}
#content p a {
  color:#F47920;
}
#content p a:hover {
  color:#951001;
  text-decoration:none;
}

ul#boxes {
  list-style:none;
  margin:0;
  padding:0;
  border:0;
}
ul#boxes li {
  display:inline-block;
  float:left;
  height:200px;
  text-align:center;
}
ul#boxes li a {
  font-size:18px;
  line-height:50px;
  text-align:center;
  color:#951001;
  text-shadow:1px 1px 1px #f0ece6;
  border:0;
}
ul#boxes li a.box {
  width:210px;
  height:200px;
  display:inline-block;
}
ul#boxes li a span {
  width:210px;
  height:50px;
  margin:150px 0 0 0;
  display:inline-block;
  background:url(../img/bg-boxes.jpg);
}
ul#boxes li.inner {
  margin:0 20px 0 0;
}
.clear {
  clear:left;
}

#footer {
  width:900px;
  height:140px;
  margin:0 auto;
  padding:30px 50px;
  background:url(../img/bg-footer.jpg) #3e3428;
}
#footer p {
  font-size:14px;
  line-height:20px;
  color:#f0ece6;
  margin:0;
}
#footer a {
  color:#f0ece6;
}
#footer a:hover {
  text-decoration:none;
}
#footer #left {
  width:440px;
  float:left;
}
#footer #right {
  width:440px;
  float:right;
}

#credits {
  font-size:10px;
  width:100px;
  text-align:center;
  margin:10px auto;
}
#credits a {
  color:#fff;
  text-decoration:none;
}
