* {
	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;
}

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

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

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

#header1 .logo img
{
	border: 0;
}

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

#header1 .nav01 img
{
	border: 0;
}

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

}

#header1 .nav02 img
{
	border: 0;
}

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

#header1 .nav03 img
{
	border: 0;
}

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

#header1 .nav04 img
{
	border: 0;
}

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

#header1 .nav05 img
{
	border: 0;
}

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

#content
{
	float: right;
	width: 577px;
}

#content .intro
{
	width: 548px;
}

#content h1
{
	font-size: 16px;
	color: #633;
	padding-bottom: 10px;
	padding-top: 15px;
	border-bottom: #D9CE9E double;
}

#content .intro object
{
	float: right;
	padding-left: 12px;
	padding-bottom: 5px;
	padding-top: 15px;
}

p 
{
	padding-bottom: 18px;
}

p.intro
{
	padding-top: 15px;
}

#left-col
{
	width: 343px;
}

#left-col .decoration
{
	width: 319px;
	padding-left: 24px;
	background-image: url(../images/page_leftcol.png);
	background-repeat: no-repeat;
}

#left-col .news h2
{
	font-size: 11px;
	color: #69A4BF;
	padding-bottom: 2px;
}

#left-col .news
{
	width: 170px;
	font-size: 10.5px;
	color: #666;
	line-height: 14px;
	padding-left: 5px;
	border-bottom: 1px #999 dotted;
	padding-top: 8px;
	padding-bottom: 8px;
}
	
#footer
{
	clear: both;
	height: 70px;
	background-image: url(../images/page_index.png);
	background-repeat: repeat-y;
}

#footer .logo
{
	width: 214px;
	text-align: center;
	height: 50px;
}

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

#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;
}