@charset "UTF-8";
/* logo-bar and logo */
#logo-bar-wrapper {
	clear: both;
	height: 90px;
	background-image: url(../images/backgrounds/logo-bar-bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}
	#logo-bar {
	width:1000px;
	margin: auto;

	}