html, body, #wrapper{
  
  height:100%;
  font-size: small;
  color: #666666;
  font-family: verdana;
  text-align:center;
  margin: 0px;
  padding: 0px;

}

#menu {
  width:100%;
  background:#ffffff;
}

.index {
  border: 2px;
  border-style: solid;
  border-color: #cccccc;
  background: #ffffff; 
}

#wrapper {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.seperator {
  width: 100%;	
  height: 3px;
  background: #cccccc;
  font-size: 1px;
}

#content {
  width: 650px;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;  
  padding: 10px;
  border: 2px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  text-align:left;
  background: #ffffff;
  overflow:hidden;
}
  
#content-header {
  font-family: verdana;
  color: #993333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
  text-align:left;
  margin-left: 20px;
}

.content-link {
  font-family: verdana;
  text-transform: none;
  color: #993333;
  font-size: 12px;
  font-weight: bold;
  margin: 10px;
  text-align:left;
}

.content-header2 {
  font-family: verdana;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  margin: 10px;
  text-align:left;
  margin-left: 20px;
}

.content-text {
  font-family: verdana;
  color: #333333;
  font-size: 11px;
  text-align:left;
  margin-left: 20px;
}

.hiddenPic {
  display: none;
}

#flashcontent {
  font-family: verdana, arial, sans-serif;
  color: #333333;
  font-size: 14px;
  background: #ffffff;
}

.images {
  border-width: 2px;
  border-color: #666666;
  border-style: solid;
}

.artimages {
  height:35px;
  margin-top:5px;
  font-size:12px;
}


  
  