@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColFixCtr #container {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	height: 625px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.welcome {
	height: 50px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, "Felix Titling";
	font-size: 32px;
	font-style: italic;
	color: #FFF;
	font-weight: bold;
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.pernoldphoto {
	height: 70px;
	font-family: "Felix Titling", "Book Antiqua", "Bookman Old Style";
	font-size: 42px;
	font-variant: small-caps;
	color: #C82525;
	text-align: center;
}
.largephoto {
	height: 250px;
	padding-right: 268px;
	padding-left: 267px;
}
.navbar_home {
	text-align: center;
	height: 80px;
	padding-right: 158px;
	padding-left: 157px;
}
.navbutton_home {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 120px;
	float: left;
	height: 60px;
	padding-top: 20px;
	font-weight: bold;
}
.tagline {
	height: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, "Felix Titling";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
