@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
h1, h2, h3, p, img {
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../__images/bkg_color.jpg);
	background-repeat: repeat;
}
.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. */
	margin: 0;
	display: block;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: #271E0D;
	background-image: url(../__images/main_content_bkg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #mainContent p {
	margin: 0 0 0 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 40px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #E4D8C2;
	font-size: 12px;
	line-height: 18px;
}
.oneColFixCtrHdr #mainContent form {
	margin: 10px 0 0 10px;
	padding: 0;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0 0 0 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 40px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #E4D8C2;
	font-size: 18px;
	font-weight: normal;
	font-family: "Trajan Pro", "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #navigation {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 54px;
	margin: 0;
	background-image: url(../__images/navigation_new/nav_bkg.jpg);
	background-repeat: repeat-x;
	display: block;
}
.oneColFixCtrHdr #navigation li{
	padding: 0;
	margin: 0;
	display: inline;
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.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 */
	color: #FFFFFF;
	font-size: 10px;
}
.image_left {
	float: left;
	padding: 15px 30px 0 30px;
	margin:0;
}
a, a:hover, a:visited {
	color: #FFC;
	text-decoration: underline;
}
