﻿body
{
	text-align:center;
}
h3
{
	text-align:center;
}


#cContent
{
	width:100%;
}
#cMapLarge
{
	cursor:pointer;
	display:block;
}
#cZoom
{
	background-image:url(/images/zoom.gif);
	position:fixed;
	left: 10px;
	top:60px;
	width:91px;
	height:91px;
	cursor:pointer;
	z-index:100;
}

.zoomMouseOn
{
	background-position: -91px 0px;
}

.zoomOut
{
	max-width:100%;
	max-height:100%;
}