#pageholder {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#header {
	position: relative;
	padding: 10px;
	padding-bottom: 0px;
}

#nav {
	position: absolute;
	top: 33px;
	right: 10px;
}

#copyright {
	font-size: 10px;
	color: #BFADAB;
	text-align: center;
	padding: 10px;
}

#homefeatured {
	position: absolute;
	width: 331px;
	height: 240px;
	top: 10px;
	right: 10px;
	background-color: #FFFDFB;
	border: 1px solid #2F1D0B;
}

#homefeaturedtl {
	position: relative;
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	background-color: #CC6600;
	background-image: url(/images/bg_hd_orange.gif);
	margin: 0px;
	padding: 7px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-bottom: 2px solid #32200F;
	overflow: hidden;
}

