html {
	background: #ebebeb;
}

body {
	color: #555;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
}

p {
	margin: 1em auto 0 auto;
	width: 490px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:1.5;
}

a {
	color: #27aae1;
	text-decoration: none;
}

a:hover {
	background: #555;
	color: #fff;
}
a.imglink:hover {
	background: inherit;
	color: inherit;
}

h1 {
	height: 157px;
	background: #27aae1 url(../img/header_bg.png) no-repeat 50% 0 ;
	text-align: center;
	padding: 106px 0 0 0;
	margin: 0;
}

h2 {
	text-transform: uppercase;
	font-family: "Arial Black", sans-serif;
	margin: 0 auto;
	text-shadow: 0px 1px 0px #f9f9f9; 
	width: 490px;
	font-size: 100%
}

#maincontent {
	background: url(../img/maincontent_shadow.png) 0 0 repeat-x;
	padding-top: 38px;
}

.email {
	text-align:center;
	text-transform: none;
	font-size: 1.5em;
}