@charset "UTF-8";

html, body {
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
  background-color: #dfd4b5;
  margin: 0;
  padding: 0px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
  color:#555
}

h1, h2, h3, h4, p, ul { margin: 0px; }

h1 {
  color: #002b5f;
  font-size: 18px;
}

h2 {
  color: #002b5f;
  font-size: 12px;
}

.h_ul {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #be8b06;
}

blockquote { font-style: italic; }

#content img {
  border: 5px solid #002b5f;
  float: left;
}

.sep {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #534a36;
}

#container {
  width: 955px;
  position: relative;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
  min-height: 600px;
}

.container_bg_t {
  background-image: url(../images/container_bg_t.png);
  background-repeat: no-repeat;
  height: 20px;
}

.container_shad_l {
  background-image: url(../images/container_shad_l.png);
  background-repeat: repeat-y;
  width: 10px;
  float: left;
  min-height: 600px;
}

.container_bg {
  background-image: url(../images/container_bg.png);
  background-color: #9a8a65;
  background-repeat: repeat-x;
  width: 945px;
  min-height: 600px;
}

.container_bg_b {
  background-image: url(../images/container_bg_b.png);
  background-repeat: no-repeat;
  height: 20px;
}

#header { position: absolute; }

.header_logo {
  background-image: url(../images/header_logo.png);
  background-repeat: no-repeat;
  float: left;
  height: 140px;
  width: 240px;
  margin-left: 10px;
}

.header_img {
  background-image: url(../images/header_img.jpg);
  background-repeat: no-repeat;
  margin-right: 10px;
  float: right;
  height: 180px;
  width: 695px;
}

#menu {
  position: absolute;
  margin-top: 150px;
}

.menu_bg_t {
  background-image: url(../images/menu_bg_t.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 240px;
}

.menu_shad_l {
  background-image: url(../images/menu_shad_l.png);
  background-repeat: repeat-y;
  width: 10px;
}

.menu_bg {
  background-color: #dfd4b5;
  width: 230px;
}

.menu_bg_b {
  background-image: url(../images/menu_bg_b.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 240px;
}

#nav ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

#nav ul li { border-bottom: 1px solid #dfd4b5; }

#nav ul li a:link {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background-image: url(../images/nav_link_a.jpg);
  background-repeat: no-repeat;
  display: block;
  margin: 0px;
  height: 24px;
  padding-top: 6px;
  padding-left: 40px;
}

#nav ul li a:hover {
  color: #dfd4b5;
  background-image: url(../images/nav_link_hover.png);
}

#nav ul li a:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background-image: url(../images/nav_link_visited.jpg);
  background-repeat: no-repeat;
  display: block;
  margin: 0px;
  height: 24px;
  padding-top: 6px;
  padding-left: 40px;
}

#news { }

.news_bg {
  background-color: #fdfbf2;
  width: 230px;
}

.news_content {
  font-size: 10px;
  color: #534a36;
}

.news_content a:link {
  font-size: 10px;
  color: #211E16;
  text-decoration: none;
}

.news_content a:hover {
  font-size: 10px;
  color: #211E16;
  text-decoration: underline;
}

.news_content a:visited {
  font-size: 10px;
  color: #211E16;
  text-decoration: none;
}

.sep {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #534a36;
}

#content {
  position: relative;
  padding-top: 145px;
  margin-left: 230px;
}

.content_bg_t {
  background-image: url(../images/content_bg_t.png);
  background-repeat: no-repeat;
  height: 40px;
  width: 695px;
  margin-left: 10px;
}

.content_shad_l {
  background-image: url(../images/menu_shad_l.png);
  background-repeat: repeat-y;
  width: 10px;
}

.content_bg {
  background-color: #FFFFFF;
  width: 665px;
  min-height: 400px;
}

.content_bg_b {
  background-image: url(../images/content_bg_b.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 705px;
  margin-left: 1px;
}

.column_50_l {
  width: 48%;
  float: left;
}

.column_50_r {
  width: 48%;
  float: right;
}

#footer {
  position: relative;
  width: 925px;
  padding-left: 10px;
  font-size: 10px;
}

.footer_bg_t {
  background-image: url(../images/footer_bg_t.jpg);
  background-repeat: no-repeat;
  height: 10px;
  width: 925px;
}

.footer_bg {
  width: 675px;
  background-color: #dfd4b5;
  padding-left: 250px;
}

.footer_bg_b {
  background-image: url(../images/footer_bg_b.jpg);
  background-repeat: no-repeat;
  height: 10px;
  width: 925px;
}

#footer a:link {
  color: #534a36;
  text-decoration: none;
}

#footer a:hover {
  color: #534a36;
  text-decoration: underline;
}

#footer a:visited {
  color: #534a36;
  text-decoration: none;
}

.margl5 { margin-left: 5px; }

.margt5 { margin-top: 5px; }

.margb5 { margin-bottom: 5px; }

.margt10 { margin-top: 10px; }

.margb10 { margin-bottom: 10px; }

.margr10 { margin-right: 10px; }

.margl10 { margin-left: 10px; }

.margb20 { margin-bottom: 20px; }

.margl20 { margin-left: 20px; }

.margt20 { margin-top: 20px; }

.margl20 { margin-left: 20px; }

.margb40 { margin-bottom: 40px; }

.padb5 { padding-bottom: 5px; }

.padr5 { padding-right: 5px; }

.padt5 { padding-top: 5px; }

.padr10 { padding-right: 10px; }

.padb10 { padding-bottom: 10px; }

.padl10 { padding-left: 10px; }

.padt10 { padding-top: 10px; }

.padl20 { padding-left: 20px; }

.padb20 { padding-left: 20px; }

.clear { clear: both; }

.preload {
  background-image: url(../images/nav_link_hover.png);
  visibility: hidden;
  height: 0px;
  width: 0px;
}

.error { color: #FF0000; }

#album_tools img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.leed { color:green; }
