.galleryList li { 
  display:block;
  list-style-type: none;
  border: 1px solid #cccccc;
  float: left;
  padding: 2px 2px 0px 2px;
  margin: 2px;
}

.galleryList {
  padding:0px;
  height:2px;
  margin:0px;
}

.galleryList li img {
  height: 80px;
}

.links li {
  list-style-type:none;
}

a {
  color: #999999;
}
 a:hover {
  color:#333333;
}

.mainImage {
  max-width:500px; 
  max-height:600px;
}

div.sidebar {
  display:block;
  float:left;
  height:100%;
  margin-right:10px;
  width: 225px;
  margin-top: 75px;
}

div.main {
  margin-left: 250px;
  text-align:center;
  width:531px;
}

div.gallery {
  width: 530px;
}

h1 {
  color: #999999;
  text-decoration:underline;
	text-transform:uppercase;
	font-size:52px;
	line-height:44px;
	font-weight:bold;
	text-decoration:none;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;

}

