body
{
  color: #550028;
  font-size: 12px;
  font-family: Arial, Sans-Serif;

  background-color: #EEC7B0;
  text-align: center;
}

h1, h2, h3, h4, h5, h6
{
  font-weight: normal;
}

h1
{
  font-size: 1.8em;
}

h2
{
  font-size: 1.6em;
}

h3
{
  font-size: 1.3em;
}

a:link, a:visited
{
  color: #550028;
  text-decoration: underline;
}

a:hover, a:active
{
  color: #790429;
  text-decoration: none;
}

#page
{
  margin: 1em auto;

  text-align: left;
  width: 761px;

  background: #fff url('images/bg.gif') repeat-y;
}

#top
{
  width: 100%;
  height: 10px;

  background: url('images/top.gif') no-repeat;
}

#header
{
  margin: 0 10px 0 10px;
  height: 220px;
  background: url('images/top.jpg') no-repeat;
}

#header
{
  cursor: pointer;
}

#header img
{
  border: 0;
}

#belt
{
  margin: 1px 10px 10px 9px;
  height: 28px;

  background: url('images/search.gif') no-repeat bottom;
}

#belt #search
{
  line-height: 28px;
  margin-right: 10px;
  float: right;
}

input, textarea
{
  border: 1px solid #790429;
}

input:focus, textarea:focus
{
  border: 1px solid #d7366b;
}

textarea
{
  height: 150px;
  width: 100%;
}

input.submit
{
  color: #fff;
  background-color: #790429;
}


input.submit:hover
{
  background-color: #d7366b;
  cursor: pointer;
}

form
{
  margin: 0;
  padding: 0;
}

#belt #slogan
{
  margin-left: 10px;
  line-height: 28px;
  float: left;
}

#footer
{
  clear: both;
  margin: 2em 10px 0 10px;
  height: 32px;
  background: url('images/footer.gif') no-repeat;
}

#footer p
{
  text-align: center;
  line-height: 32px;
  color: #fff;
}

#bottom
{
  height: 10px;
  background: #EEC7B0 url('images/bottom.gif') no-repeat;
}

#content
{
  display: inline;
  float: left;
  width: 482px;
  margin-left: 15px;
}

#sidebar
{
  display: inline;
  width: 233px;
  float: right;
  margin: 0 15px 0 0;
}

#sidebar div.sidebarBox
{
  margin-bottom: 2em;

  background-color: #FCE7DB;
  padding: 1em;

  color: #790429;
}

#sidebar div.sidebarBox ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar div.sidebarBox ul li
{
}

#sidebar h2.sidebarBox
{
  margin: 0;
  padding: 0;
}

#sidebar h2.sidebarBox span
{
  padding: .2px .4em .2px .4em;
  background-color: #790429;

  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

li.current_page_item
{
  font-weight: bold;
}

div.post
{
  margin-bottom: 3em;
}

div.post p.info
{
  font-size: 0.8em;
  color: #333;
}

div.post p.postmetadata
{
  font-size: 0.8em;
  padding: .2em 1em .2em 1em;
  line-height: 20px;
  background: #f3d4c2 url('images/postmeta.gif') no-repeat bottom;
}

.navigation
{
  height: 1em;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

label
{
  font-weight: bold;
}