/* CSS styles for WiMap */
body
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
}

a
{
	text-decoration: none;
}

a:hover
{
	color: red;
}

#map
{
	width: 50%;
	height: 400px;
	float: left;
	margin: 1em;
	border: 1px solid #000;
}

#side
{
	float: left;
	width: 30%;
	padding-left: 1em;
}

#side ul
{	
	margin-left: 1em;
}

#footer
{
	clear: left;
	font-size: 0.72em;
	text-align: center;
	margin-top: 1em;
}

	#footer a
	{
		color: #000;
	}
	
	#footer a:hover
	{
		color: blue;
		text-decoration: underline;
	}
