/* Main elements
============================================================================ */
* { margin: 0; padding: 0; }

body {
  font: 11px/18px verdana, sans-serif;
  text-align: center;

  background: #081215;
}

.column {
  text-align: left;

  margin: 0 auto;

  width: 770px;
}

#header { background: url('images/bg-header.gif') repeat-x top left; height: 80px; }
#header h1 { background: url('images/header.gif') no-repeat top left; width: 385px; height: 80px; }
#header h1 span { display: none; }

#footer { background: url('images/bg-footer.gif') repeat-x top left; padding: 20px 0; }




/* Navigation
============================================================================ */
#navigation { background: url('images/bg-nav.gif') repeat-x top left; height: 30px; }
#navigation ul { list-style: none; padding: 0 0 0 20px; float: left; }
#navigation ul li { display: block; float: left; }

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:hover { 
  display: block;
  text-decoration: none;

  color: #000;

  padding: 6px 12px;
}
#navigation ul li a.current { font-weight: bold; color: #fff; background: url('images/bg-nav-current.gif'); }



/* Content Area
============================================================================ */
#content .column { background: url('images/bg-content.gif') repeat-y top left; }
#content-footer { position: relative; clear: both; background: url('images/bg-content-footer.gif') no-repeat top left; width: 770px; height: 30px; }

#changingimages { width: 730px; height: 280px; margin: 0 20px; }
.changingimage { width: 730px; height: 280px; background-repeat: no-repeat; }

#image-1 { background-image: url('images/image-1.jpg'); }
#image-2 { background-image: url('images/image-2.jpg'); }
#image-3 { background-image: url('images/image-3.jpg'); }
#image-4 { background-image: url('images/image-4.jpg'); }

#image-about { background-image: url('images/image-about.jpg'); }
#image-rates { background-image: url('images/image-rates.jpg'); }
#image-etiquette { background-image: url('images/image-etiquette.jpg'); }
#image-rules { background-image: url('images/image-rules.jpg'); }
#image-bulletins { background-image: url('images/image-bulletins.jpg'); }
#image-news { background-image: url('images/image-news.jpg'); }
#image-contact { background-image: url('images/image-contact.jpg'); }

#main {
  margin: -40px 0 0 50px;
  float: left;
  width: 445px;
  display: inline;
  position: relative;
}

#main-head {
  background: url('images/bg-main.gif') no-repeat top left;

  width: 730px;
  height: 32px;

  margin-left: 20px;
}


#side {
  margin-left: 40px;
  margin-top: 14px;

  float: left;
  width: 195px;
}

p { margin-bottom: 18px; }

h2,h3,h4,h5 { font-family: georgia, serif; margin-bottom: 18px; }
h2 {
  font-size: 18px;
  font-weight: normal;

  color: #960;
}

ul, ol {
  padding-left: 18px;
  margin-bottom: 18px;
}

ul li ul { margin-bottom: 0; }

#main h4 {
  font-family: verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#side h3 {
  font-size: 12px;
  
  color: #ff6;

  margin-bottom: 9px;
}
#side p, #side li {
  text-indent: 0;

  color: #fff;
}

#side ul {
  list-style: none;
  padding-left: 0;
}

#footer p {
  font-size: 11px;
  text-indent: 0;

  color: #ccc;

  margin: 0 50px;
}

.left {
  width: 215px;

  float: left;
}

.right {
  width: 215px;

  margin-left: 230px;
}

#main a:link, #main a:visited { color: #369; }
#main a:hover { color: 000; }

#side a:link, #side a:visited { color: #ddd; }
#side a:hover { color: #fff; }



.decor { float: right; border: solid 1px #ccc; padding: 2px; margin: 0 0 20px 20px; }

#bulletin { background: #223a42; padding: 9px; margin-bottom: 18px; }
#bulletin p { margin-bottom: 0; font-size: 10px; }

.bulletin { background: #ff9; padding: 9px; margin-bottom: 9px; }
.bulletin p { font-size: 10px; text-align: justify; margin-bottom: 0; }

label { display: block; float: left; width: 120px; text-align: right; margin-right: 10px; padding-top: 6px; }
input { font-size: 16px; padding: 3px; }
textarea { font-family: verdana, sans-serif; font-size: 12px; padding: 3px;  }

form p { border-bottom: solid 1px #ccc; padding-bottom: 18px; float: left; width: 100%; }

#footer p { font-size: 10px; }
#fotoer a:link, #footer a:visited, #footer a:hover { color: #ccc; }

hr { border: 0; height: 1px; background: #ccc; margin: 40px 0 40px 0; }

#candid { float: right; background: #eee; margin: 0 0 10px 20px; padding: 10px; width: 200px; }
#candid p { font-size: 11px; margin: 10px 0 0 0; text-align: center; }