#hp_mid_top {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00324A;
	background-image: url(../images/hp_c_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
#hp_mid_bot {
	background-color: #00324A;
	background-image: url(../images/hp_c_bg_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 80px;
	padding-top: 10px;
	padding-left: 500px;
}
#hp_mid_bot_container {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}
#hp_foot_featured {
	width: 540px;
	margin-top: 8px;
	margin-left: 14px;
	float: left;
}
#hp_foot_categories {
	width: 174px;
	margin-top: 8px;
	float: right;
	margin-right: 14px;
}
#hp_foot_container {
	width: 780px;
	background-color: #DDDDDD;
	margin: auto;
	height: 220px;
}
#hp_foot_container h1{
	font-size: 14px;
	line-height: 18px;
	display: inline;
	color: #333333;
}
#hp_foot_container h2 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #333333;
	line-height: 20px;
}
#hp_foot_categories ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#hp_foot_categories li{
	padding-top: 4px;
	padding-left: 8px;
}
#hp_foot_categories a{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#hp_foot_categories a:hover{
	text-decoration: underline;
}
