@charset "utf-8";
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-position: 0px;
	background-color: #000000;
	background-image: url(../images/content_bg.jpg);
}

.oneColFixCtrHdr #header {
}

.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: 0 20px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000000;
	border: 3px solid #4b4b4d;
}

.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 */
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #999999;
}


a:visited {
	color: #999999;
}


.blkletters {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


a:link {
	color: #999999;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(../images/lng_grdnt.jpg);
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
}
