@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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.oneColFixCtr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
fillimage {
	float: left;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#intromenu {
	width: 500px;
	float: left;
	border: 1px none #000000;
	height: 329px;
	text-align: center;
	vertical-align: middle;
}
.quote {
	float: right;
	width: 250px;
	font-size: 18px;
	color: #CCAF6A;
	padding: 5px;
}
#bodycopy {
	float: left;
	width: 100%;
	font-size: 14px;
}
.oneColFixCtr #container #mainContent a {
	color: #FFFFFF;
}
#introimage {
	width: 400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	height: 329px;
}
