#header {
	width: 980px;
	height:148px;
	text-align: left;
	margin: 0 auto;
	float:left;
	margin-top:5px;
	background-color: white;
}

#logo-container {
	width: 980px;
	height:107px;
	text-align: left;
	margin: 0 auto;
	overflow:auto;
	float:left;
	overflow:hidden;
}

#top-container {
	width: 980px;
	height: 20px;
	margin-top: 5px;
	text-align: left;
	overflow:hidden;
	float:left;
}

.top-links {
	width: 440px;
	height: 30px;
	padding-right:8px;
	margin-top: 5px;
	text-align: right;
	float:right;
	overflow:hidden;
}

.logo {
	width: 400px;
	height:107px;
	text-align: left;
	float:left;

}

#header .bottom-links {
    display: inline;
    float: right;
    padding-top: 9px;
    padding-bottom: 0px;
}


#header .bottom-links img
 {
    text-decoration: none;
    border: none;
    padding-right: 5px;

}


