body { margin: 0; }

img, a { border: 0; outline: 0; }

#wrap {
	width: 800px;
	height: auto;
	margin: 20px auto 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 18px;
	color: #444;
	line-height: 25px;
}

#logo {
	background: url(images/abovestatelogo.png) top left no-repeat;
	width: 800px;
	height: 100px;
	float: left;
}
#content {
	width: 800px;
	height: 300px;
	float: left;
}
#footer {
	background: url(images/abovestatefooter.png) top left no-repeat;
	width: 800px;
	height: 45px;
	float: left;
}

.content-image {
	width: 200px;
	height: 100px;
	padding: 7px 9px 9px 7px;
	background-color:#AAA;
	box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 60px 24px 42px;
	display: block;
	float: left;
	border: 1px solid #777;
}

.content-image:hover {
	border: 1px solid #000;
	background-color:#222;

}

.content-image img { border: 1px solid #000; }

.pp_hoverContainer  { border: 1px solid #000; }
