@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666; /* 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: #2d2c22;
	height: auto;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align-last: left;
}
.twoColFixLtHdr #container {
	width: 1280px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2d2c22;
	color: #FFF;
} 
.twoColFixLtHdr #header {
	background-color: #2d2c22;
	background-image: url(images/page2header.jpg);
	background-repeat: no-repeat;
	width: 1280px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	height: 100px;
} 
.twoColFixLtHdr #container #mainContent #articletext .articleimageholder img {
	margin-left: 20px;
}

.twoColFixLtHdr #header .headertext {
	background-color: #2d2c22;
	background-image: url(images/page2header.jpg);
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 226px;
	color: #9A987C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	background-color: #2d2c22;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
    height: 1000px;
    width: 1180px;
    position: static;
    left: 10px;
    top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #A4A289;
    text-align: left;
    padding-top: 15px;
    padding-right: 100;
    padding-bottom: 100;
    padding-left: 220px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: 64px;
} 
.twoColFixLtHdr #container #mainContent img {
	margin-left: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent .image  {
    padding-left: 0px;
    width: 450px;
    text-align: center;
    line-height: 10px;
    margin-left: 400px;
}
.twoColFixLtHdr #container #mainContent div .quote {
    width: 450px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding-top: 50px;
    font-variant: small-caps;
    color: #A4A289;
}
.twoColFixLtHdr #container #mainContent div .sig {
    width: 450px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-variant: small-caps;
    color: #A4A289;
}
.twoColFixLtHdr #container #mainContent #articletext .articleimageholder2 img {
	margin-left: 10px;
}




.twoColFixLtHdr #container #mainContent #articletext .imageholder img {
    height: auto;
    width: auto;
}
.twoColFixLtHdr #container #mainContent #articletext .articleimageholder img {
	margin-left: 0px;
}




.twoColFixLtHdr #footer {
	background-color: #2d2c22;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0;
	line-height: 10px;
} 
.twoColFixLtHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.twoColFixLtHdr {
	background-color: #2d2c22;
}
.twoColFixLtHdr #container #mainContent #articletext p img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	width: 700px;
}

.twoColFixLtHdr #container #mainContent h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #a4a289;
    margin-left: 200px;
    padding-left: 30px;
}
.twoColFixLtHdr #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	margin-left: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #A4A289;
    margin-left: 0px;
    text-align: center;
    padding-top: 0px;
    padding-right: 300px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #articletext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #9A9A91;
    margin-left: -50px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 700px;
}
p.caption {font-size:9pt;} 
.twoColFixLtHdr #container #mainContent .image p {
	padding-top: 20px;
	font-size: 13px;
}
#articletext .imageholder img {

}
