/*-----GENERAL----*/
html, body {
	height: 100%;
}

body {
	background: #ffffff;
}


p {
	color:#000000;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

#contentWrap {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
	

#sideWrap, #footer, .sociable {
	display: none;
}

#gMap {
	width: 320px;
	height: 240px;
	z-index: 0;
}



