.header,
.footer,
.header a,
.footer a {
	color: #666;
}
.inner-header {
	width: 880px;
	margin: 0 auto;
}
.header {
	height: 65px;
}
.header .logo {
	float: left;
	margin: 6px 0;
	width: 550px;
	height: 60px;
	cursor: pointer;
	background-color:#FFFFFF;

	/*
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizing='image');
	background-image: url(images/logo.png) !important;
	background-image: none;
	*/
	background-image: url(img/logo-log56.jpg);
	/*background-image: url(images/logo-4ie6.png);*/
	background-repeat: no-repeat;
	background-position: left center;
}

/* header navigator */
.website-links {
	float: right;
	margin: 18px 0;
	font-size: 115%;
}
.website-links a {
	float: left;
	display: inline;
	margin-left: 5px;
	cursor: pointer;
}
.website-links a span {
	float: left;
	height: 18px;
	padding: 5px 10px;
	overflow: hidden;
}
.website-links a.current,
.website-links a:hover {
	background: transparent url(img/website-link-bg-left.png) no-repeat scroll left top;
	color: white;
	text-decoration: none;
}
.website-links a.current span,
.website-links a:hover span {
	background: transparent url(img/website-link-bg-right.png) no-repeat scroll right top;
}

/* footer navigator */
.website-nav {
	border-bottom: 1px #e6e6e6 solid;
	padding: 10px;
}/* CSS Document */
