@charset "UTF-8";
/* CSS Document */
/* 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 {
	padding: 15px;  /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}
