body {
  margin: 0;
  padding: 0;
  font-family: verdana;
}

a img {border: none;}

#top {
  height: 165px;
  background: #585453 url(images/logo.jpg) 15px 36px no-repeat;
  
  padding-left: 65%;
}

#top-nav {
  margin-right: 80px;
  background: #B52726;
  height: 32px;
  border-bottom: 4px solid #444;
  width: 200px;
  text-align: center;
}

#top-nav a {
  margin: 5px;
  vertical-align: -4px;
  font: 12px tahoma;
  color: #dea0a0;
}

#top-nav a img {
  vertical-align: -2px;
  }
  
#picture {
  background: #fff url(images/picture.gif) 0px 82px no-repeat;
  height: 244px;
  
  padding-left: 65%;
}

#stripe {
  position: absolute;
  width: 65%;
  top: 404px;
  background: #adadad;
  height: 5px;
  font: 1px;
}

html>body #stripe {
  top: 409px;
}

#menu-outer {
  width: 100%;
  padding-bottom: 57px;
  background: #fff url(images/shadow.jpg) left bottom no-repeat;
  
}


#menu {
  background: #B52726 url(images/menu_bg.jpg) left repeat-y;
  height: 224px;
  border-bottom: 5px solid #A42322;
  padding: 0;
  padding-top: 20px;  
}

html>body #menu {
  height: auto !important; min-height:224px; height: 224px;
}

#menu ul {
  margin: 0;
  margin-left: 50px;
  margin-right: 20px;
}

html>body #menu ul {margin-left: 20px;}

#menu ul li {
  font: 14px tahoma;
  line-height: 22px;
  color: #fff;
  white-space: nowrap;
}

#menu ul li a {
  color: #fff;
  text-decoration: none;
}

#menu ul li.selected
, #menu ul li a:hover {
  font-weight: bold;
}

#content {
  width: 65%;
  float: left;
  
  font: 12px tahoma;
}

html>body #content {
  margin-top: 60px;
}

#moz-content {
  margin: 40px 60px;
}

#cpr {
  width: 35%;
  float: right;
  font: 11px tahoma;
  color: #000; 
}

html>body #cpr {
  margin-top: 40px;
}

#moz-cpr {
  margin: 20px 60px;
}

.site-info
, .site-info a {font: 11px arial; color: #999 !important;}
.site-info {margin-top: 30px;}


h1 {
  font: 19px tahoma;
}
