body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF url(img/ind_01.jpg) no-repeat;
	text-align: left;
}
p {
	font: normal 12px Arial, Helvetica, sans-serif;
}
h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
}
#holder {
	text-align: left;
	width: 900px;
}
#header {
	position: absolute;
	left: 17px;
	top: 50px;
	width: 582px;
	font: 95% Arial, Helvetica, sans-serif;
	height: 40px;
	text-align: center;
	
}
#navi {
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	position: absolute;
	left: 0px;
	top: 95px;
	border-top: thin;
	border-right: thin solid #CCCCCC;
	border-bottom: thin;
	border-left: thin;
	
}
#nav a:link {
	color: #000099;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
}
#nav a:visited {
	color: #000099;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
}
#nav a:hover {
	color: #000099;
	text-decoration: underline;
	font: 11px Arial, Helvetica, sans-serif;
}

#content {
	width: 700px;
	position: absolute;
	left: 210px;
	top: 106px;
	
}
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	color: #333333;
	width: 750px;
	background: bottom;
	top: 958px;
	bottom: auto;
	position: absolute;
	left: 7px;
	font-size: 12%;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: underline;
}

