h1
{
font-family: "veranda", sans-serif;
font-size: 24px;
font-variant: small-caps;
font-weight: bold;
margin: 0;
text-align: center;
color: cc3300;
}

h3
{
font-family: "veranda", sans-serif;
font-size: 18px;
font-variant: small-caps;
font-weight: bold;
margin: 0;
color: black;
}

p
{
font-family: "veranda", sans-serif;
font-size: 14px;
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
color: cc3300;
text-decoration: none;
}

a.disabled
{
  pointer-events: none;
  cursor: default;
}

table,tr,td
{
padding: 0px;
border: 0px;
margin: 0px;  
}

#wrapper
{
  width: 780px;
  margin: 0 auto;
  padding: 0;
}


#header
{
  width:780px;
  height:24px;
  background: url('header.png') no-repeat top left;
  padding:4px 0px 12px 0px;
  margin:0;
}

#left-nav
{
width: 222px;
height:24px;
padding: 0 10px;
margin: 0;
float:left;
}

#nav-table
{
width: 222px;  
}

#title
{
width:460px;
height:24px;
padding:0;
margin:0;
text-align: center;
float: left;
}

#page
{
  width:780px;
  height: 480px;
  padding:4px 0 0 0;
  margin: 0;
}

#sidebar1
{
  width:222px;
  height:460px;
  background: url('sidebar1.png') repeat-y top left;
  padding: 10px;
  float:left;
}

#content
{
  width:460px;
  float:left;
}
#sidebar2
{
  width:58px;
  height: 460px;
  background: url('sidebar2.png') repeat-y top left;
  padding:10px;
  float:left;
}

#display
{
 /* background: blue;*/
 /* there still seems to be a narrow border */
  margin: 0 auto;
}

#image
{
  background-repeat: no-repeat;
  background-position: center center;
  height: 432px;
  width: 432px;
}

#caption
{
  text-align: center;
  font-size: 12px;
}