body {
    background-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
div#wrapper {
    width: 800px;
    margin: 10px auto 100px auto;
}
div#header {
    width:800px;
    height: 214px;
    background-image: url(images/header.gif);
    color: pink;


}
#header h1 {
    font-weight: bold;
    font-size: 2.2em;
    padding-top: 55px;
    margin-left: 50px;
    width: 300px;
    text-align: center;
}
#header h1 a{

    color: pink;
    text-decoration: none;
}
#header h1 a:hover {
    color: white;
}
#header h2 {
    font-size: 1.1em;
    color: pink;
    margin-left: 50px;
    padding-top: 10px;
    width: 300px;
    text-align: center;
    font-style: italic;
}


div#navbar {
    width: 800px;
    height: 41px;
    background-image: url(images/bar.gif);
}
ul#nav {
    margin-left: 10px;
    padding-top: 7px;
 }
ul#nav li {
    color: pink;
    padding: 3px 15px;
    border: 2px solid pink;
    margin-right: 3px;
	float: left;

 }
ul#nav li a {
    font-weight: bold;
    color: pink;
    text-decoration: none;
}
ul#nav li a:hover {
    color: white;
    text-decoration: underline;
}
ul#nav li:hover {
    background-color: #870e05;
}
div#container {
    width: 800px;

    background-image: url(images/midsection.gif);
    padding-top: 20px;
    padding-bottom: 20px;

}
div#content {
    width: 720px;
    border: 1px solid pink;
    margin: 0 auto;
}

div#left {
    color: pink;
    width: 440px;
    float: left;
    padding: 20px;
    background-image: url(images/curlicue2.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
div#left h1 {
    color: pink;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    margin: 0 auto 10px auto;
}
div#left h2 {
    color: pink;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin: 5px auto;
}
div#left h2 a {
    color: pink;
}
div#left h2 a:hover {
    color: white;
    text-decoration: none;
}
div#left h3 {
    color: pink;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin: 5px auto;
}
div#left h4 {
    color: pink;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    margin: 10px auto;
}
div#left h4 a.button {
    text-decoration: none;
    color: pink;
    padding: 3px 10px;
    border: 2px solid pink;
    margin: 20px auto;
}
div#left p a {
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    color: pink;
    padding: 2px;

}
div#left p a:hover {
    color: white;
    text-decoration: underline;

}
div#left a:hover.button {
    text-decoration: underline;
    background-color: #870e05;
    color: white;
    border-color: white;
}
div#left p {
    color: pink;
    font-size: 1.1em;
    text-indent: .6cm;
    margin: 10px auto;
}

div#left dt {
    color: pink;
    font-weight: bold;
    font-size: 1.1em;
    font-style: italic;
    margin-top: 5px;
}
div#left dd {
    color: pink;
    font-size: 1.1em;
    padding-left: 20px;
}
div#gallery {
    text-align: center;
}
div#left img.photo {
    display: block;
    margin: 10px auto;
}
div#left img.callbutton {
    display: block;
    margin: 10px auto;
    padding: 5px;
}
div#left img:hover.callbutton {
    padding:3px;
    margin: 2px solid white;
    background-color: #870e05;
    border: 2px solid white;
}
div.sptv {
    text-align: center;
}
div.sptv a {
    display: block;
    width: 175px;
    font-weight: bold;
    font-size: 1.2em;
    color: pink;
    padding: 2px 7px;
    text-decoration: none;
    border: 2px solid pink;
    margin: 5px;
    float: left;
}
div.sptv a:hover {
    color: white;
    background-color: #870e05;
    border-color: white;
}
td.label {
    font-weight: bold;
    font-size: 1.2em;
    color: pink;
}
td.ptv a {
    display: block;
    width: 175px;
    font-weight: bold;
    font-size: 1.2em;
    color: pink;
    padding: 2px 7px;
    text-decoration: none;
    border: 2px solid pink;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}
td.ptv a:hover {
    color: white;
    background-color: #870e05;
    border-color: white;
}
textarea {
    background-color: pink;
}
input {
    background-color: pink;
}
div#right {
    width: 160px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    padding: 0 20px 20px 20px;
    border: 2px solid #7c0100;
    background-image: url(images/sidebar_bkgd.gif);
}
div#right h2 {
    font-weight: bold;
    font-size: 1.4em;
    color: pink;
    margin-top: 10px;
}
div#right ul {
    margin-left: 10px;
}
div#right li {
    font-weight: bold;
    font-size: 1em;
    color: pink;
}
div#right li a {
    color: pink;
    text-decoration: none;
}
div#right li a:hover {
    color: white;
    text-decoration: underline;
}
    
div#footer {
    width: 800px;
    height: 114px;
    background-image: url(images/footer.gif);
}
#footer p {
    font-size: .9em;
    color: pink;
    text-align: center;
    padding-top: 25px;
}
#footer a {
    color: pink;
    text-decoration: none;
    text-align: center;
}
#footer a:hover {
    color: white;
    text-decoration: underline;
}
div.topsite_button {
    text-align: center;
    float: left;
    width: 100px;
    height: 50px;
    margin: 5px;
}
div#topsite_buttons {
    text-align: center;
    width: 500px;
    margin: 0 auto;
}
