/*layout template*/
div.container{
  width: 100%;
  margin: 0;
  line-height: 150%;
}
div.header{
  padding: 0px;
  height: 60px;
  width: 100%;
  max-width:100%;
  max-height:60px;
  position: absolute;top:0;left:0;
  background-image: url(./images/head/head_short.jpg);
  background-repeat: repeat-x; 
}
div.left{
  width: 15%;
  margin: 5px;
  padding: 2.5px;
  overflow: auto;
  position: absolute;
  top: 60px;
  left: 1px;
  font-size:95%;
  line-height:120%;
  background-image: url(./images/sidebar_section.png);
  background-repeat: repeat; 
  min-height:0;
}
div.right{
  width: 15%;
  margin: 5px;
  padding: 2.5px;
  overflow: auto;
  position: absolute;
  top: 60px;
  right: 1px;
  font-size:95%;
  line-height:120%;
  background-image: url(./images/sidebar_section.png);
  background-repeat: repeat; 
  min-height:0;
}
div.main{
  padding: 15px;
  margin: 5px;
  background-image: url(./images/PaperDecorative0028_6_S.gif); 
  background-repeat: repeat;
  overflow: auto;
  position: absolute;
  top: 60px;
  left: 16.15%;
  right: 16.15%;
  color: #400000;
  text-align: justify;
}

/*general elems*/
body{
  font-family:"verdana",arial,'sans serif';
  color: #000000;
  background-image: url(./images/Leather0058_2_S.gif);
  background-repeat: repeat;
}

.news{
  border-bottom: 1px solid #000000;
}

a{
  color: blue;
}
a:hover{
  color: green;
}
a:visited{
  color: purple;
}

#menu{
  position: absolute;
  left: 202px;
  max-height:60px;
  overflow: hidden;
}

.divider-not-working{
  margin-right:1%;
  margin-left:1%;
}

.menu a{
  color: blue;
}
.menu a:hover{
  color: green;
}
.menu a:visited{
  color: purple;
}

ti1{
  font-size: 300%;
  color: #000000;
  float: left;
  margin-right: 10px;
}

.ti2{
  font-size: 250%;
  color: #000000;
}

.ti3{
  font-size: 200%;
  line-height: 100%;
  color: #000000;
}

.ti4{
  font-size: 150%;
  color: #000000;
}

.hc{
  font-weight: bold; 
  float: left;
  margin-right: 0.5em;
}

.hc a{
  text-decoration:none; 
  color:#000000;
}

#logo_name{
  height: 60px;
  float: left;
}

img{
  border: none;
}

.bio{
  min-height: 400px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.mempic{
  float: right;
  width: 257px;
  margin-left: 1em;
  border-style: groove;
  border-color: #000000;
}

#members{
  float: right;
  margin-left: 1em;
  margin-top: 1em;
  padding: 0.5em;
  border-style: groove;
  border-color: #000000;
  max-width: 50%;
}

#email{
  width: 198px;
  margin-right: auto;
  margin-left: auto;
}

.song{
  margin: auto;
  text-align: center;
  font-family:"lucida calligraphy",arial,'sans serif';
  color: #400000;
}

.video{
  width: 425px;
  margin: auto;
}

.valid{
  float: right;
  margin: 10px;
}
.feed{
  float:left;
  margin: 10px;
}

.feed a{
  color:#000000;
}

.wrapper{
  width: 198px;
  margin: auto;
}

#return_top{
  position: fixed;
  bottom:0;
  left:0;
  font-size:90%;
  line-height:110%;
  background-image: url(./images/sidebar_section.png);
  background-repeat: repeat; 
  padding-bottom: 5px;
  padding-top: 5px;
  width: 16.5%;
  padding-left: 10px
}