/* default.aspx*/
#outerWrapper #banner{
	width: 950px;
	height: 160px;
	/*height: 210px; this was the original height */
	background-color: #009900;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper {
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

