#masthead {
	background-image: url("../_images/masthead.jpg");
	background-repeat: none;
	height: 64px;
}
#homelink {
	display: block!important;
	height: 0px;
	font-size: 0px;
	padding-top: 48px;
	overflow: hidden;
}
#title {
	float: left;
	display: block!important;
	width: 600px;
	height: 48px;
}
#masthead * {
	display: none;
}
#navigation {
	background-image: url("../_images/navigation.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
	width: 192px;
	height: 511px;
	margin-right: -2ex;
	padding-right: 2ex;
}
#navigation li {
	margin-right: -8px;
	color: white;
	padding-bottom: 0.5ex;
}
#navigation li strong {
	padding-right: 16px;
	background-image: url("../_images/active.gif");
	background-position: right;
	background-repeat: no-repeat;
}
#navigation li span {
	margin-right: 16px;
}
#navigation li :link, #navigation li :visited {
	color: white;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	/*padding-right: 18px;
	margin-right: -18px;*/
}
/*
#navigation li :link:hover, #navigation li :visited:hover {
	background-image: url("../_images/active.png");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 18px;
	margin-right: -18px;
}
*/
#content {
	padding-left: 10px;
}
