/*
		***** These styles are only used on the 2 column templates *****
*/
/* 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 0 0 194px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 4px 4px 4px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  /*margin-left:196px;*/
}
