@charset "UTF-8";

/* header */

div#header {
	width: 900px;
	border-bottom: #BEAC61 1px solid;
	padding:25px 0 0 0;
	overflow:hidden;
}


div#header div#header_logo {
	margin:0;
	float: left;
	width:190px;
	text-align:right;
	padding-bottom:20px;
}

div#header div#mouse1 {
	float: right;
	width: 425px;
	padding:0;
	overflow:hidden;
}

div#header_menu_left {
	float: left;
	width: 185px;
}

div#header_menu_right {
	float: right;
	width: 195px;
}


div#header_menu_left p, div#header_menu_right p {
	margin: 0 0 15px 0;
	padding:0;
	background-color:#FFF;
	height:16px;
}

