@charset "utf-8";
.twoColFixLtHdr #container { 
	position:relative;
} 
.twoColFixLtHdr #header { 
	position:absolute;
	top:0;
	left:0;
	width: 780px;
	height:150px;
} 
.twoColFixLtHdr #contentWrapper { 
	position:absolute;
	top:150px;
	left:0;
	width:780px;
	height:400px;
}
.twoColFixLtHdr #sidebar1 {
	position:absolute;
	top:0;
	left:0;
	width: 375px; /* 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 */
	height: 185px;
	background: transparent;
}
.twoColFixLtHdr #mainContent { 
	position:absolute;
	top:0;
	left:375px;
	width: 405px; /* 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 */
	height: 185px;
	background:#cc0000;
	color:#ffffff;
	margin:0;
	padding:0;
}
.twoColFixLtHdr #quoteWrapper {
	border:0;
}
.twoColFixLtHdr #mainContent #quoteWrapper p { 
	margin:60px 20px 0 20px;
	text-align:justify;
	font-size:80%;
}
.twoColFixLtHdr #mainContent #quoteWrapper .cite {
	float:right;
	width:350px;
 	text-align:right;
	padding:0;
	margin:0;
}


.twoColFixLtHdr #contentWrapper #center_img { 
	position:absolute;
	top: 195px;
	left:310px;
	margin:20px auto;
	width:159px;
	height:159px;
	border:0;
	background:url(../images/mandala_full_red_orange.jpg) no-repeat;
}
.twoColFixLtHdr #footer { 
	position:absolute;
	top:550px;
	left:0;
	width:780px;
	padding:0;
} 
