*
	{
	margin:0;
	padding:0;
	}

html, body
	{
		height:100%;
	}
body
	{
		background: #fff;
		text-align: center;
		font: 75% Arial, sans-serif;
		line-height: 1.6em;
	}
p
	{
		padding-bottom: 1.5em;
	}	
h1
	{
		font-size: 1.8em;
		padding-bottom: 1.5em;
	}

img
	{
		border: none;
	}
a
	{
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
.underline
	{
		text-decoration: underline;
	}

#distance
	{ 
		height: 50px;
	}	
	
#container
	{
		margin: 0 auto;
		position: relative; /* puts container in front of distance */
		width: 462px;
		clear: left;
	}

#menu 
	{
	position: relative;

	padding-left: 65px;}
#menu a
	{
		float: left;
		position: relative;
		z-index: 20;
		font-family: Times New Roman, serif;
		font-weight: normal;
		font-size: 14px;
		margin: 0 8px;
	}
#menu a span
	{
		display: none;
	}	
#footer
	{
		clear: left;
		padding: 20px;
		text-align: right;
	}
.error
	{
		color: #cc0000;
	}