/* CSS Document */

body {
  margin: 0px;
  padding: 0;
  background-image: url(../images/gb.gif);
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #a1a89a;
  height: 650px;
}

a:link {
  color: #FFFFFF;
}

a:visited {
  color: FFFFFF;
}

a:hover {
color: f64f4f;
}

img {
  border: none;
}

#logo {
  position: absolute;
  left: 50%;
  margin-left: -470px;
  top: 20px;
}
#menu {
  background-color: white;
  position: absolute;
  width: 340px;
  height: 20px;
  left: 50%;
  margin-left: 135px;
  top: 76px;
}

#mabout {
  position: absolute;
  left: 20px;
  top: 0px;
}

#mfaq {
  position: absolute;
  left: 95px;
  top: 0px;
}
#mgallery {
  position: absolute;
  left: 170px;
  top: 0px;
}
#mcontact {
  position: absolute;
  left: 255px;
  top: 0px;
}

#container {
  position: absolute;
  background-color: white;
  width: 950px;
  left: 50%;
  margin-left: -475px;
  height: 500px;
  top: 100px;
  overflow:hidden;
  z-index: 0;
}


#footer_left {
 position: absolute;
 width: 500px;
 left: 50%;
 margin-left: -475px;
 top: 600px;
 FONT-WEIGHT: normal;
 FONT-SIZE: 10px;
 COLOR: #FFFFFF;
 FONT-STYLE: normal;
 FONT-FAMILY: Arial,Georgia,Times;
}


#footer_left a:link {
  color: white;
  text-decoration: none;
}

#footer_left a:visited {
  color: white;
  text-decoration: none;
}

#footer_left a:hover {
  color: #8e6f45;
  text-decoration: none;
}

#theblog {
 position: absolute;
 width: 40px;
 left: 50%;
 height: 25px;
 margin-left: -230px;
 top: 602px;
 padding-left: 10px;
 FONT-WEIGHT: normal;
 FONT-SIZE: 20px;
 COLOR: #FFFFFF;
 FONT-STYLE: normal;
 FONT-FAMILY: Georgia,Verdana,Arial,Georgia,Times;
 cursor: pointer;
 background: transparent url('../images/spacer.gif') repeat-y;
}

#whatsnew {
 position: absolute;
 width: 40px;
 left: 50%;
 margin-left: -170px;
 height: 25px;
 top: 602px;
 padding-left: 10px;
 FONT-WEIGHT: normal;
 FONT-SIZE: 15px;
 COLOR: #FFFFFF;
 FONT-STYLE: normal;
 FONT-FAMILY: Georgia,Verdana,Arial,Georgia,Times;
 cursor: pointer;
 background: transparent url('../images/spacer.gif') repeat-y;
 text-align: center;
}

#holiday {
 position: absolute;
 width: 40px;
 left: 50%;
 margin-left: -105px;
 height: 25px;
 top: 602px;
 padding-left: 10px;
 FONT-WEIGHT: normal;
 FONT-SIZE: 15px;
 COLOR: #FFFFFF;
 FONT-STYLE: normal;
 FONT-FAMILY: Georgia,Verdana,Arial,Georgia,Times;
 cursor: pointer;
 background: transparent url('../images/spacer.gif') repeat-y;
 text-align: center;
}

#whatsnew a:link {
  color: white;
  text-decoration: none;
}

#whatsnew a:visited {
  color: white;
  text-decoration: none;
}

#whatsnew a:hover {
  color: #8e6f45;
  text-decoration: none;
}

#holiday a:link {
  color: white;
  text-decoration: none;
}

#holiday a:visited {
  color: white;
  text-decoration: none;
}

#holiday a:hover {
  color: #8e6f45;
  text-decoration: none;
}

#footer_right {
 position: absolute;
 width: 500px;
 left: 50%;
 margin-left: -25px;
 top: 600px;
 text-align: right;
 FONT-WEIGHT: normal;
 FONT-SIZE: 10px;
 COLOR: #FFFFFF;
 FONT-STYLE: normal;
 FONT-FAMILY: Arial,Georgia,Times;
}