html
{
  margin: 0px;
  height: 100%;
}

body
{
  margin: 0px;
  font-family: Arial;
  font-size: 12px;
  height: 100%;
  background-image: URL('../images/bg.jpg');
  text-align: center;
}

img
{
  border-width: 0px;
}

a
{
  color: #000000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#container
{
  width: 750px;
  min-height: 100%;
  * height: 100%;
  background-color: #FFFFFF;
  position: relative;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  background-image: URL('../images/pbg.jpg');
  background-repeat: repeat-y;
}

div#container
{
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}

#h1
{
  height: 25px;
  line-height: 25px;
  width: 725px;
  padding-left: 25px;
  float: left;
  background-color: #FFFFFF;
  position: relative;
}

#h1 h1
{
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  color: #000000;
  line-height: 25px;
}

#h1 img
{
  position: absolute;
  top: 4px;
  left: 5px;
}

#header
{
  width: 750px;
  height: 140px;
  clear: both;
  float: left;
}

#header img
{
  display: block;
}

#nav
{
  width: 750px;
  height: 29px;
  background-color: #95917F;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  float: left;
  clear: both;
}

#nav a
{
  line-height: 29px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #FFFFFF;
  float: left;
}

#nav a:hover
{
  text-decoration: none;
  background-color: #C2AE54;
}

#left
{
  width: 169px; 
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  clear: both;
}

#left h2
{
  margin: 0px;
}

#left h2 a
{
  display: block;
  background-color: #2C7350;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 10px;
  width: 159px;
  height: 23px;
  line-height: 23px;
  margin: 0px;
  margin-top: 10px;
}

#left h2 a:hover
{
  text-decoration: none;
  background-color: #C2AE54;
}

div#left div
{
  width: 149px;
  background-color: #FFFFFF;
  font-size: 11px;
  color: #605C49;
  padding: 10px;
  margin-bottom: 10px;
}

#left span
{
  text-align: right;
  font-weight: bold;
  display: block;
}

#left a
{
  color: #605C49;
  text-decoration: none;
}

#left a:hover
{
  text-decoration: none;
}

#body
{
  width: 521px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}

#body h2
{
  font-size: 13px;
  font-weight: bold;
  margin: 0px;
  line-height: 30px;
  color: #2C7350;
  text-transform: uppercase;
}

#footer
{
  width: 521px;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 20px;
  margin-top: 20px;
}

#footer1
{
  width: 521px;
  background-color: #E0E0E0;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}

#footer1 a
{
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}

#footer2
{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 12px;
  text-align: center;
}

#footer span
{
  font-size: 10px;
}

#trailer
{
  clear: both;
  height: 124px;
}
