@charset "utf-8";

/* Overall Container for page */
#container { 
	width: 935px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* div region size for the header */
#header { 
	height:100px;
} 
