body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  background-repeat: repeat;
  background-image: url(images/gb_bot.jpg);
  margin: 0;
  line-height: 130%;
  }


#bg_top {
  height: 100px;
  width: 100%;
  margin: 0px;
  
  background-repeat: repeat;
  background-image: url(images/gb_top.jpg);
}

#logo {
  position: relative;
  top: 27px;
  left: 20px;
}


#container {
  position: relative;
  width: 800px !important;
  margin: auto;
  height: 600px;
  top: -100px;
}

#header ul
{
  position: absolute;
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  top: 130px;
  left: 130px;
}

#header ul li
{
	background-color: #000;
  margin-left: 10px;
  padding: 3px 10px;
  font-size: 13px;
  display: inline;
  list-style: none;
  color: #fff;
  font-weight: bold;
}

#header ul li .selected
{
  color: #ff0;
}


#header ul li a
{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#header ul li a:hover
{
  text-decoration: none;
  color: #0496D1;
  font-weight: bold;
}

#content {
  position: relative;
  background-color: #7CBD;
  width: 800px;
  min-height: 600px;
  top: 60px;
}

#content .subhead { 
  font-weight: bold;
}

#content img.right {
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 0px;
  float: right;
}


#content img.left {
  margin-right: 5px;
  margin-left: 0px;
  margin-bottom: 5px;
  margin-top: 0px;
  float: left;
}

#col_main {
  float: left;
  width: 600px;
  background-color: #fff;
  padding: 10px;
}

#col_news {
  float: left;
  width: 160px;
  margin-left: 5px;
  margin-bottom: 5px;
	background-color: #7CBDFF;
  min-height: 300px;
  padding: 0 5px; 
}

#col_news p {
  margin: 2px 0;
  font-size: 12px;
}

#col_news .title {
  font-weight: bold;
  font-size: 13px;
}

#col_links {
  float: left;
  width: 160px;
  margin-left: 5px;
  margin-bottom: 5px;
	background-color: #7CBDFF;
  min-height: 300px;
  padding: 0 5px; 
}

#col_links p {
  margin: 2px 0;
  font-size: 12px;
}

#col_register {
  font-size: 12px;
  float: left;
  width: 160px;
  margin-left: 5px;
  margin-bottom: 5px;
	background-color: #7CBDFF;
  padding: 5px; 
}

#col_register p {
  margin-bottom: 2px;
}


#col_register label{
  float: left;
  width: 40px;
  margin-top: 7px;
}

#col_register input{
  float: left;
  width: 110px;
  margin-top: 5px;
}

#col_register .submit{
  float: right;
  width:80px;
}



#col_full {
  width: 800px;
	background-color: #fff;
  min-height: 300px;
  padding: 5px; 
}


#gallery {

}

#gallery fieldset {
  border: 2px solid  #ff0;
  text-align: center;

}

#gallery img {
  border: 1px solid  #ff0;
  margin: 5px 20px;
	
}

#gallery .credit {
  font-size: 10px;
  font-style: italic;
	position: relative;
	text-align: right;
}

.advert_fw {
  padding: 10px;
  margin: 5px;
  float: left;
  background-color: #fff;
}

.advert_fw img {
  float: left;
  border: 1px solid;
  margin: 5px;
}

.advert_fw h3 {
  margin: 5px 0px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}


.small_print {
  padding: 10px;
  font-size: 10px;
  font-style: italic;
	position: relative;
  background-color: #fff;
  margin: 5px 0;
  clear: both;
}


H1 {
  margin: 5px 0px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;

}

H2 {
  margin: 5px 0px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

H3 {
  margin: 5px 0px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}


#contactform {
	position: relative;
  width: 500px;
  margin: auto;

}

#contactform label{
  float: left;
  width: 120px;
  margin-top: 5px;
}

#contactform input{
  float: left;
  width: 370px;
  margin-top: 5px;
}

#contactform textarea{
  float: left;
  width: 374px;
  height: 200px;
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;

}

#contactform .submit{
  float: right;
  width: 100px;
  margin-top: 5px;
}

.wrapRight {
  float: right;
  padding: 5px;
} 

.wrapLeft {
  float: left;
  padding: 5px;
} 

.captionImage {
  float: left;
	margin-right: 5px;
  border: 1px solid;
  background-color: #fff;
  width: 190px;
}

.caption {
  text-align: center;
  font-size: 10px;
  padding: 5px;
}

