body {
    background-color: black;
    background-image: url('');
}
div#wrapper {
    width: 1000px;
    margin: 0 auto;
}
div#header {
    background-image: url(../images/woodtile02a.jpg);
}
div#header h1 {
    font-size: 2.5em;
    color: white;
    line-height: 4em;
}
div#container {
    width: 1000px;
    margin: 0 auto;
}
div#left_sidebar {
    background-image: url(../images/woodtile02a.jpg);
    width: 200px;

    float: left;
}
div#left_sidebar form input {
    display: block;
    margin: 0 auto;

}
div#vertical_navbar {
    width: 200px;

}
#vertical_navbar ul {
    list-style-type: none;
    padding-left: 10px;

}
#vertical_navbar li {
    font-weight: bold;
    font-size: .9em;
    font-family: verdana, helvetica;

}
#vertical_navbar li a {
    color: black;
    text-decoration: none;
    background-color: silver;
    padding: 3px;
    border: 2px solid black;
    width: 170px;
    display: block;
}
#vertical_navbar li a:visited {
    background-color: gray;
    color: white;
}
#vertical_navbar li a:hover {
    background-color: white;
    color: gray;
}
#vertical_navbar li a:active {
    color:silver;
    background-color: black;
}
div#content {
    width: 600px;
    padding: 10px;
    margin: 0 10px;
    background-color: white;
    float: right;

}
div#content a {
    font-weight: bold;
    color: black;
    text-decoration: none;
    padding: 2px;
}
div#content a:visited {
    color: gray;
}
div#content a:hover {
    color: white;
    background-color: black;
}
div#content a.callbutton {
    font-weight: bold;
    color: black;
}
div#content a.callbutton:hover {
    color: white;
    background-color: white;
}
div#content h2 a {
    color: black;
    padding: 2px;
    text-decoration: underline;
}
div#content h2 a:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}
div#right_sidebar {
    width: 140px;
    float: right;
    text-align: center;
    background-image: url(images/woodtile02a.jpg);
}
div#footer {
    text-align: center;
    font: verdana, helvetica, arial;
    padding: 10px 0;
    background-image: url(../images/woodtile02a.jpg);
}
#footer p {
    font-weight: bold;
    font-size: 1.2em;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
}
div.note p {
    font-size: .8em;
    font-family: helvetica;
    font-style: italic;
    text-indent: .9cm;
}
div#footer a {
    font-weight: bold;
    font-size: .8em;
    color: white;
    text-decoration: none;
    padding: 2px;
    border: 2px solid transparent;
}
div#footer a:visited {
    color: silver;
    border-color: transparent;
}
div#footer a:hover {
    border: 2px solid white;
}
h1 {
    font-weight: bold;
    font-size: 1.7em;
    font-family: georgia, garamond;
    color:;
    text-align: center;
}
h2 {
    font-weight: bold;
    font-size: 1.4em;
    font-family: georgia, garamond;
    color:;
    text-align: center;
}
p {
    font-size: .9em;
    font-family: verdana, arial;
    color:;
    text-indent: .7cm;
}
img.centered-image {
    display:block;
    margin: 10px auto;
}
img.float-left {
    display: block;
    float: left;
    margin: 0 10px 5px 0;
    clear: both;
}
img.float-right {
    display: block;
    float: right;
    margin: 0 0 5px; 10px;
}
img.callbutton {

    display: block;
    margin: 0 auto;
    padding: 2px;
    border: 2px solid white;

}
a.callbutton {
    width: 150px;
    display: block;
    margin: 0 auto;
}
img:hover.callbutton {
    background-color: black;
    border: 2px solid magenta;
}
li {
    font-size: .9em;
    font-family: helvetica, arial;
}
object {
    display: block;
    margin: 5px auto;
}
