body{
 margin: 0;
 padding: 0;
 background: rgb(0, 0, 0) url(background_center.gif) top center repeat-y;
}

#pagecontainer {
 position: relative;
 width:   770px;
 margin:  auto;
 padding: 0;
 top:     0;
 bottom:  0;
}

#wrapper{
 text-align:center;
}

#head{
  position: absolute;
  left: 0;
  top:  0; 
  width:  770px;
  height: 284px;
  background: url(background_head_2.gif) top center no-repeat; 
}

#mainMenu ul{
  position: absolute;
  right: 40px;
  top:   5px;
  list-style: none;
  text-align: right;
}

#mainMenu a{
  color: rgb(255, 255, 255);
  font-size:       14px;
  font-family: arial, sans-serif;
  font-style:      italic;
  text-decoration: none;
}

#mainMenu a:hover{
  color: rgb(155, 155, 205);
}



#teaser{
  display: block;
  position: absolute;
  left: 20;
  top:  310px; 
  width:  140px;
}

#subMenu li{
  margin: 5px 0 10px 0;
  padding: 0;
}

#subMenu ul{
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top:  0;
  list-style: none;
  text-align: left;
}

#subMenu{
  color: rgb(155, 155, 205);
  font-size:       14px;
  font-family:     arial, sans-serif;
  font-style:      normal;
  text-decoration: none;
}

#subMenu a{
  color: rgb(155, 155, 205);
  font-size:       14px;
  font-family:     arial, sans-serif;
  font-style:      normal;
  text-decoration: none;
}

#subMenu a:hover{
  color: rgb(205, 205, 255);
}

#subMenu hr{
  border: 1px rgb(155, 155, 205) dotted;
  height: 1px;
}


#content{
 position: absolute;
 left:   180px;
 right:  10px;
 top:    290px;
 margin: 0;
 padding: 20px 0 20px 0;
 text-align: left;
} 

#content img{
  border: none;
}  

#content h1{
  color:       rgb(255, 255, 255);
  font-family: arial, sans-serif;
  font-size:   24px;
}  

#content h2{
  color:       rgb(255, 255, 255);
  font-family: arial, sans-serif;
  font-size:   20px;
}  

#content h3{
  color:       rgb(255, 255, 255);
  font-family: arial, sans-serif;
  font-size:   18px;
}  


#content p, #content form, #content td, #content ol, #content ul{
  font-size:   16px;
  color:       rgb(185, 185, 185);
}

#content p{
  padding-left:  20px;
  padding-right: 20px;
}

#content a{
  text-decoration: none;
  font-style:      italic;
  font-size:   16px;
  color:       rgb(185, 185, 185);
}

#content a:hover{
  color:       rgb(255, 255, 255);
}


#content textarea{
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(200, 200, 200);
}

#content input{
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(200, 200, 200);
  color: rgb(185, 185, 185);
}



textarea.admin{
  width:  400px;
  height: 300px;
  color: rgb(185, 185, 185);
}

textarea.bands{
  width:  400px;
  height: 100px;
  color: rgb(185, 185, 185);
}



.Guestbook_entry{
  margin:  0 20px 20px 20px;
  padding: 0 20px 0 10px;
  border: none;
  border-top: 1px solid rgb(205, 205, 205);
}

.Guestbook_data{
  margin:  0;
  padding: 0 2px 2px 0;
  border-bottom: 1px dotted rgb(155, 155, 155);
}

.Guestbook_data1{
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.Guestbook_data2 a{
  color: rgb(155, 155, 155);
  font-weight:     normal;
  text-decoration: none;
  font-size: 10pt;
}

.Guestbook_data3{
  color: rgb(205, 205, 205);
  font-weight:     normal;
  text-decoration: none;
  font-size:  8pt;
  text-align: right;
  margin:  20 20px 0 20px;
}

.Guestbook_data3 a{
  color: rgb(255, 255, 255);
  font-weight:     normal;
  text-decoration: none;
  font-size:  10pt;
}

.Guestbook_text{
  color: rgb(155, 155, 155);
  font-weight: normal;
  font-size:  10pt;
  text-align: left;
}

.Guestbook_comment{
  color: rgb(155, 155, 155);
  font-weight: bold;
  font-size:  10pt;
  text-align: left;
}

.Guestbook_write_des{
  width: 100px;
}

.Guestbook_write_inp{
  width: 300px;
}

.Guestbook_write_text{
  width: 400px;
  padding-top: 5px;
}

.Guestbook_write_comment{
  width:  400px;
  height: 50px;
  color: rgb(185, 185, 185);
  
  border: 1px solid red;
}

.Guestbook_write_but{
  padding: 20px;
  text-align: center;
}

#Guestbookfield td{
  color: rgb(185, 185, 185);
}


#Guestbookfield textarea{
  color: rgb(185, 185, 185);
  background-color: rgb(0, 0, 0);
  border: 1px dotted rgb(200, 200, 200);
  width: 400px;
  height: 150px;
}


#Guestbookfield input{
  color: rgb(185, 185, 185);
  background-color: rgb(0, 0, 0);
  border: 1px dotted rgb(200, 200, 200);
  width: 300px;
}

