body
{
	font-family: helvetica, arial, sans-serif;
	width: 900px;
}

h1, h2, h3, h4
{
	font-size: 100%;
	font-weight: bold;
}

.map 
{
	width: 1000px;
}

.map #mapBox
{
	width: 750px; 
	height: 600px; 
	float:left;
}

.map ul.walks
{
	position: absolute;
	left: 758px;
	display: block; 
	float: left; 
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

.map ul.walks li
{
	display: block; 
	float: none; 
	clear: both; 
	height: 64px; 
	width:145px; 
	margin-bottom: 3px; 
	font-size: 12px; 
	vertical-align:top; 
	font-weight: bold; 
}


.title
{
	position: relative;
}

.title .information
{
	display: none;
	top: 0px; 
	left: 500px; 
	width: 100px; 
	text-align: right; 
	position: absolute;
}

.walk .title .information
{
	left: 512px;
}

.sponsors
{
	display: none;
	padding: 50px 0px 50px 0px;
	width: 750px;
	text-align: center;
}

.sponsors #cdm
{
}

.sponsors #zero1
{
	margin: 26px 50px 26px 50px;
}

.sponsors #ace
{
	margin: 5px 0px 5px 0px;
}

.sponsors #nokia
{
	margin: 21px 50px 21px 50px;
} 

.walk ul.steps
{
	list-style: none;
	margin: 0px;
	padding: 0px; 
	width: 900px;
}

.walk ul.steps li
{
	display: block; 
	float: left; 
	width: 120px; 
	height: 90px; 
	margin: 0px 3px 3px 0px; 
	text-align: center; 
	font-size: 10px;
	line-height: 11px;
}

.walk #mapBox
{
	width: 858px; 
	height: 600px; 
	float:left; 
	margin-bottom: 3px;
}
