/****************************************************************************/
/* 2col_layout.css                                                          */
/* This stylesheet makes adjustments for a 2 column body copy layout. This  */
/* is done by exchanging the body background image and reducing the width   */
/* of column 2.                                                             */
/****************************************************************************/

body {
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #E3E3E3;
	text-align: center;
	background: #e3e3e3 url(../images/body_bg.gif) repeat-y top center;
}

/* Body Column Wide - 2 column layout */
#col2 {
	float: left;
	width: 341px;
	margin: 20px;
	background-color: #fff;
}