body {
	background: #dff4f6 url(backwave.png) no-repeat;
    opacity:0.9;
    filter:alpha(opacity=90);
	background-position: top left;
	color: #999;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 75px 0 0 20px;
	padding: 0;
}

h1 {
	background-color: #60c7d3; 
	color: #fff; 
	font-size: 30px; 
	line-height: 110%; 
	font-weight: 100; 
    -moz-border-radius: 5px;
	border-radius: 5px;
    border: 0px;
	margin: 0 0 10px 0;
	padding: 5px 3px 5px 0px; 
	display: block; 
	text-align: left;
}

h1 em {
	display: block; 
	color: #333; 
	font-size: 32px; 
	font-style: normal; 
	font-weight: 100;
}

#content {
	display: inline; 
	float: left;
}

span {
	width: auto;
	background-color:rgba(255,255,255,0.85);
	background-color:#fff;
    line-height: 26px;
    -moz-border-radius: 5px;
	border-radius: 5px;
    border: 0px;
	margin: 0 0 0 105px;
	padding: 5px;
}

span a, span a:visited {
	text-decoration: none; 
	padding: 2px 8px; 
	margin-left: -8px; 
	margin-right: -8px;
	border-bottom: 0px; 
	text-decoration: none; 
	color: #60c7d3;
}

span a:hover {
	color:#333;
}

#email a, #email a:visited {
	text-decoration: none;
	font-size:14px;
	border-bottom:0px;
	color:#666;
}

#email a:hover {
	text-decoration: none;
	font-size:14px;
	border-bottom:0px;
	color:#222;
}
