<!--

body {
	background: url("../images/fade.gif");
	background-color: #F8E0B9;
	margin: 0px;
}

td, p, ul, body, font, .copy {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}

.head {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #F8E0B9;
}

.title {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #5B3802;
}

.nav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
	color: #F8E0B9;
	line-height: 14pt;
	width: 180px;
}

.nav:hover {
	color: #C58E36;
}

.error {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold;	
	color: #FF0000;
}

/*  positioning-layers static and absolute */


#subnav {
	padding: 0px 0px 0px 20px;
}


#logo {
	background-color: #C58E36; 
	background: url("../images/bg.gif");
	width: 100%;
}

#menu {
	font-size: 12pt; 
	color: #F8E0B9;
	float: left;
	width: 200px;
	padding: 10px;
	margin: 5px 0px 10px 5px;
	background-color: #5B3802;
	z-index: 4;
}

#content {
	margin: 5px 5px 10px 230px;
	padding: 10px;
	background-color: #C58E36;
	z-index: 6;
}

#pictures {
	text-align: center;
	float: right;
	width: 150px;
	padding: 0px 0px 10px 10px;
	margin: 0px;
	z-index: 3;
}

#pictures img {
	margin: 10px 0px 2px 0px;
}

#copyright {
	text-align: center;
	font-size: 8pt; 
	font-weight: bold;	
	color: #F8E0B9;
	margin: 5px;
	padding: 5px 0px 5px 0px;
	background-color: #C58E36; 
	background: url("../images/bg.gif");
	z-index: 5;
}

-->
