/* header.css */

/* Header */
#header{
	width:961px;
	height:179px;
	position:relative;
}
/* Logo */
#header h1{
	margin:0;
	position:absolute;
	top:61px;
	right:2px;
	width:326px;
	height:105px;
	overflow:hidden;
}
#header h1 a{
	display:block;
	width:326px;
	height:105px;
	text-indent:-9999px;
	background:url(/img/logo.gif) no-repeat;
}
/* Title */
#header .title{
	position:absolute;
	top:29px;
	left:4px;
	width:315px;
	height:21px;
	text-indent:-9999px;
	background:url(/img/title-header.gif) no-repeat;
}
#header .date{
	position:absolute;
	top:55px;
	left:4px;
}
#header .date img{
	vertical-align:top;
}
