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

div.header h1, h1 a {
	float: left;
	display: inline;
	width: 220px;
	height: 65px;
	background: url("../img/wup_logo.gif") no-repeat left top;
	text-decoration: none;
	text-indent: -5000px;
}

div.header div {
	float: left;
	display: inline;
	color: #0080ff;
/*	font-size: 180%	; */
	font-size: medium;
	font-weight: bold;
/*	padding: 38px 10px 20px; */
	margin: 20px;
}

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

div.header div span {
	padding: 0px 5px;
	border-bottom: 1px dashed #0080ff;
}

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;
	border-bottom: 1px dashed #99ccff;
}

