#header {
	width: 100%;
	height: 100px;
	background-color: #AAA;
	vertical-align: middle;
}
img.header {
	float: left;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
}
#header_title {
	color: #a3382e;
	font-size: 170%;
	font-family: Skia, "Lucida Grande", sans-serif;
	text-align: left;
	padding-top: 63px;
	display: block;
	padding-left: 120px;
}
#google_search {
	display: block;
	vertical-align: top;
	float: right;
	position: static;
	right: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	background-color: #C0595A;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
	margin-top: -45px;
	height: 37px;
	padding-top: 8px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #a3382e;
	border-left-color: #a3382e;
}
#navrow {
	color: white;
	font-size: 0.9em;
	background-color: #a3382e;
	width: 100%;
	padding-top: 6px;
	background-image: url(../img/bg_navrow_tex.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: a3382e;
}
#navigation { margin-left: 220px; padding-top: 4px; padding-bottom: 4px; }
#navigation ul, li { text-align: left; margin-left: 0; padding-bottom: 4px; padding-left: 0; list-style-type: none; list-style-position: inside; display: inline; }
#navigation ul li a:link { color: white; text-decoration: none; text-align: left; padding: 4px 10px; border-top: 1px solid white; border-right: 1px solid white; border-left: 1px solid white; list-style-type: none; list-style-position: inside; display: inline; }
#navigation ul li a:visited { color: white; text-decoration: none; text-align: left; padding: 4px 10px; list-style-type: none; list-style-position: inside; display: inline; border-top: 1px solid white; border-right: 1px solid white; border-left: 1px solid white; }
#navigation ul li a:hover {
	color: #a3382e;
	background-color: white;
	text-decoration: none;
	text-align: left;
	padding: 4px 10px;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a3382e;
	border-right-color: #a3382e;
	border-bottom-color: white;
	border-left-color: #a3382e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#navigation ul li a:active { color: #a3382e; text-decoration: none; background-color: white; text-align: left; padding: 4px 10px; list-style-type: none; list-style-position: inside; display: inline; border-top: 1px solid white; border-right: 1px solid white; border-left: 1px solid white; }
#navigation ul li.current {
	color: #a3382e;
	text-decoration: none;
	background-color: white;
	text-align: left;
	padding: 4px 10px;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a3382e;
	border-right-color: #a3382e;
	border-bottom-color: white;
	border-left-color: #a3382e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
