@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.png);
	background-position:center;
}


#wrapper { 
 margin: 0 auto;
 width: 961px;
}


#header
{
background-image: url(images/header.png);
background-repeat: no-repeat;
background-position: center;
width:961px;
height:262px;
}


#navbar

{
background-image: url(images/navbar.png);
width:961px;
height:45px;

}



#body_top

{
background-image: url(images/body_top.png);
width:961px;
height:291px;
line-height: 20px;
}

#body

{
background-image: url(images/body.png);
width:961px;
height:100%;
}

#body_bottom

{
background-image: url(images/body_bottom.png);
width:961px;
height:232px;
}

#footer
{
	background-image: url(images/footer.png);
	width:961px;
	height:110px;
	
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: overline;
	color: #336600;
}
a:active {
	text-decoration: none;
	color:#663300;
}


