#header {
	background-color:#083b4c;
}

#header div.logo {
	height:134px;
	background-image:url('/images/design/header.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	border-bottom:1px solid #e544bf;
}
#header div.logo a {
	display:block;
	width:350px;
	height:100px;
	position:relative;
	top:20px;
	left:20px;
}

#header div.top {
	text-align:right;
	padding:2px 5px 2px 0;
}
#header div.top a {
	text-decoration:none;
	color:#f3f3c0;
	font-size:11px;
	margin-left:20px;
	background-repeat:no-repeat;
	padding-left:20px;
}
#header div.top a.bookmark {
	background-image:url('/images/design/top-bookmark.png');
}
#header div.top a.print {
	background-image:url('/images/design/top-print.png');
}
#header div.top a.mail {
	background-image:url('/images/design/top-mail.png');
}

#header div.pub {
	margin:10px 0 10px 10px;
	width:728px;
	height:90px;
	text-align:center;
}

#header div.menu {
	background-color:#528393;
	background-image:url('/images/design/menu-bg.png');
	background-repeat:repeat-y;
	border-top:1px solid #e544bf;
	padding:5px 0 0 5px;
	border-bottom:1px solid #073a4c;
}
#header div.menu div.left {
	float:left;
	width:625px;

}
#header div.menu div.right {
	width:399px;
	height:37px;
	float:right;
	margin-top:3px;
	background-image:url('/images/design/menu-right.png');
}
#header div.menu div.right a {
	display:block;
	height:37px;
	width:130px;
	float:left;
}
#header div.menu div.right a.a {
	width:161px;
}
#header div.menu div.right a.b {
	width:105px;
}

