@charset "UTF-8";
/* CSS Document */

/* --- global styles --- */

body  {
	background-image: url(../images/bckgrnd-home.jpg);
	background-repeat: no-repeat;
	background-position: center 1px;
}

.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
} 
.thrColFixHdr #header {
	text-align: center;
	margin: 0;
	padding: 0px;
	height: 475px;
} 
.thrColFixHdr #sidebar1 {
	padding: 0 0 20px 50px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	padding: 0 32px 20px 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0 269px 0 287px;
	padding: 0 10px 20px 10px;
} 