*
{
	margin: 0 0;
	padding: 0 0;	
    border-width: 0;
}
body
{
	background: #D7D59C;	
	font-family: helvetica, arial , sans-serif;
}
a 
{
	text-decoration: none;	
	color: #3D303D;	

}
#about
{
	padding: 84px;
	padding-top: 100px;
	font-size: 12px;
	line-height: 20px;
}
#about p 
{
	padding: 10px;
	 text-align: justify; 

}
#about a:hover
{
	text-decoration: underline;	
	
}

#footer
{
	width: 800px;
	clear: both;
	position: relative;
	margin: 0 auto;
	top: 55px;
	text-align: right;
	font-size: 12px;	
		
}
#page, #wrapper , #app , #mapping , #form
{
	
	height: 500px;	
	width: 800px;
		
}

#wrapper
{
	margin: 0 auto;
}
#page 
{
	top: 50px;
    position: absolute;

	overflow: hidden;
	background: #F2ECE0;
	border: 1px solid #899D50;
	z-index: 55;
}
#mapping
{

	background: transparent url("mapping.png") 0 50px no-repeat;	
	
}
/*
#mappingSmall:hover
{
	cursor: pointer;
}
*/
div.node {
    background-color: white;
    
    position: absolute;
	border: 1px solid #899D50;
	background: #B1BF70;	
}

.node a 
{
	padding: 6px;
	display: block;
	
	
}




#form
{
	position: absolute;
	text-align: center;
	top: 220px;
	
}
#form input
{
	font-size: 25pt;
	font-family:  Helvetica, arial , sans-serif;
	color: #333;
	text-align: center;
	margin: 5px 0px;
	
	background: #C1CF80;
		

	border: 1px solid #697D70;
}
