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