@charset "utf-8";
/* CSS Document */


body {
	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: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #996600;
}
.img_mrg {
	padding: 15px;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0px solid #000000;
	background-color: #996600;
}
.oneColFixCtrHdr #header {
	background-color: #996600;
	background-image: url(images/header_4.gif);
	background-repeat: no-repeat;
	height: 151px;
	padding-top: 0px;
	padding-right: 140px;
	padding-bottom: 0px;
	padding-left: 140px;
}
.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: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	font-weight: bold;
	margin-left: 400px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #996600;
	background-image: url(images/body_4.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 140px;
	padding-bottom: 0px;
	padding-left: 140px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-position: top;
}
h3 {
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer {
	background-color: #996600;
	background-image: url(images/fotr_4.gif);
	background-repeat: no-repeat;
	height: 75px;
	padding-right: 140px;
	padding-left: 140px;
	margin-top: -20px;
}
.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: 0.6em;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #996600;
}

img.border {
	padding: 15px;
}
#big {
	font-size: 2em;
	color: #996600;
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
	color: #996600;
	font-size: 2em;
	font-weight: normal;
}
