html, body
{
  height: 90%;
}

body
{
  margin: 0px;
  font-family: Verdana, Arial, Hevetica;
  font-size: 11px;
  background-color: #fff;
}

a
{
  color: #4871bc;
}
a:hover
{
  color: #000;
  text-decoration: none;
}

blockquote
{
  background: #fff url("images/quotes.gif") no-repeat top right;
}

h2
{
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

img
{
  border: 0px;
}

#wrapper
{
  width: 740px;
  height: auto;
  margin: 0px auto;
  padding: 20px;
  border: 0px solid #000;
}

#menu
{
  clear: both;
  padding-bottom: 30px;
  border: 0px solid #000;
}
#menu a
{
  margin: 0px;
  padding: 5px;
  border-left: 1px dotted #bda;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
#menu a.h1
{
  display: inline;
  margin-top: 0px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: bold;
  border: 0px
}
#menu a:hover.h1
{
  background-color: transparent;
}

#photo-menu
{
  float: left;
  width: 199px;
  height: 288px;
  padding-bottom: 20px;
  border-right: 0px solid #bda;
}
#photo-menu a
{
  display: block;
  padding: 5px;
  border-bottom: 1px dotted #bda;
  color: #000;
  text-decoration: none;
}
#photo-menu a:hover, #menu a:hover
{
  background-color: #bda;
}

#photos
{
  clear: both;
  width: 100%;
  height: 170px;
  overflow: auto;
  white-space: nowrap;
}
#photos img
{
  margin: 0px;
  margin-right: -2px;
  padding: 0px;
  border: 0px;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
}

#content, #content-photo
{
  float: right;
  width: 520px;
  height: auto; /* 288px */
  margin-left: 20px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  overflow: auto;
  border: 0px solid #000;
}
#content
{
	height: 305px;
}
#content-photo img
{
  /*width: 500px;*/
  overflow: hidden;
  border: 5px solid #bda;
}

#copyright
{
  clear: both;
  padding: 20px 0px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-align: center;
}