body
{
  color:#ffffff; 
  background-color:#333333;
}
a
{
  color:#ffffff;
   text-decoration:none;
}
h1
{
font-size:50px;
color:white;
border-style:solid;
border-width:2px;
border-color:white;
background:#6666;
text-align:center;
}

h2.artiststatement
{
color:white;
border-width:0px;
margin:0px;
background:#6666;
text-align:center;
}

h3
{
font-size:25px;
color:white;
border-style:solid;
border-width:2px;
border-color:white;
background:#6666;
text-align:center;
}

a:hover,a:active  
{
  color: #ff7145;
}

#container {
    width:960px;
    margin:20px auto;
}

#content {
    float:left;
    width:840px;
}

#sidebar {
    float:left;
    width:120px;
}

#content-text {
    width:800px;
    font-size:125%;
    margin-right:10px; 
    float:left;
    <!--width:840px;--->
}

#rightside {
    float:right;
    width:275px;
}

#menuitem {
    margin:5px;
    padding:5px;
    color:white;
    background:#666666;
    float:left;
    width:90px;
}

#menuitemhilite {
    margin:5px;
    border-style:solid; 
    border-width:2px;
    border-color:#ff7145;
    padding:5px;
    color:white;
    background:#666666;
    float:left;
    width:86px;
} 
div.img
  {
  margin:2px;
  border:none;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #ff7145;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;

#footer {
    clear:both;
}