body {
	height: auto;
	background: #8f8a76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Header */

#header {
	height: 100px;
	width:  700px;
	background: #e5ddc8;
	position: relative;
	left: 150px;
}

#logo {
	float: left;
}


#logo p {
	padding-left: 1px;
	line-height: normal;
	font-size: .85em;
}
/* Topmenu */
#topmenu {
	width:  400px;
	float:right;
	}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	padding: 5px 5px;
	text-decoration: none;
	color:#333300;
	font-size: .85em;
	font-weight: bold;
}

#topmenu a:hover {
	color: #ffffff;
	background-color: #333300; 
	border: 1px solid #e5ddc8;
    text-decoration: underline;
}
/* botmenu */
#botmenu {
	width:  400px;
	float: right;
	margin-top:40px;
	
}

#botmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#botmenu li {
	display: inline;
}

#botmenu a {
	display: block;
	float: left;
	padding: 5px 5px;
	text-decoration: none;
	color:#333300;
	font-size: .85em;
	font-weight: bold;
}

#botmenu a:hover {
	color: #ffffff;
	background-color: #333300; 
	border: 1px solid #e5ddc8;
    text-decoration: underline;
}

/* Content */

#content {
	width: 700px;
	position:relative;
	left: 150px;
	top: -3px;
	
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	color:#333300;
	font-size: 12px;

}
#content tr {
	font-family: Arial, Helvetica, sans-serif;
	color:#333300;
	font-size: 12px;

}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	color:#333300;
	font-size: 12px;

}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	color:#333300;
	font-size: 12px;
}
#content hr{
	color:#333300;
}

/* Treebox */

.treebox {
	height: 122px;
	width:  700px;
	position:relative;
	}

/*navigation_footer*/


#navfoot ul {
	margin: 0;
	padding: 0;
	list-style: inline;
	line-height: normal;
}

#navfoot li {
	display: inline;
}

#navfoot a {
	display: block;
	float: left;
	padding: 5px 5px;
	text-decoration: none;
	color:#333300;
	font-size: .85em;
	font-weight: bold;
}

#navfoot a:hover {
	color: #ffffff;
	background-color: #333300; 
	border: 1px solid #e5ddc8;
    text-decoration: underline;
}


/* Footer */

#footer {
	height: 25px;
	width:  700px;
	position:relative;
	left: 150px;
	background: #e5ddc8;
	clear: both;
	padding: 5px 0;
	text-align: center;
	font-size: smaller;
}
