html
{
  min-width: 1000px;
  height: 100%;
}

body
{
  width: 1000px;
  height: 100%;
  margin: 0 auto 0 auto;
  padding: 0px;
  background-image: url(../img/bg.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-color: #7F7F7F;
  font-family: Arial, Helvetica, sans;
  font-size: 0.1px;
}

a {
  color: #FFFFFF;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#logo
{
  width: 1000px;
  height: 180px;
  margin: 0px;
  padding: 0px;
  background-image: url(../img/logo.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#menu
{
  position: relative;
  float: left;
  top: -10px;
  width: 280px;
  padding: 0px;
  padding-left: 10px;
  color: #FFFF00;
}

#menu a
{
  font-weight: bold;
}

#menu h1
{
  padding: 12px 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 0 17px;
  color: #FFCC00;
}

#menu h1.first
{
  padding: 0 0 0 20px;
  background-position: 0 5px;
  border-top: 0px;
}

#menu .div
{
  padding: 5px;
  padding-top: 15px;
  height: 5px;
  background-image: url(../img/div.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

#menu .bold
{
  font-weight: bold;
  color: #FFFFFF;
}

#menu p
{
  margin-top: 0px;
  text-align: justify;
  margin-bottom: 15px;
  padding-left: 20px;
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  font-size: 15px;
}

#menu p.list
{
  margin-bottom: 8px;
}

#menu p.info
{
  background-image: url(../img/news.png);
  font-size: 13px;
}

#content
{
  float: right;
  position: relative;
  width: 680px;
  padding: 0px;
  padding-right: 10px;
  color: #FFCC00;
  font-size: 13px;
}

#content h1
{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}

#content h1.first
{
  margin-top: 0px;
}

#content p
{
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: justify;
}

#content img.left
{
  border: 1px solid #000000;
  float: left;
  margin-right: 5px;
}

#content img.right
{
  border: 1px solid #000000;
  float: right;
  margin-left: 5px;
}

#content .div
{
  padding: 5px;
  padding-top: 15px;
  margin-bottom: 15px;
  height: 5px;
  background-image: url(../img/content_div.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}

#content a
{
  font-weight: bold;
  text-decoration: none;
}

#content a:hover
{
  text-decoration: underline;
}

#content .pagediv
{
  clear: both;
}

#content .pageflip
{
  width: 170px;
  margin: 15px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  float: left;
}

#content .galleryline
{
  clear: both;
  width: 640px;
  padding: 0px 20px 0px 20px;
}

#content .galleryline .gallerybox
{
  width: 140px;
  padding: 10px;
  float: left;
}

#content .galleryline .gallerybox img
{
  border: 1px solid #000000;
  cursor: pointer;
}

#content .center
{
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

#content select, input
{
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFCC00;
  font-size: 11px;
  font-weight: bold;
  width: 128px;
}

#content input.submit
{
  font-weight: bold;
  border: 1px solid #000000;
  color: #000000;
  background-color: #CCCCCC;
  width: 32px;
}

#content input.submitcontact
{
  font-weight: bold;
  border: 1px solid #000000;
  color: #000000;
  background-color: #CCCCCC;
  width: 144px;
}

#content input.contact
{
  width: 240px;
}

#content textarea
{
  width: 240px;
  height: 180px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFCC00;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  font-family: Arial, Helvetica, sans;
}

#content .contactdiv
{
  clear: both;
}

#content .contactleft
{
  width: 160px;
  float: left;
}

#content .contactright
{
  width: 260px;
  float: left;
  margin: 0px 0px 15px 0px;
}

#content .bold
{
  font-weight: bold;
}

#content #copyright
{
  clear: both;
  width: 96%;
  padding: 15px 2% 2% 2%;
  text-align: center;
  font-size: 11px;
}
