body {
	margin: 0;
	padding: 0;
	font-family: "arial";
}

#screen {
	margin: 20px auto;
	width: 90%;
}

#header {
	position: relative;
	background-color: black;
	background: url("../images/pheasant_flying_jeff_carney.jpg") left top repeat;
	color: white;
	height: 122px;
	width: 100%;
}

#main {
	border-left: 2px dashed black;
	margin-left: 10em;
	padding-left: 1em;

	margin-top: 0;
	padding-top: 0;
}

#links-bar {
	float: left;
	margin-right: 0;
	padding: 4px;
}

#footer {
	clear: both;
	border-top: 2px dashed black;
	padding-top: 10px;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

.pretty-p {
	text-indent: 2em;
	text-align: justify;
}

.pageTitle {
	font-family: "lucidia" serif;
	font-size: xx-large;
}

a.top-link {
	color: black;
	font-family: "impact";
	letter-spacing: 0.02em;
}

.side-link {
	margin-bottom: 0.5em;
}

.header-text {
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 40px;
	margin-right: 15px;

}

.entry {
	height: 400px;
	margin-bottom: 70px;
}

.photo-text {
	position: relative;
	margin-left: 520px;
}

.photo {
	position: absolute;
	left: -522px;
	margin-top: 0;
}

.standout-text {
	font-size: xx-large;
	text-align: center;
}

.huntingPlan {
	font-weight: bold;
	text-decoration: underline
}
