body {
  margin: 0px; font-family: Verdana; font-size: 10pt;
}

a:link { color: #00FA9A; text-decoration: none; }

a:visited { color: #00FA9A; text-decoration: none;  }

a:hover { color: #f00; text-decoration: none; outline: none; }

a:active { color: #f00; text-decoration: none; }

#logo {
  background: url('img/logo.gif') top left no-repeat #fff;
  width: 100%;
  height: 100px;
}

#nav {
  height: 500px;
  width: 180px;
  float: left;
  background: #fff;
  margin: 0px 0px 0px 100px;
  border-right: 1px solid black;
  text-align: right;
  padding: 0px 0px 0px 0px;
}

#subphoto {
  width: 180px;
  height: 175px;
}

#subart {
  width: 180px;
  height: 125px;
}

#main {
  width: 550px;
  background: #fff;
  padding: 0px 25px 0px 25px;
  float: left;
}

#imgnav {
  width: 100px;
  background: #fff;
  padding: 0px 10px 0px 10px;
  float: left;
}

span.title {
  font-weight: bold;
  font-style: italic;
}

img.float {
  float: left;
  margin: 0px 5px 5px 0px;
}

.center {
  text-align: center;
}