@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	background-color: #3F3F3F;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	margin-top: 70px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 770px;
	clear: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-top-color: #3F3F3F;
	border-right-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
	border-left-color: #3F3F3F;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3F3F3F;
	border-right-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
	border-left-color: #3F3F3F;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	letter-spacing: .1em;
}
.BFAtitle {
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.lampimage {
	height: 361px;
	width: 248px;
	float: left;
	margin-left: 80px;
	margin-right: 60px;
	clear: both;
	margin-bottom: 40px;
	margin-top: 40px;
}
.resumetext {
	width: 600px;
	margin-left: 40px;
	margin-top: 40px;
}
.contactinfo {
	height: 305px;
	width: 280px;
	float: right;
	margin-right: 80px;
	margin-left: 20px;
	margin-bottom: 40px;
	padding-top: 55px;
	margin-top: 40px;
	letter-spacing: 0.1em;
	font-size: 85%;
}
.bfavideo {
	height: 360px;
	width: 480px;
	clear: both;
	text-align: center;
	margin-right: 130px;
	margin-left: 150px;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	padding: 0px;
	background-image: url(21photos/hillentry360.JPG);
}
.photosheet {
	width: 720px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFF;
	color: #1A1A1A;
	padding-bottom: 20px;
	margin-top: 40px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 20px;
}
.photosheet h1 {
	font-size: 100%;
}
.photosheet h2 {
	font-size: 90%;
}
.photosheet p {
	font-size: 70%;
}
.photosettitle {
	font-size: 90%;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	letter-spacing: .25em;
}
.phototitle {
	font-size: 85%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.backtotop {
	float: right;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footerleft {
	font-size: 70%;
	width: 80px;
	float: left;
	height: 20px;
	margin-top: 8px;
	padding-right: 50px;
	padding-left: 10px;
	letter-spacing: .1em;
}
.footerright {
	font-size: 70%;
	width: 75px;
	float: right;
	height: 20px;
	margin-top: 8px;
	padding-left: 50px;
	letter-spacing: .1em;
}
