body
{
    margin: 0px auto;
    padding: 0px;
    background-image: url( '../img/raw/wicker.jpg' );
    font-family: Tahoma, sans-serif;
    font-size: 19px;
    color: #492501;
}

#top
{
    background-image: url( '../img/new_header.png' );
    background-repeat: repeat-x;
    width: 1000px;
    height: 195px;
    padding: 0px;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

#horizLinks
{
    width: 1000px;
    margin: 0px auto;
    padding: 0px;
}

.horizButton
{
    float: left;
    list-style-type: none;
    background-image: url( '../img/horizButton.png' );
    background-repeat: repeat-x repeat-y;
    color: white;
    width: 190px;
    height: 27px;
    padding-top: 9px;
    margin-bottom: 20px;
    margin-right: 8px;
    text-align: center;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
}

#header
{
    width: 820px;
    height: 207px;
    margin: 0px auto;
}

#container
{
    width: 1000px;
    margin: 0px auto;
}

#left
{
    width: 220px;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
}

#right
{
    width: 760px;
    float: left;
    background-color: #ff9a32;
}

#content
{
    padding: 10px;
}

a
{
    font-weight: bold;
    color: #492501;
}

a.nav
{
    color: white;
    text-decoration: none;
    font-size: 17px;
}

a.nav:hover
{
    color: orange;
}

a.hoverRed
{
    font-weight: bold;
    color: #bb0000;
    font-size: 16px;
}


a.hover:hover
{
    font-weight: bold;
    color: #ffffff;
}

a.hoverRed:hover
{
    font-weight: bold;
    color: #ffffff;
}

img
{
    padding: 0px;
    margin: 0px;
}

img.content-page
{
    border: none;
    padding: 10px;
}


h1, h2
{
    font-family: Monotype Corsiva;
    font-size: 28px;
    font-style: italic;
}

p.pad
{
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
}

.button
{
    background-image: url( '../img/button.png' );
    background-repeat: repeat-x repeat-y;
    color: white;
    width: 220px;
    height: 31px;
    padding-top: 11px;
    margin: 0px auto;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
}

.clr {
	clear:both;
}

._thumb {
	float:left;
	margin:0 0 25px 33px;
}

#preFooter
{
    clear: both;
    height: 250px;
}

#preFooterLeft
{
    float: left;
    height: 168px;
    width: 218px;
    text-align: center;
    padding-top: 70px;
    font-family: Monotype Corsiva;
    font-size: 25px;
    font-style: italic;
    border: 6px solid #492501;
}

#preFooterLeft a
{
    font-size: 22px;
}

#preFooterMiddle
{
    float: left;
    width: 300px;
    height: 250px;
    background-image: url( '../img/footerLogo.png' );
    background-repeat: no-repeat;
    background-position: center;
    background-color: #cc3300;
}

#preFooterRight
{
    float: left;
    width: 218px;
    height: 188px;
    text-align: center;
    padding-top: 50px;
    font-family: Monotype Corsiva;
    font-size: 25px;
    font-style: italic;
    border: 6px solid #492501;
}

#preFooterRight a
{
    font-size: 22px;
}


#footer
{
    clear: both;
    margin: 0px auto;
    padding-top: 30px;
    background-color: #cc3300;
}



#block
{
    float: left;
    width: 350px;
    height: 250px;
    background-color: #cc3300;
}

