* {
margin: 0;
padding: 0;
}

.header {
 margin: auto; 
 width: 600px;
}

.images {
  text-align: center;
  padding: 8px;
}

.images img {
  border: 1px solid black;
  margin-left: 10px;
  margin-bottom: 10px;
}

.footer {
  margin: auto;
  width: 600px;
  color: #000;
}
.image {
  margin: auto;
}
.description {
  width: 600px;
  margin: auto;
}

.pagetable td {
  padding: 8px;
}
.pagetable img {
  border: 1px solid black;
}
.pages { 
  font: normal 14px verdana;
  padding: 0.2em; 
}

a:link              { color:#0000FF; text-decoration:none; }
a:visited           { color:#0000FF; text-decoration:none; }
a:hover             { color:#0000FF; text-decoration:underline; }
a:active            { color:#0000FF; text-decoration:none; }

a.otherLink:link    { color:#0000FF; text-decoration:none; }
a.otherLink:visited { color:#0000FF; text-decoration:none; }
a.otherLink:hover   { color:#0000FF; text-decoration:underline; }
a.otherLink:active  { color:#0000FF; text-decoration:none; }

body {
background-color: #fff;
text-align: center;
font: normal 11px/16px verdana;
color: #000000;
margin: 0px 0px 0px 0px;
}

#wrapper {
width: 700px;
margin: 0 auto;
text-align: left;
overflow: visible;
}

#header {
width: 700px;
height: 46px;
background: #94CF64 url("images/headergrad.gif") repeat-x;
}

#header h1 {
font: bold 18px/46px verdana;
color: #fff;
background: transparent url("images/headerleft.gif") no-repeat;
background-position: top left;
padding-left: 15px;
height: 46px;
float: left;
margin: 0;
}

#header h1:first-letter {
font-size: 28px;
}

#header form {
float: right;
height: 46px;
padding-right: 30px;
background: transparent url("images/headerright.gif") no-repeat;
background-position: top right;
}

#header form input {
margin-top: 12px;
}

#navigation {
font: normal 10px/29px verdana;
color: #33868E;
float: left;
margin-left: 330px;
background: #cff url("images/navgrad.gif") repeat-x;
}

* html #navigation {
width: 300px;
margin-left: 165px;
}

#navigation span {
display: block;
height: 29px;
background: transparent url("images/navleft.gif") no-repeat;
background-position: top left;
}

#navigation span span{
display: block;
padding: 0 30px;
height: 29px;
background: transparent url("images/navright.gif") no-repeat;
background-position: top right;
}

#navigation a {
color: #33868E;
text-decoration: none;
background-color: transparent;
}

#navigation a:hover {
color: #5aaab1;
text-decoration: underline;
}

h1 {
color: #000000;
font: bold 48px verdana;
margin: 0px 0px 0px 0px;
float: center;
clear: center;
cursor: default;
}

.latest {
margin: -15px 0 0 0;
}

h2 {
color: #000000;
font: bold 24px verdana;
margin: 0px 0px 0px 0px;
float: center;
clear: center;
cursor: default;
}

h3 {
color: #000000;
font: bold 16px verdana;
margin: 0px 0px 0px 0px;
float: center;
clear: center;
cursor: default;
}

#right {
float: right;
width: 370px;
}

* html #right {
margin-top: 20px;
clear: none;
width: 369px;
}

#left {
float: left;
}

* html #left {
margin-top: -10px;
}

#footer {
clear: both;
width: 700px;
background: #94CF64 url("images/left.gif") no-repeat;
background-position: top left;
color: #fff;
font: normal 10px/23px verdana;
text-align: left;
border: 15px solid #fff;
border-width: 15px 0;
}

#search {
font: bold 10px/27px verdana;
color: #5AAF3C;
padding: 7px 0 0 10px;
width: 113px;
height: 20px;
background: transparent url("images/search.gif") no-repeat;
border: none;
margin-bottom: 33px;
float: left;
}

* html #search {
padding-top: 0;
height: 27px;
}

#go {
float: left;
width: 22px;
height: 27px;
background: #5AAF3C url("images/button.gif") no-repeat;
border: none;
cursor: pointer;
}


#footer span {
display: block;
height: 23px;
padding-left: 10px;
background: transparent url("images/right.gif") no-repeat;
background-position: top right;
}

#footer a {
color: #fff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#small {
font-size: 10px;
}