#header {
	width:100%;
	table-layout:fixed;
}

#logo_container {
	width:263px;
}
.header_content {
	background-color:#3a3f72;
	color:#ffffff;
}
#header_text {
	font-size:11px;
	padding:5px;
	padding-right:10px;
}
#header_search {
	font-size:12px;
	width:270px;
}
#header_search_input {
	width:200px;
	border:none;
}
#header_search_button {
	background-color:#ffffff;
	border:none;
	color:#3a3f72;
	font-weight:bold;
	height:18px;
}


#main_menu {
	width:100%;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	background-image:url(../img/menuBg.jpg);
	background-repeat:repeat-x;
}
#main_menu .main_menu_block {
	float:left;
	height:100%;
	width:104px;
	height:27px;
	background-image:url(../img/menuButton.jpg);
	text-align:center;
	line-height:27px;
}
.main_menu_separator {
	background-color:#ffffff;
	width:1px;
	float:left;
	height:27px;
}
#main_menu a {
	color:#3a3f72;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
#main_menu #menu_button_active {
	background-image:url(../img/menuButton3.gif);
	width:113px;
}
	#main_menu #menu_button_active a {
		color:#ffffff;
	}