body { 
       margin: 0;
       background: #D1CDCD;
       font-family: verdana, 'Lucida Console',monaco, lucida sans, sans-serif;
       font-weight: regular;
       color: #FFF;
}
#content { 
       background: #2B0C0C;
           background-image: url(images/backimg.png);
           background-repeat: repeat-y;

           width: 700px;
           margin-left: auto;
           margin-right: auto;
 }
#header_img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#breaker 
{ 
  background: #D1CDCD;           
  height: 5px;
  }
#menu
{ 
  background: #0C0101;
  text-align: center;
  padding: 5px;
  font-size: 1em;
  font-weight: regular;
 }

a 
{
   color: #FFF;
 }

a:hover
{ 
  color: #898181;
 }



#menu a, #menu a:visited
{ 
  text-decoration: none;
 }

#text
{ 
  background: #0C0101;
  margin: 20px;
  padding: 20px;
 }
#bottompadding
{ 
  height: 20px;
 }

#bottombar
{ 
  background: #0C0101;  
  height: 10px;
 }

h3
{ 
  margin-top: 0;
  padding-top: 0;
  text-align: center;
 }

.indenter
{ 
  padding-left: 1em;
 }
ul
{ 
  padding-left: 1em;
 }
li
{ 
  padding-left: 0;
  margin-left: 0;
  padding-top: 1em;
 }

.artist_statement {
    height: 335px;
}
