
html, body {
  font-family: "Lucida Grande",Tahoma,Arial;
  font-size: 13px;
  line-height: 18px;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

a, a:visited {
  color: #000;
}

#container {
  width: 991px;
  margin: 0 auto;
  background: url('images/corner-left-bottom.png') no-repeat bottom left;
}

#center {
  width: 760px;
  min-height: 500px;
  margin-left: 96px;
}

#content {
  margin: 15px;
  min-height: 400px;
}

#right {
  width: 124px;
  float: right;
}

#nav {
  margin-top: 15px;
}

#nav ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#nav a {
  color: #517994;
  font-size: 15px;
  text-decoration: none;
  line-height: 30px;
}

#nav a.active {
  font-weight: bold;
}

#nav a:hover {
  text-decoration: underline;
}

#icons {
  margin-top: 15px;
}

#resume {
  clear: both;
  width: 200px;
  padding-left: 20px;
}

#resume div.download {
  margin-bottom: 5px;
}

#resume div.download a {
  font-size: 16px;
}

#picture {
  float: left;
}

#biography {
  margin-left: 265px;
}

#gallery {
  margin-left: 5px;
}

#gallery img {
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #999;
}

#footer {
  background: url('images/corner-bottom.png') no-repeat top left;
  width: 756px;
  height: 112px;
}

#footer div {
  padding: 18px 0px 0px 275px;  
}

#footer, #footer a {
  color: #999;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}