/* @override http://www.arricks.com/fishingreport/printable.css */

#header {
	height: 90px;
	margin-bottom: 20px;
	border: 1px solid black;
	background: #75876f;
}

#header p {
	display: none;
}

#content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#contact {
	padding: 10px;
	border: 1px solid black;
	margin-bottom: 20px;
	text-align: center;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#address {
	padding-right: 15px;
}

#phone {
	padding-right: 15px;
}

#content div.report p img {
	margin-left: auto;
	margin-right: auto;
}

.report {
	padding: 10px;
	border: 1px solid black;
	margin-bottom: 20px;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

.area {
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.date {
		font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
		color: #333;
}

.image {
	text-align: center;
}