#g-header {
	padding: 0px;
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-image: url(../images/bg_g-header.gif);
	background-repeat: repeat-x;
}
#g-header-inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#g-header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
	height: 32px;
	width: 50px;
}
#g-header #contact {
	float: right;
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 12px;
	line-height: 32px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#g-header #contact a {
	color: #FF6600;
	text-decoration: none;
}
#g-header #contact a:hover {
	text-decoration: underline;
}
