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


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #D2D9C9;
	line-height: 0px;
}	
#container {
	width: 780px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: 40px;
} 
#mainContent {
	margin-left: 559px;
	background-color: #FFFFFF;
} 
#sidebar1 {
	float: left;
	width: 559px;
}
.spacer {
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
