@charset "utf-8";
.twoColFixLtHdr #container #mainContent {
	background-image: url(../images/box_center.png);
	background-repeat: no-repeat;
	height: 531px;
	width: 650px;
	background-position: 10px 0px;
	margin-top:-5px;
}
.twoColFixLtHdr #container #mainContent  h2{
padding:5px;
}
.twoColFixLtHdr #container #mainContent  p{
color:white;
margin:5px 0px 0px 28px;
}
.twoColFixLtHdr #container #mainContent  a{
color:#e7e7e7;
}
.twoColFixLtHdr #container #mainContent  a:hover{
color:#999999;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 301px; height:400px;
		background-image: url(../images/box_left.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	height:400px;
}
