/* content override height */
.content { 
	width: 900px;
	height: auto;
}

/* header */
.header {
	padding: 0px 0px 30px 10px;
}
.header a, .header a:hover {
	text-decoration: none;
}
.header img {
	border: 0px none;
	vertical-align: top;
	float: left;
	margin: 0px 50px 20px 0;
}
.header a.sitenav {
	display: block; 
	height: 30px;
	float: left;
	padding: 5px 0 0 50%;
	color: #ee0000;
	text-decoration: none;
}
.header a.sitenav:hover {
	text-decoration: none;
	color: #be0beb;
}
.navi {
	float: left;
	width: 500px;
	padding: 0px;
	margin: 0px;
	font-size: 12pt !important;
	line-height: 14pt !important;
}
.navi a {
	display: block;
	float: left;
	margin: 0px;
	padding: 2px 5px 2px 5px !important;
	
	font-size: inherit !important;
	text-decoration: none;
	color: #a00000 !important;
}
.navi a:active { 
	color: white !important;
	background-color: black;
}
.navi a:hover { 
	color: #d28b4c !important;
	background-color: #fffcfc;
}

