*{
  margin: 0;
  padding: 0;
}

body {
  width: 85%;
  margin: auto;
  font-family: Trebuchet MS, Sylfaen, Georgia, Palatino Linotype, serif;
  color: rgb(200,200,200); /*#BFBFBF;*/
  background:  rgb(40,40,40) url("test21.png") top repeat-x;
  font-size: 14pt;
  min-width: 1000px;
} 

h4.main_title{
  font-family: Sylfaen;
  background: url('stena.jpg');
  padding: 20pt;
  font-weight: bold;
  text-align: center;
  font-size: 20pt;
}

#content{
  clear: both;
  background: black;
  overflow: hidden;
}

img.photos {
  display: block;
  margin: auto;
  border: none; 
}

div.menu_list{
  float: left;
}

div.photo_wrap_overall{
  float: right;
}

div.fragments_wrap{
  float: right;
  width: 70%;
}

div.photo_wrap{
/*  float: right;*/
  margin-right: 10%;
  margin-top: 2em;
}

div.empty{
  clear: both;
}

hr.double {
  margin: 5% 20%; 
  height: 10px;
  color: rgb(200,200,180);
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: solid;
  border-top-width: 2px;
  border-bottom: solid;
  border-bottom-width: 2px;
}

p {
  padding: 0.5em 2em;
}

p.author{
  color: rgb(100,100,100);
  text-align: right;
  font-style: italic;
  margin-bottom: 3em;
  padding-right: 0;
  font-size: 10pt;
}

p.comment{
  text-align: right;
  font-size: 12pt;
}

p.interview{
  text-indent: 3em;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 5%;
}

p.poems{
  text-indent: 3em;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

ul.perform{
  padding-top: 2em;
  font-weight: bold;
  text-align: left;
}

a{
  text-decoration: none;
}

li.performcurrent{
  color: rgb(200,200,120);
  list-style: none;
  text-transform: uppercase;
  padding: 5pt;
}

li.perform{
  list-style: none;
  padding: 5pt;
  text-indent: 0em;
}

#footer{
  background: url('stena.jpg');
}

#main_menu{
  padding: 2em 5%;
  clear: both;
  font-size: 16pt;
  font-weight: bold;
  font-family: Trebuchet MS;
  background: black;
}

#main_menu ul {
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  clear: both;
  overflow: hidden;
}

#main_menu li{
  margin: 0.5em 0;
  text-indent: 0em;
  list-style: none;
  float: left;
}

#main_menu a {
  display: block;
  margin: 0.1em 0.1em;
  padding: 0.1em 0.1em;
  text-align: center;
  white-space: nowrap;
}

div a:link { color: rgb(230,230,230); }
div a:visited { color: rgb(230,230,230); }
div a:hover { color: rgb(110,110,110); }
div a:active { color: rgb(230,230,230); }
