
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
letter-spacing: -0.01em;

	
	background-image:url("images/background.png");
	background-position: top;
	background-repeat: repeat-x;
}

h1 {
	
	color: white;
	font-size: 15px;
	margin-left: 10px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 1.2em;
}

h2 {
	
	color: black;
	font-size: 16px;
	margin-left: 10px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
}
	
.blue { color: #73d5ff; }

a { 
	color: #73d5ff; 
	text-decoration: none;
}

a:hover {
	color: #bfecff;
	text-decoration: underline;
}


p {
	margin-left: 10px;
	margin-bottom: 40px;
	font-size: 15px;
	margin-top: 0px;
	padding-top: 0px;

	line-height: 1.2em;
}

#content {
	margin-left: 70px;
}

a img { border: none; }

img { margin-bottom: 1px; border: 1px solid #efefef; }

#logo {
	position: relative;
	margin-top: 70px;
	margin-left: 80px;
	margin-bottom: 50px;
}
