@charset "UTF-8";
/* 
 	updates layout with background and overall rounded box design
*/

body  {
	background-color: #d7dae1;
	background-image: url(img/bg1.jpg);
	background-repeat: repeat-x;
}

.twoColFixLtHdr #container {
	width:842px;
	padding-left: 10px; 
	padding-right: 10px;
		
	-moz-box-shadow: 		1px 1px 20px #A7A7A7;  
	-khtml-box-shadow: 	1px 1px 20px #A7A7A7; 
	-webkit-box-shadow: 	1px 1px 20px #A7A7A7;

	box-shadow: 1px 1px 20px #A7A7A7;
	
	margin-top:10px;
	margin-bottom:30px;
	
	border: 0px solid white;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
	 
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
} 

.twoColFixLtHdr #header {
background:none;
} 


.twoColFixLtHdr #mainContent {
	padding-right:12px;
} 

.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#10244b; */
	/*background-color: #10244b;*/
	/*height: 78px;
	padding-top:10px;
	*/
	padding:15px; padding-bottom: 8px;	
}


