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;
}


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

#header
{
  width:460px;
  height:24px;
  background: url('header.png') no-repeat top left;
  padding:4px 78px 12px 242px;
  margin:0px;
  text-align: center;
}

#page
{
  width:780px;
  min-height: 480px;
  overflow: auto;
  padding:4px 0 0 0;
  margin: 0;
}

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

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

/* Why is no-repeat even necessary?*/
#image
{
  background-repeat: no-repeat;
  background-position: center center;
  height: 432px;
  width: 432px;
  margin: 0 auto;
  border: 0;
  padding: 0;
}

#captionbar
{
  height: 28px;
  width: 452px;
  border: 0;
  margin: 0;
  padding: 0;
}

#btn
{
  width: 22px;
}

#counter
{
  width: 36px;
  text-align: center;
}
