body
{
  border: 0px;
  background-color: orange;
  font-family: verdana, arial, sans-serif;
}

#bottom, #content, #menu, header.top, #album
{
  width: 900px;
  margin: 0px auto;
  padding: 0 0 0 100px; 
}

img
{
  border: 0;
}

img.left
{
  float: left;
  padding: 5px 5px 5px 0px;
}

img.right
{
  float: right;
  padding: 5px 0px 5px 5px;
}

#content, #album
{
  background-color: #eee;
  overflow: auto;
  width: 800px;
  padding: 10px 100px;
  height: 680px;
  font-size: 14px;
}

header.top
{
  background-color: #ddd;
  height: 70px;
  border-radius: 10px 10px 0 0;
  margin-top: 20px;
}

#maintext
{
  padding: 0 10px;
  min-height: 120px;
}

header.top h1
{
  font-family: "Times new Roman", Times, serif;
  font-family: verdana, arial, sans-serif;
  font-style: normal;
  font-size: 26px;
  padding: 20px 10% 20px;
  color: green;
}

header.top img
{
  width: 300px;
  padding: 0;
}

#content h1
{
  font-style: italic;
  color: green;
  font-size: 20px;
  margin: 0px;
  text-align: center;
  border-bottom: solid 2px #ccc;
}

#content img.maintext
{
  float: left;
  padding: 15px 20px 0 0;
  width: 100px;
  border: 0px;
}

#bottom
{
  border-radius: 0 0 10px 10px;
  background-color: #ddd;
  height: 60px;
  border-top: solid .2em #bbb;
}

#righttop a, #bottomleft a
{
  color: #bbb;
  font-weight: bold;
}

#bottomright, #righttop, #bottomleft
{
  float: right;
  width: 8em;
  padding-top: 5px;
  font-size: 12px;
  padding-left: 10px;
  border-left: solid .1em #bbb;
}

#bottomright
{
  margin-top: 5px;
}

#righttop
{
  height: 55px;
  text-align: left;
  margin-top: 5px;
}

#righttop img.logo
{
  width: 20px;
}

#bottomleft
{
  float: left;
  width: 10%;
}

#menu
{
  font-family: verdana, arial, sans-serif;
  min-height: 25px;
  font-size: 15px;
  background-color: #ddd;
  border-bottom: solid 0.5em #bbb;
}

#menu a
{
  float: left;
  display: block;
  text-decoration: none;
  margin: 1px 2px;
  padding-bottom: 5px ;
  border-radius:  10px 10px 0 0 ;
  color: #bbb;
}

#center
{
  font-size: 12px;
  margin-top: 15px;
  padding-left: 20%;
}

a:link, a:visited, a:active
{
  color: #bbb;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: orange;
}

#menu a:link, #menu a:visited
{
  color: #bbb;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 3px 13px;
  border: solid 2px #bbb;
}

#menu a:hover, #menu a:active, #menu a.active:hover
{
  color: orange;
  font-weight: bold;
  padding: 3px 12px;
  background-color: #eee;
  display: block;
  border: solid 3px #bbb;
  border-bottom: #eee;
}

#menu a.active
{
  background-color: #bbb;
  color: #eee;
}

#next_prev
{
  float: left;
  font-size: 10px;
  font-weight: bold;
  color: #aaa;
  width: 250px;
  margin-left: 10%;
}

#next, #previous
{
  float: left;
  width: 80px;
  border: solid 2px #bbb;
  border-top: 0px;
  background-color: #eee;
  padding: 5px;
  text-align: center;
}

#previous
{
  border-radius: 0px 0px  0 10px;
}

#next
{
  border-radius: 0px 0 10px 0 ;
}

#updates
{
  padding: 20px;
  overflow: auto;
  height: 515px;
  font-size: 12px;
}

