#contents {
	margin-top: 6px;
	position: relative;
	width: 677px;
	left: 19px;
	top: 0px;

}
#nav-left * {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-left a {
	font-size: 0.75em;
	color: #002541;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebe5d5;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.5em;
}
#nav-left a:hover {
	color: #c03f02;
}
#nav-left  .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header-image-frame {
	behavior: url("/assets/images/iepngfix.htc");
	position: absolute;
	height: 122px;
	width: 696px;
	left: 0px;
	top: 0px;
	background-image: url(/assets/photos/frame.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#breadcrumbs {
	width: 450px;
	font-size: 0.8em;
	left: 0px;
	top: 0px;
	position: relative;
	color: #ed5002;
	float: left;
}
#breadcrumbs a {
	text-decoration: none;
	color: #ed5002;
}

#page-links {
	text-align: right;
	font-size: 0.8em;
	position: relative;
	top: 0px;
	right: -5px;
	width: 200px;
	float: right;
	clear: right;
	color: #ed5002;
}
#page-links a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #ed5002;
}
#breadcrumbs a:hover, #page-links a:hover {
	text-decoration: underline;
}
