* {
  margin:0;
  padding:0;
}
.clear {
  clear:both;
  display:block;
  margin:0 !important;
}
.inv {
  display:none;
}

html {
  background:url(/nav/bg.jpg) #5c7fd3 bottom center no-repeat;
  background-attachment:fixed;
}

body {
  font-size:12px;
  font-family:Verdana, Arial, Georgia, Sans-Serif;
  color:#000;
}

#wrapper {
  position:relative;
  margin:25px auto;
  width:889px;
  padding:320px 0 0 0;
  background:url(/nav/contentBg.gif) right top repeat-y;
  z-index:30;
}

h2#logo a {
  width:200px;
  height:80px;
  text-indent:-19999px;
  display:block;
  position:absolute;
  left:-12px;
  top:115px;
  z-index:35;
  overflow:hidden;
  cursor:pointer;
  background:url(/nav/logo.gif) 0 0 no-repeat;
}
#shadow {
  width:1100px;
  z-index:9;
  position:absolute;
  left:-891px;
  top:65px;
  height:175px;
  background:url(/nav/shadow.png) right center repeat-x;
}

#mainimg {
  position:absolute;
  right:0;
  top:0;
  padding:9px 9px 0 9px;
  border-top:1px solid #c2c2c2;
}
#mainimg img {
  padding-bottom:3px;
  border-bottom:3px solid #45a12a;
}
#content {
  padding:0 30px 10px 240px;
  min-height:400px;
  background:url(/nav/bgContent.gif) right bottom no-repeat;
}
#content:after{
  content: ".";
  font-size: 0%;
  display: block;
  clear: both;
  text-indent: -9999px;
  visibility: hidden;
}
#content dd.gallery-caption {
  font-size:10px;
}
#footer {
  width:679px;
  line-height:20px;
  text-align:center;
  color:#fff;
  font-size:12px;
  position:relative;
  margin:0 auto;
  padding:0 0 30px 210px;
  font-weight:bold;
}

#footer a {
  color:#fff;
  text-decoration:underline;
}

#footer a:hover {
  text-decoration:none;
}
