@charset "UTF-8";

* {margin: 0; padding: 0;}

body { background: #066; font-family:Verdana, Geneva, sans-serif; }

h1 {
	color: #7bdbd4;
	padding: 27px 39px 22px 39px;
	font-size: 44px;
	font-weight: normal;
 background: #1a7676 url(../img/backgrounds/header_01.gif) repeat-x top left; 
}

#statusNote {
	color: #b5fffd;
	margin-top: 29px;
	margin-left: 39px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic; 
	background: #066;
	z-index: 1;
}

#statusNote a {
	color: #fff;
	text-decoration: none;
}

#statusNote a:hover {
	text-decoration: underline;
}

#email01 {
	background-image: url(../img/elements/info-email_01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute; bottom: 34px; left: 39px; z-index: -10;
	width: 203px; height: 14px;
}
