*
{
  margin: 0;
  padding: 0;
}

html
{
  overflow-y: scroll;
}

body *{
  line-height: 1.5em;
}

body
{
  margin: 15px 0;
  background: #000000 url(images/body_bg.jpg) repeat-x fixed;
  font: 62.5% Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

a
{
  outline: none;
}

a img
{
  border: none;
}

#wrapper
{
  margin: 0 auto;
  width: 800px;
  text-align: left;
  font-size: 1.2em;
  background: #000000 url(images/content_bg.jpg) repeat-y;
  border: 5px solid #FFFFFF;
}

#header
{
  background: url(images/header_bg.jpg) no-repeat;
}

#header a
{
  display: block;
  width: 800px;
  height: 334px;
}

#navbar
{
  font-size: 12px;
  text-transform: uppercase;
  border-top: 1px solid #000000;
  border-right: none;
  border-bottom: 1px solid #000000;
  border-left: none;
  padding: 1px 0;
  background: #CCCC99;
}

#navbar ul
{
  margin: 0;
  padding: 0;
  height: 35px;
  background: #000000 url(images/navbar.gif) repeat-x;
  list-style: none;
}

#navbar li
{
  float: left;
  padding: 0px;
}

#navbar li a
{
  margin: 0px;
  padding: 0px 25px;
  display: block;
  /*background: url(images/seperator.gif) bottom right no-repeat;*/
  background: transparent;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #000000;
  border-bottom: none;
}

#navbar li a:hover, #navbar ul li:hover a, #navbar ul li.sfhover a
{
  background: #000000 url(images/navhov.gif) repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}

#navbar li ul
{
  margin: 0px;
  padding: 0px;
  background: #424242;
  display: none;
  height: auto;
  border: none;
  position: absolute;
  width: 227px;
  z-index: 200;
  /*top: 1em;
  /*left: 0;*/
}

#navbar li:hover ul, #navbar li.sfhover ul
{
  display:block;
}

#navbar li li
{
  margin: 0px;
  padding: 0px;
  display: block;
  float: none;
  width: 225px;
  border-top: none;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}

#navbar li:hover li a, #navbar li.sfhover li a
{
  background: none;
}

#navbar li ul a
{
  margin: 0px;
  padding: 0px 10px 0px 15px;
  display: block;
  height: 35px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  border: none;
}

#navbar li ul a:hover, #navbar li ul li:hover a, #navbar li ul li.sfhover a
{
  background: #000000;
  color: #FFFFFF;
  border: 0px;
  text-decoration: none;
}

#navbar p
{
  clear: left;
}

#content
{
  padding: 15px 15px 0 15px;
  background: url(images/content_bg.jpg) repeat-y center top;
}

dl,p
{
  margin-bottom: 15px;
}

#main
{
  float: left;
  display: inline;
  width: 540px;
  margin: 0 15px 0 0;
}

#sidebar
{
  float: right;
  display: inline;
  width: 215px;
}

#footer
{
  background: #000000 url(images/footer_bg.jpg) no-repeat;
  padding: 15px;
  border-top: 1px solid #000000;
}

#footer a
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

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

#footer #left
{
  float: left;
  display: inline;
  width: 385px;
}

#footer #right
{
  float: right;
  display: inline;
  width: 385px;
  text-align: right;
}

.clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix
{
  display: inline-block;
}

html[xmlns] .clearfix
{
  display: block;
}

* html .clearfix
{
  height: 1%;
}

.widget
{
  background: #F7F7F7;
  border: 1px solid #E6E6E6;
}

.widget a
{
  color: #009999;
  font-weight: bold;
}

.text-widget
{
  margin: 0 0 15px 0;
  padding: 15px 15px 0 15px;
}

img.link
{
  margin-bottom: 15px;
}

img.photo
{
  background: #F7F7F7;
  border: 1px solid #E6E6E6;
  padding: 9px 9px 9px 9px;
}

img.left
{
  float: left;
  display: inline;
  margin: 0 15px 15px 0;
}

img.centered
{
  display: block;
  margin: 0 auto 15px auto;
}

img.right
{
  float: right;
  display: inline;
  margin: 0 0 15px 15px;
}

table.gallery
{
  width: 100%;
  border-collapse: collapse;
}

table.gallery td
{
  padding: 0 0 15px 0;
  text-align: center;
}

.pagetitle
{
  font-family: "New Times Roman", Times, serif;
  font-size: 2.0em;
  color: #009999;
}

.headline
{
  margin-bottom: 15px;
}