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


#wrap
{
    margin: 0px auto;
    width: 822px;
	    background: url(  "images/back.jpg" ) repeat-y;
}

#header
{
    width: 822px;
    height: 179px;
    background: url(  "images/header.jpg" ) no-repeat;


}

#header h1 a
{
    display: block;
    height: 99px;
    width: 250px;
    float: left;
}

#nav 
{
    text-align: center;
    width: 770px;
    padding-top: 40px;
    padding-right: 10px;
    font-family: "Haettnschweiler", Calibri;
    float:right;
}

#nav a
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

#nav a:hover
{
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    color: #F9F90C;
    background-color: #000000;
}

/*nav-break image control*/
#nav img
{
padding-bottom: 8px;
}

#leftbar
{float: left;
    width: 142px;
    text-align: center;
    font-family: Calibri;
	padding-left: 10px;
    font-size: 19px;
	color: #FFFFFF;
	background: url(  "images/nav_left.jpg" ) repeat-y;
}



#leftbar a
{
    font-family: Calibri;
    font-size: 16px;
    text-decoration: none;
	color: #000000;  
	font-weight: bold;
}

#leftbar a:hover
{
 color: #F9F90C; 
}


#content
{
    float: right;
    width: 651px;
    text-align: left;
    font-size: 14px;
    padding-right: 0px;
	background: url(  "images/body.jpg" ) no-repeat;
    
}

#content2
{
width: 800px;
    font-size: 14px;
    padding-right: 0px;
	background: url(  "images/body2.jpg" ) no-repeat;
	}

#ftr
{
    height: 54px;
    background: url(  "images/footer.jpg" ) no-repeat;
}
#ftr p
{
	padding-top: 0px;
}


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

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