@charset "utf-8";
#header_layout_container {
	float: left;
	height: 69px;
	width: 770px;
	background-color: #CC3300;
}
#header_layout_container #header_top {
	float: left;
	height: 46px;
	width: 770px;
	background-color: #FF3300;
}
#logo_bottom {
	background-color: #CC3300;
	float: left;
	height: 10px;
	width: 149px;
}
#header_layout_container #header_bottom {
	float: left;
	height: 23px;
	width: auto;
}
#footer_layout {
	background-color: #CC3300;
	padding: 10px;
	float: left;
	width: 600px;
	color: #FFFFFF;
}
#header_layout_container #header_top #header_top_right {
	float: right;
	width: 741px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header_layout_container #header_top #header_top_left {
	float: left;
	width: 18px;
}
#header_layout_container #header_bottom_right {
	float: right;
	width: 150px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 3px;
}
#header_layout_container #header_bottom_linkbar {
	width: 451px;
	padding-top: 3px;
	padding-left: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#header_layout_container #header_bottom_right #header_text_link {
	color: #FFFFFF;
	text-decoration: none;
}
#header_layout_container #header_bottom_right #header_text_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header_layout_container #header_bottom_right #header_text_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header_layout_container #header_bottom_linkbar #header_text_link {
	color: #FFFFFF;
	text-decoration: none;
}
#header_layout_container #header_bottom_linkbar #header_text_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header_layout_container #header_bottom_linkbar #header_text_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

