@charset "UTF-8";
/* ------------- Limited Scale Reset --------------*/
h1,h2,h3,h4,h5,h6,p,address,blockquote,div,ul,ol,li {
	margin: 0;
	padding: 0;
}
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: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
}
h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #container {
	width: 990px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.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 */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFF;
	letter-spacing: 3px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #333;
	color: #FFF;
	font-size: 11px;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}
.oneColFixCtrHdr #mainContent #row_one {
	height: 410px;
	padding-top: 20px;
	padding-left: 4px;
}
.oneColFixCtrHdr #mainContent #row_one #image1 {
	float: left;
	height: 400px;
	width: 300px;
	border: 1px solid #000;
}
.oneColFixCtrHdr #mainContent #row_one #image2 {
	float: left;
	height: 400px;
	width: 300px;
	margin-left: 20px;
	border: 1px solid #000;
}
.oneColFixCtrHdr #mainContent #row_one #image3 {
	float: left;
	height: 400px;
	width: 300px;
	margin-left: 20px;
	border: 1px solid #333;
}
.oneColFixCtrHdr #mainContent #row_two {
	clear: both;
	height: 22px;
	margin-top: 5px;
	padding-left: 6px;
}
.oneColFixCtrHdr #mainContent #row_two #text1 {
	float: left;
	height: 20px;
	width: 300px;
}
.oneColFixCtrHdr #mainContent #row_two #text2 {
	float: left;
	height: 20px;
	width: 300px;
	margin-left: 20px;
}
.oneColFixCtrHdr #mainContent #row_two #text3 {
	float: left;
	height: 20px;
	width: 300px;
	margin-left: 20px;
}
.oneColFixCtrHdr #mainContent #row_three {
	height: 410px;
	padding-top: 20px;
	padding-left: 4px;
}
.oneColFixCtrHdr #mainContent #row_three #image4 {
	float: left;
	height: 400px;
	width: 300px;
	border: 1px solid #000;
}
.oneColFixCtrHdr #mainContent #row_three #image5 {
	float: left;
	height: 400px;
	width: 300px;
	margin-left: 20px;
	border: 1px solid #000;
}
.oneColFixCtrHdr #mainContent #row_three #image6 {
	float: left;
	height: 400px;
	width: 300px;
	margin-left: 20px;
	border: 1px solid #000;
}
.oneColFixCtrHdr #mainContent #row_four {
	clear: both;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 6px;
}
.oneColFixCtrHdr #mainContent #row_four #text4 {
	float: left;
	height: 20px;
	width: 300px;
}
.oneColFixCtrHdr #mainContent #row_four #text5 {
	float: left;
	height: 20px;
	width: 300px;
	margin-left: 20px;
}
.oneColFixCtrHdr #mainContent #row_four #text6 {
	float: left;
	height: 20px;
	width: 300px;
	margin-left: 20px;
}
.oneColFixCtrHdr #mainContent #main_text {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.oneColFixCtrHdr #mainContent a, a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #333;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFF;
}
.oneColFixCtrHdr #footer a, a:visited {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}

