/* CSS Document */

/* header styles */

.header[class] {
  	background: url(/images/header/top_bar.png) top left no-repeat;
}

#header	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 812px;
	text-align: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/header/top_bar.png');
	height: 95px;
	padding-top: 5px;
}
#logo {
	float:right;
	width:108px;
	height:83px;
	margin-right: 13px;
	background: url(/images/header/logo.jpg) top left no-repeat;
	display:inline;
}

