* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  color: #403b3a;
  background: url(../img/body_bg.png) repeat-x left top #fff;
}

img {
  border: none;
}

a {
  outline: none;
  font-weight: bold;
  color: #f1aa09;
}

a:hover {
  text-decoration: none;
}

#pagewrapper {
  width: 900px;
  margin: 0 auto;
  position: relative;
  background: url(../img/footer.png) no-repeat left bottom ;
}

#content {
  padding: 0 20px 0 24px;
}

#menu {
  height: 51px; 
  padding-left: 400px;
  background: url(../img/menu_bg.jpg) no-repeat left top;
}

#menu li {
  float: left;
  display: block;
  background: url(../img/btn_normal.gif) no-repeat 8px 28px; 
}

#menu a {
  height: 51px;
  width: 80px;
  margin-right: 5px;
  padding-left: 24px;
  display: block;
  display: inline;
  float: left;
  font-size: 1em;
  font-weight: normal;
  line-height: 51px;
  text-decoration: none;
  color: #100a09;
}

#menu a:hover {
  color: #000;
  background: url(../img/btn_hover.gif) repeat-x left bottom; 
}

#menu .active a {
  font-weight: bold;
  background: url(../img/btn_active.gif) repeat-x left bottom;   
}

#header {
  height: 253px;
  background: url(../img/top.jpg) no-repeat left top;
}

#header h1 {
  padding-left: 60px;
  text-indent: -9999px;  
}

#header h1 a {
  height: 100px;
  width: 240px;  
  display: block;
}

#main {
  width: 561px;
  padding-right: 10px;
  float: left;
  display: inline;
}

#sidebar {
  width: 285px;
  /*padding-top: 20px;*/
  float: left;
  display: inline;
}

#footer {
  width: 595px;
  height: 156px;
  clear: both;
}

#footer p {
  padding: 30px 0 0 20px;
  font-size: 0.8em;
  color: #555;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer_box {
  position: absolute;
  bottom: 70px;
  right: 0;
  display: block;
  display: inline;
  width: 297px;
  height: 158px;
  padding: 0 0 17px 8px;
}

h2 {
  padding: 22px 0 0 12px;
  margin-bottom: 25px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  color: #f1aa09;
  background: url(../img/header_bg.gif) no-repeat left top;
}

h3 {
  padding: 0 0 10px 0;
  font-size: 1.1em;
  line-height: 1.1em;
  color: #555;
}

p {
  line-height: 150%
}

ul {
  list-style: none;
  line-height: 150%;
}

ul li span{
  display: block;
  float: left;
  width: 80px;
  padding-right: 8px;
  text-align: right;
}

/** Add-ons **/
#gallery_cont {
	padding-bottom: 50px;
  text-align: center;
}

#gallery_cont img {
  margin: 5px;
  padding: 5px;
  border: 1px solid #ccc;
}

