#main_copy_area {
	width: 470px;
}
/* Defines and overrides the background graphic for the main content area. Uses a faux-column design. */
#outerWrapper #contentWrapper {
	
}
/* 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.

Overides main content wrapper to fit a 2-column layout. */
#outerWrapper #contentWrapper #content {
	margin: 0 210px 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 20px 20px 20px;
}
