.header {
	height: 75px;
	width: 900px;
	background-image: url(../images/header_bg_he-house.png);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	margin-right: 2px;
}
.header h1 {
	font-size: 44px;
	color: #FFF;
	margin-left: 120px;
	}
/****************** MENU **********************************/
.menu {
	height: 30px;
	width: 902px;
	margin-bottom: 5px;
	/*background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;*/
}
div.dommenu {
	height: 30px !important;
	height: 30px;
	width: 902px !important;
	width: 100%;
	position: relative;
	/*overflow: hidden;*/
	padding: 0px;
	margin: 0px;
	/*margin-bottom: 5px;*/
}
/* Default Style (Opera inspired) */
div.domMenu_menuBar {
	float: left;
	width: 902px;
}
div.domMenu_menuElement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	margin-left: 0px;
	margin-right: 2px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFF;
	font-weight: bold;
	background-image: none;
	background-color: #009F3B;
}
div.domMenu_menuElementHover {
	color: #FFF;
	background-image: none;
	background-color: #009F3B;
}
div.domMenu_subMenuBar {
	margin-left: 0px;
	padding-bottom: 1px;
	background-color: #009F3B;
	opacity: .9;
	filter: alpha(opacity=90);
}
div.domMenu_subMenuElement {
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFF;
	text-align: left;
}
div.domMenu_subMenuElementHover {
	border: none;
	color: #FFF;
	background-color: #008531;
}
/**********************************************************************/
.footer {
	font-size: 12px;
	height: 25px;
	width: 900px;
	margin-top: 5px;
	margin-right: 2px;
	background-image: none;
	background-color: #009F3B;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
}