body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    color:white;
    background: url("/graphics/background.gif") repeat;
    margin:0px;  
}

div, td {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    color:white;
    background: none;
    margin:0px;  
}

h1 {
    font-family:Georgia;
    font-size:20px;
    color:white;
}

a { text-decoration:none; color:#c68c73; }
a:hover { text-decoration:underline; }

#wrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border:0;
    width: 900px;
    background: black;
    border-left:solid 2px white;
    border-right:solid 2px white;
}

#header {
    margin: 0 0 0 0;
    width: 900px;
    background: url("/graphics/hdr_main.jpg");
    vertical-align:top;
}

#nav {
    margin: 0 0 0 0;
    width: 900px;
    height:43px;
    background: url("/graphics/bg_nav.gif");
    background-repeat:repeat-x;
}

#main{ 
    margin: 0;
    width: 900px;
    background: black;
}

#side-a { 
    margin: 15;
    width: 620px;
    float: left;
    background: black;
}

#side-b {
    float: right;
    width: 250px;
    background: black;
    height: 1% /* Holly hack for Peekaboo Bug */
}

#footernav {
    clear: both;
    width: 900px;
    height:33px;
    background: red;
    text-align:center;
    background: url("/graphics/bg_footernav.gif");
    background-repeat:repeat-x;
}

#footer {
    width: 900px;    
    background: #894a2f;
    text-align:center;
    padding:5px 0 9px 0;
}

#slideshow {
    border:solid 2px white;
    background:black;
}

#credits {
    text-align:center;
    padding:10px;
    line-height:18px;
}

input.standard {
  width: 200px;
  height: 22px;
  margin-bottom:3px;
  border: solid 1px #6a393f;
  font-family: Arial;
}

input.search {
  width: 125px;
  height: 22px;
  border: solid 1px #dddddd;
  font-family: Arial;
}

textarea.standard {
  width: 360px;
  height:112px;
  border: solid 1px #6a393f;
  font-family: Arial;
}
