﻿body 
{
    font-family: "Palatino Linotype";
    font-size: larger;
    font-weight: bolder;
    font-style: italic;
    color: #442F2C;
}
.hidden
{
    visibility: hidden;
    font-size: xx-small;
}
.nav1
{
    z-index: 1;
    position: absolute;
    float: left;
    width: 700px;
    top: 250px;
    left: 60px;
    height: 30px;
    vertical-align: text-bottom;
}
.nav
{
    z-index: 1;
    position: absolute; 
    float:right;
    font-family: "Palatino Linotype";
    font-size: larger;
    font-weight: bolder;
    font-style: italic;
    color: #442F2C;
    top: 206px;
    right: 29px;
    width: 155px;
}
.menu1
{
    float: left;
    text-decoration:none;
    font-family: "Palatino Linotype";
    font-size: x-large;
    font-weight: bolder;
    font-style: italic;
    color: #442F2C;
    padding-right: 15px;
}   
.list1
{
    list-style-type: disc; 
    list-style-position: outside;
}
.style1
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px;
}
.style2
{
    position: relative;
    top: 0px;
    text-align: left;
    width: 600px;
    padding: 10px 100px;
    right: 0px;
}
.style3
{
    text-align: left;
}
.container
{
    position: relative;
    width: 800px;
}
.header
{
    position: absolute;
    height: 280px;
    width: 800px;
    background-image: url('images/DougKathybkg_01.jpg');
    background-repeat:no-repeat;
    top: 0px;
    left: 0px;
}

.top
{
    background-image: url('images/oht-bg1.png');
    position: absolute;
    background-repeat:no-repeat;
    height: 22px;
    width: 800px;
    top: 280px;
    left: 0px;
}
.widget
{
    position: relative;
    background-image: url('images/widget.jpg');
    background-repeat: repeat-y;
    top: 300px;
    right: 0px;
    width: 800px;
    text-align: center;
}
.footer
{
    position: relative;
    background-image: url('images/footer.jpg');
    background-repeat:no-repeat;
    left: 0px;
    height: 110px;
    width: 800px;
    top: 300px;
}   
  
.announce
{
    font-family: "Palatino Linotype";
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: #442F2C;
}

.events
{
    position: relative;
    left: 25px;
    text-align: center;
    width: 550px;
}

.left
{
    position: relative;
    text-align: left;
    padding-right: 15px;
    left: 0px;
    float: left;
    
}

.center
{
    position: relative;
    text-align: center;
    float: left;
}

.right
{
    position: relative;
    text-align: left;
    left: 0px;
    float: left;
    top: 0px;
    width: 165px;
}
