﻿html, body
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: left;
    background: url( "images/backgrad.jpg" ) repeat-x;
    background-color: #B8E1D0;
	font-family: Calibri;  
}

#wrap
{
	margin-top: 20px;
	margin-bottom: 20px;
    margin: 0px auto;
    width: 800px;
    background: url( "images/contentback.jpg" ) repeat-x;
	background-color: #FFFFFF;

}

#header
{

	margin: 0px auto;
    width : 800px;
    height: 168px;
    background:url( "images/header.jpg" ) no-repeat;
    }

	
#nav 
{
margin: 0px auto;

	background-position:0px 3px;
    width: 800px;
	height:32px;
}

#nav table{
padding-bottom: 5px;
}

#home{
display: block;
width: 89px;
height:29px;
background:url("images/home.jpg") no-repeat;
}

#home:hover
{
display: block;
width: 89px;
height:29px;
background:url("images/home2.jpg") no-repeat;
}


#leftbar
{	float: left;
    width: 182px;
    text-align: center;
    font-family: Calibri;

    background:url( "images/navback.jpg" ) repeat-y;
}

#leftbar a
{
padding-top: 5px;
padding-bottom: 5px;
	display: block;
    font-size: 17px;
	font-weight: bold;
    text-decoration: none; 
	list-style-type: none
}

#leftbar a:hover
{
	background-color: lightgrey;
	color:#000000;
}

#content
{
    float: right;
    width: 580px;
    text-align: left;
    font-size: 14px;
    padding-right: 20px;
}


#ftr
{
    height: 46px;
    background: url( "images/footer.jpg" ) repeat-x;
text-align: center;
}
.clear {
	line-height:1px;
	height:1px;
	clear:both;
}

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