@charset "UTF-8";
/* CSS Document */
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 0px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 237px;
	text-align: left;
	margin-top: 15px;
	border-left: 1px solid #CCC;
}
/* 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 #content {
	margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 15px 10px 10px 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	float: left;
	width: 648px;
}
