* {
	margin: 0;
	padding: 0;
}
			
body
{
	font: 11.5px/18px Verdana, sans-serif;
	background-color: #BAB188;
}

a:link, a:visited 
{	
	color: #C60;
}
			
a:hover 
{
	color: #000;
}
			
a:active 
{
	color: #F8F5E4;
}

#page-container 
{
	width: 920px;
	margin: auto;
}

#header
{
	height: 200px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-color: white;
}

#header .logo
{
	position: relative;
	top: 0px;
	left: 353px;
	width: 216px;
}

#header .logo img
{
	border: 0;
}

#header .nav01
{
	position: relative;
	top: -79px;
	left: 654px;
	width: 213px;
	
}

#header .nav01 img
{
	border: 0;
}

#header .nav02
{
	position: relative;
	top: -72px;
	left: 632px;
	width: 231px;

}

#header .nav02 img
{
	border: 0;
}

#header .nav03
{
	position: relative;
	top: -67px;
	left: 608px;
	width: 249px;
}

#header .nav03 img
{
	border: 0;
}

#header .nav04
{
	position: relative;
	top: -67px;
	left: 578px;
	width: 251px;
}

#header .nav04 img
{
	border: 0;
}

#header .nav05
{
	position: relative;
	top: -67px;
	left: 548px;
	width: 260px;
}

#header .nav05 img
{
	border: 0;
}

#content-container
{
	overflow: hidden;
	background-image: url(../images/page.png);
	background-repeat: repeat-y;
}

#footer
{
	clear: both;
	height: 115px;
	background-image: url(../images/page.png);
	background-repeat: repeat-y;
	background-color: white;
}

#footer .logo
{
	margin: auto;
	width: 788px;
	height: 65px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer .style
{
	margin: auto;
	width: 788px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-color: #DCD6B9;
	font-size: 10px;
	text-align: center;
	height: 20px;
}

#footer a:link, a:visited, a:active
{
	text-decoration: none;
	color: #666;
}

#footer a:hover
{
	color: #C60;
}

#clear 
{
	clear: both;
	border-bottom: #D9CE9E double;
	padding-top: 15px;
}
