
/* CSS Stylesheet for the header */


#header {
	float: left;
	width: 1000px;
	height: 260px;
	margin: 10px 0px 0px 0px;
}

#header_top {
	float: left;
	width: 1000px;
	height: 50px;
	margin: 0px 0px 8px 0px;
	border-bottom: 2px solid #AE191A;
}

#header_top_left {
	float: left;
	width: 299px;
	height: 50px;
}

#header_top_left_top {
	float: left;
	width: 299px;
	height: 25px;
	color: #AE191A;
	font-size: 18px;
	font-weight: bold;
}

#header_top_left_top a {
	text-decoration: none;
}

#header_top_left_top a:hover {
	text-decoration: none;
}

#header_top_left_bottom {
	float: left;
	width: 299px;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.4px;
}


#header_top_right {
	float: left;
	width: 700px;
	height: 50px;
}

#header_bottom {
	float: left;
	width: 1000px;
	height: 200px;
}
