 
    





/* CSS Document */

html, body {
    background-color: #ffffff);
    height: 100%;
	font-size:100%;
   margin: 20px;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -10em;
    }
	
.footer, .push {

	height: 10em;
 }

.whereabouts{
	left: 30px;
	top: 30px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 370px;
	width: 590px;
}
.footerwhereabouts{
	left: 30px;
	width: 590px;
	position: absolute;
	visibility: visible;
	z-index: 2;

}


.header{
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
}

.normal{
	width: 200px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
		background: #00ff33;
}

.normal	a:visited {
	font-family: Helvetica, Arial;
	font-size: 1.5em;
	font-style: normal;
	color: #ffffff;
	text-decoration: underline;
		background: #00ff33;

	}
.normal a:link {
	font-family: Helvetica, Arial;
	font-size: 1.5em;
	font-style: normal;
	color: #ffffff;
	text-decoration: underline;
		background: #00ff33;

}
.normal a:active {
	font-family: Helvetica, Arial;
	font-size: 1.5em;
	font-style: normal;
	color: #ffffff;
	text-decoration: underline;
		background: #00ff33;

}
.normal a:hover {
	font-family: Helvetica, Arial;
	font-size: 1.5em;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
		background: #00ff33;

}
.header2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
	background-color: #66FF00;
}


.item { width: 200px;  margin-bottom: 10px; }
.item.large { width: 400px;  margin-bottom: 10px; }
.item.head {
	width: 200px;
	margin-bottom: 20px;
	background: #00ff33;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.7em;
	text-align: center;
}

