html, body   {
	height: 100%;         /* required */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background:#FFF;
	text-align: center;
	}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -20em; /* half of content height */
	/*background: red;*/      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: center;     /* horizontal centering hack for IE */
	height: 36em;         /* required - desired height */
	width: 45em;          /* required - desired width */
	/*background: blue;*/     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

#footer {
	font-size:12px;
	position:relative;
	color:#605F4F;
	margin: 0 auto;
	clear: left;
	text-align: center;
}

#footer a, a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
	
a img {
	border:0;
	}


h1, h2 {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	}

h1 {
	font-size:18px;
	color: #077647;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #C7AA6E;
}

h3 {
	color: #999999;
	font-size: 12px;
}


hr {
	height:1px;
	border:0;
	border-bottom:1px solid #E0E0E0;
	clear:both;
	/*padding-top: 20px;*/
	}



p {
	margin:7px 0 1px 0;
	line-height:13px;
	text-align:center;
	}
