@charset "utf-8";
/* CSS Document */
<style type="text/css">

p		{ font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;	
		color:#38170f;  
		text-align: left; 
		font-weight: normal; }
		
h1		{ font-family: Arial, Helvetica, sans-serif;
		font-size: 11pt;
		color:#666666;  
		text-align: left; 
		font-weight: bold; }
		
h2		{ font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color:#666666;  
		text-align: left; 
		font-weight: bold; }
		
h3		{ font-size: 11pt;
		color:#38170f;  
		text-align: right; 
		font-weight: bold; }
#container {
	background: white url(graphics/background.jpg);
	position: absolute;
	text-align: center;
	height: 668px;
	width: 928px;
	left: 63px;
	top: 29px;
	
}

#menu {
	background:url(graphics/buttons/but-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: 12px;
	text-align: left;
	word-spacing: normal;
	height: 642px;
	width: 161px;
	top: 5px;
	right: auto;
	left: 2px;
}
a.button, a:visited.button{display: block;font-family:calibri; font-weight:normal;text-align:left;color:666666;width:152px;height:20px; background-color:transparent;background-image: url(graphics/buttons/but-bg.png);text-decoration: none;padding:4px;font-size:18px;}
a:hover.button{display: block;background-color:transparent;background-image: url(graphics/buttons/but-hover.png);} 

#header {
	background:url(graphics/buttons/but-bg.png);
	position: absolute;
	height: 82px;
	width: 159px;
	left: 2px;
	right: auto;
	top: 2px;
}
#head_inset {
	background-color: #A19387;   /* the background*/
	filter:alpha(opacity=75s);   /* Internet Explorer*/
	-moz-opacity:.75;           /* Mozilla 1.6 and below*/
	opacity: .75;               /* newer Mozilla and CSS-3 */
	position: absolute;
	height: 23px;
	width: 924px;
	left: 1px;
	top: -23px;
	z-index:5;
}
#headline {
	background-color: #F2F2E9;
	position: absolute;
	height: 97px;
	width: 166px;
	left: 1px;
	top: 5px;
	z-index:4;
}
#footer {
	background:url(graphics/buttons/but-bg.png);
	position:absolute;
	width: 766px;
	left: 160px;
	top: 614px;
	z-index:auto;
	height: 33px;
}
#foot {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #F2F2E9;   /* the background*/
	filter:alpha(opacity=100);   /* Internet Explorer*/
	-moz-opacity:1.0;           /* Mozilla 1.6 and below*/
	opacity: 1.0;               /* newer Mozilla and CSS-3 */
	position: absolute;
	height: 125px;
	width: 165px;
	top: 96px;
	left: -2px;
	z-index:10;
}
#iframe_content {
	background-color: #F2F2E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	position: absolute;
	height: 646px;
	width: 742px;
	top: 4px;
	left: 167px;
}
#nav li {
position: absolute;
	width:120px;
	background:#ffcccc;
	text-indent:1em;
	margin:0 0 -1px 20px;
}
#nav li a {
	text-decoration:none;
	width:120px;
	display:block;
	color:#000;
}



</style>
