@charset "utf-8";

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #000000;
	background-color: #EBEBEB;
} 
.twoColFixLtHdr #container #header p {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #750811;
	text-align: right;
	vertical-align: baseline;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 300px;
	line-height: 1.3em;
}

.twoColFixLtHdr #container #header p span.title{
  color: #E33;
}
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 0; /* the background color will be displayed for the length of the content in the column, but no further */
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px; /* 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: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
