#main_copy_area {
	width: 940px;
}
/* Defines and overrides the background graphic for the main content area. Uses a faux-column design. */
#outerWrapper #contentWrapper {
	background-image:none;
}
/* 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 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 20px 20px 20px;
}

#article ul li {

}

