/* MAIN
------------------------------------------------------------ */
body {
  background-color: #000;
  color:#5d724f;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  background: url(../images/bg.jpg) center top no-repeat #000 fixed !important
}
p {
  margin-bottom: 10px;
}
a {
  color: #5d724f;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #5d724f;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}




/* #CONTAINER
------------------------------------------------------------ */

#container_outer {
  margin: 0 auto;
  overflow: hidden; 
  
}
 
#container {
  width: 1000px;
  margin: 0 auto;
  /* height:1143px; */
}

/* HEADER
------------------------------------------------------------ */
#header {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border-top: 10px solid #000;
  height: 192px;
  background: red;
  background: url(../images/head_bg.jpg) no-repeat;
}
#header h3 {
  display: none;
}


/* CONTAINER CONTENT
------------------------------------------------------------ */
#content {
  position: relative;
  color: #5d724f;
  margin: 10px auto;
  width: 910px;
  padding: 10px;
  /* background: grey; */
  min-height: 885px;
  background-color:#000;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;

}


#content p.subscribe {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #5d724f;
}

#content h1 {
  clear: both;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}
#content h1 a:hover {
  text-decoration: none;
}
#content h1 span {
  color: #EC1C24;
}
#content h4 {
  font-size: 16px;
  margin: 0px 0 0px 0;
}

/* MENU

TOP MENU
------------------------------------------------------------ */
#top_menu {
  position: absolute;
  color: #5d724f;
  width: 350px; 
  height :44px;
  top:90px;
  right:120px;
  /* border: 2px solid #5d724f; */
}

#top_menu div{
position: relative;
float:left;
height :43px;
cursor :pointer;
/* border: 1px solid red; */
}
#b_and_b {
width: 200px;
}

#art {
width: 50px;
left:15px;
}
#verse {
width: 50px;
left:35px;
}




#main_menu {
  position: absolute;
  color: #5d724f;
  width: 830px; 
  height :44px;
  top:137px;
  left:75px;
  /* border: 2px solid #5d724f; */
}

#main_menu div{
position: relative;
float:left;
height :43px;
cursor :pointer;
/* border: 1px solid red; */
}

#home {
width: 70px;
left:20px;
}

#guest_book {
width: 90px;
left:40px;
}

#history {
width: 90px;
left:60px;
}


#the_band {
width: 110px;
left:80px;
}

#gallery {
width: 75px;
left:100px;
}

#gig {
width: 120px;
left:120px;
}

#contact_us {
width: 110px;
left:140px;
}


