#header_wrapper {
	margin: auto;
	width: 100%;
}

#header_banner {
	height: 70px;
	text-align: left;
        padding-left: 35px;
        float: left;
        width:335px;
}

#header {
	margin: auto;
	width: 100%;
	height: 120px;
	background-image: url('../img/header_bgnew.gif');
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 0px;
}

#header_images {
	margin: auto;
	width: 100%;
	height: 87px;
	background-image: url('../img/header_new.jpg');
}

#header_menu {
	margin: auto;
	width: 750px;
}

#header_menu_left {
	float: left;
	width: 370px;
	text-align: left;
	padding-left: 2px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}
#header_menu_left a{
    margin-right: 30px;
    text-decoration:none;
    font-weight:bold;
    color: #919194;
}
#header_menu_left a:hover{
    color: #e54097;
}
#header_menu_right {
	float: right;
	margin-right: 1px;
	text-align: right;
	padding-left: 2px;
	padding-top: 8px;
	font-size: 12px;
}

div.fill_footer {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}

a.fill_footer{
    float: left;
}
