﻿html, body
{

    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: center;

    background-color: #DBDBDB;
    background-position: center top;
	    font-family: Arial;
    
    
}


#wrap
{


    width: 979px;
    background: url( "images/body.jpg" ) repeat;
margin: 0px auto;
}

#header
{
margin: 0px auto;
    width : 979px;
    height: 210px;
    background:url( "images/header.jpg" ) no-repeat;
    }
	
#slideshow
{

padding-left: 15px;
float: left;
}

#nav 
{

padding-top:16px;

margin: 0px auto;
    width: 979px;
	height:45px;
	text-align: right;
	
}

#nav table 
{
float: right;
padding-right: 23px;
}

#nav a
{
display: block;
padding: 0 15px 0px 15px;
height: 45px;
font-size: 14px;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}

#nav a:hover
{
background:url( "images/button_over.png" ) repeat-x;
color: #000000;
}

#content
{
   float: left;
    width: 950px;
    text-align: left;
    font-size: 14px;
    padding-left: 18px;
}


#ftr
{

color: #FFFFFF;
height:61px;
width:979px;
    background: url( "images/footer.jpg" ) no-repeat;
margin: 0px auto;
}

#ftr a
{
color: #FFFFFF;
}

.clear {
	line-height:1px;
	height:1px;
	clear:both;
}

a:link
{
    color: #000000;
}
a:visited
{
    color: #000000;
}
a:hover
{
    color: #003366;
}
a:active
{
    color: #003366;
}

