@charset "utf-8";
/* CSS Document */

#header {
	background:none;
}

#banner {
	position:absolute;
	top:0;
	width:730px;
	height:95px;
	padding:3px 0 0 0;
}

	#banner a img {
		border:2px solid #999;
	}
	
	#banner a img:hover {
		border:2px solid #fff;
	}

#header-left {
	float:right;
	width:370px;

}