@charset "UTF-8";
body {
	font: 100%  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: #020b34;
	background-image: url(images/metal-background.jpg);
}

a:link{
	color: #020b34;
	text-decoration: none;
	border: 0px solid #000000;
}
a:active{
	color:#f37c44;
	text-decoration:none;
	border:0px solid #000000;
}
a:visited{
	color:#020b34;
	text-decoration:none;
	border:0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover{
	color:#f37c44;
	text-decoration:none;
	border: 0px solid #000000;
}

.oneColFixCtrHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
}
.oneColFixCtrHdr {
	overflow: scroll;
}
.oneColFixCtrHdr #header {
	background: #fff;
	padding: 20px 10px 20px 20px;
	text-align: center;
	border: 0px solid #000000;
}
.oneColFixCtrHdr #mainNav{
	background: #fff;
	padding: 0 0 10px 0;
	margin-left: 102px;
	font-size: 0.9em;
	border: 0px solid #000000;
	width: 800px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 50 0 50; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-left: 102px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #020b34;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #020b34;
	font-size: 0.8em;
	line-height: 1.3em;
}
.oneColFixCtrHdr #container #mainContentBottom {
	margin-left: 102px;
	padding: 20px 0 0px 0;
	font-size: 0.8em;
	letter-spacing: 0.08em;
	border: 0px solid #000000;
	width: 800px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	margin-left: 102px;
	font-size: 0.6em;
	width: 800px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #020b34;
	text-align: right;
	height: 40px;
}
h3 {
	font-size: 1em;
	color: #f37c44;
	letter-spacing: 0.1em;
	height: .7em;
}
.oneColFixCtrHdr #container #socialmedia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #f37c44;
	letter-spacing: 0.1em;
	text-transform: none;
	border: 0px none #FFF;
}
