#header {
	position: relative;
	float:left;
	background-image:url(../images/header/bg.jpg);
	height:175px;
	width: 100%;
	color:#FFFFFF;
	text-align:center;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	line-height:1.5em;
	white-space:nowrap;
}

#logo {
	position: relative;
	float:left;
}

#welcome{
margin-top:0.50em;
}

.button{
	padding:0.1em 0.8em 0.1em 0.8em;
	margin: 0.5em;
	background-color:#FFFFFF;
	font-size:16px;
	color:#000000;
	border:thin;
	white-space:nowrap;
}

.mail, .mail a, .mail a:visited, .mail a:active, .mail a:hover {
	color:#FFFFFF;
}
		
