.twoColFixLtHdr #header {
	display:none;
}
img {
	display:none;
}
.twoColFixLtHdr #footer {
	display:none;
}
html, body {
	margin:0;
	padding:0
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#133522;
	font-size:12px;
	background-color:#FFF;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:#e0ecde solid 1px;
	background-image:url(images/faux_column2.jpg);
	background-repeat:repeat-y;
	text-align:left;
}
.twoColFixLtHdr #sidebar1 {
	border-top:1px solid transparent;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size:12px;
	background: #c7d8c8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 10px;
}
.twoColFixLtHdr #content {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top:1px solid transparent;
	text-align:left;
}
.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;
}
/* CSS Document */
a {
	color: #660000;
	text-decoration:underline;
	font-weight:800
}
a:hover {
	color:#cc3a49
}
.title_red {
	color:#660000;
	font-size:18px;
	text-transform:capitalize;
	font-weight:700
}
.title_green {
	color:#094700;
	font-size:14px;
	text-transform:capitalize;
	font-weight:700
}
.italics {
	font-style:italic
}
.bold {
	font-weight:700
}
.dots {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px dotted #720;
	margin-right: 10px;
	margin-left: 10px;
}
#inset {margin-top:20px; background-color:#e0ecde; padding:10px; border: double;}
