/*  last update  2006.07.07  */
/*  version      3.03        */

div.header h1{
	float: left;
}
div.header h1 a{ color:#333; text-decoration:none; font-size:14px; font-family:serif; display:block; line-height:1; padding:15px 20px 0;}
div.header h1 a span{ font-family:serif; display:inline-block; background:#333; color:#fff; font-size:20px; padding:0.2em 0.6em; margin:0 0.5em 0 0;}

div.header #header_user_name {
	float: left;
	display: inline;
	color: #0040ff;
	margin-top: 10px;
}

div.header #header_user_name .header_user_name_sub {
	float: left;
	margin-right: 10px;
}

/*
div.header div:first-letter {
	color: #40c060;
}
*/

div.header div span {
	padding: 0px 5px;
	border-bottom: 1px solid #0080ff;
	display: block;
	margin-bottom: 4px;
}

div.header br {
	clear: both;
}

div.header h2 {
	float: left;
	display: inline;
	font-size: 160%;
	font-weight: bold;
	padding-left: 30px;
}
div.header p {
	float: right;
	display: inline;
	width: 107px;
	height: 21px;
	padding-right: 30px;
}
div.header p a {
	float: right;
	display: inline;
	width: 107px;
	height: 21px;
	background: url("../img/favorites.jpg") no-repeat right top;
	text-decoration: none;
	text-indent: -5000px;
}
div.header p a:hover {
	background: url("../img/favorites.jpg") no-repeat right -21px;
	text-decoration: none;
}

div.header em {
	color: #999999;
	font-style: normal;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* --- footer --- */
div.footer {
	clear: both;
	text-align: center;
	margin: 30px 0px 3px;
	background-color: #002E7F;
	padding: 6px 0 !important;
	color:#fff;
}
