@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: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(Images/bkgrnd_rock.jpg);
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
}
.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 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #000;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3A302F;
	border-right-color: #3A302F;
	border-left-color: #3A302F;
}
.oneColFixCtrHdr #mainContent div.subContent {
	border: 2px solid #323232;
	background-color: #0C0C0C;
	margin-bottom: 20px;
	padding: 10px;
}
.oneColFixCtrHdr #footer {
	background-color: #251F1E;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border-right-color: #3A302F;
	border-bottom-color: #3A302F;
	border-left-color: #3A302F;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
.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 */
}
#footer #copyright {
	text-align: center;
}
.inlineLeft {
	float: left;
	background-color: #3B302F;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: left;
}
.inlineRight {
	float: right;
	background-color: #38302F;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: left;
}
.oneColFixCtrHdr #mainContent a {
	color: #999;
}
.oneColFixCtrHdr #mainContent a:hover {
	color:#FFF;
	text-decoration:underline;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
.clearfloat {
	clear:both;
	height:0px;
}
.oneColFixCtrHdr #container #footer #menu {
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #header #mainMenu {
	display: none;
}
#lowMenuSpan {
	display: none;
}
.oneColFixCtrHdr #container #mainContent #illSplash {
	display: none;
}
.oneColFixCtrHdr #header a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
