#return_home {
	display: block;
	width: 147px;
	height: 58px;
	position: absolute;
	margin-top: -62px;
	margin-left: 646px;
	z-index: 1000;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;	
	background-image: url(../images/return_to_home.png);
}

#return_home span {
	display: none;
}

#subnav {
	margin: 0;
	position: absolute;
	width: 513px;
	height: 33px;
	margin-left: 276px;
	margin-top: -13px;
	padding-top: 17px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/subnav.png);
}

#subnav li {
	height: 33px;
	float: left;
	list-style: none;
	border-right: 1px dotted #dadada;	
}

#subnav li a {
	display: block;
	height: 33px;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 33px;
	color: #dadada;
	font-size: 93%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav li.l {
	border: none;
}

#subnav li a:hover,
#subnav li a.active {
	color: #ff2c1c;
}

#subnav li a.active {
	text-decoration: underline;
}

#photo {
	width: 255px;
	height: 403px;
	padding-top: 26px;
	padding-left: 14px;
	float: left;
	margin-left: -15px;
	margin-top: 22px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../images/photo.png);
}

#photo img {
	display: block;
	overflow: hidden;
}

#photo p {
	width: 241px;
	padding-top: 11px;
	margin: 0;
	color: #5e5e5e;
	font-size: 93%;
}

#body-content {
	width: 461px;
	padding-left: 21px;
	float: left;
}

/* Content Styles */
#body-content,
#body-content p {
	color: #5e5e5e;
	font-size: 12px;
	line-height: 20px;
}

#body-content #content-header {
	color: #e5281b;
	font-size: 20px;
	padding-top: 62px;
}

#body-content a {
	color: #ee3824;
}

#body-content a:hover {
	text-decoration: none;
}