#col1 {
	float: left; /* Floating all columns and their container helps avoid IE bugs, such as the three-pixel text jog, and provides independent block formatting contexts.*/
	width: 190px; /* Sets the width of the main content area to 200 pixels wide. */
	margin: 5px 5px 10px 7px;
	padding-left: 5px;
   display:inline;
}

#col1 h2 {
	font-size: 140%; /* Sets the font size to 140% of the user's browser preference, */
	font-weight: normal; /* Removes the default bolding the browser puts on heading text. */
	margin-left: 20px; /* Adds 20 pixels of margin space between the left side of the h2 text and the left edge of the content div */
	padding-left: 32px; /* Provides the left padding on the h2 text so that the decorative background image has room to display.  */
	margin-bottom: 5px; /* Adds some space between the bottom of the h2 text and the content beneath it. */
	padding-bottom: 3px; /* Adds padding under the h2 text to give more room for the decorative image to appear. */
}

#col1 p {
  margin-right: 20px; /* Adds 20 pixels of margin space between the left side of the paragraph text and the left edge of the content div */
  margin-left: 20px; /* Adds 20 pixels of margin space between the right side of the paragraph text and the left edge of the content div */
  font-size: 85%; /* Sets the font size to 85% of the user's browser preference, */
  line-height: 1.4; /* Adds space or leading between lines of text */
  margin-bottom: 10px; /* Adds 10 pixels of space to the bottom of paragraphs within the content division. */
}

#col23 {
	margin: 5px 0px 10px 5px;
	padding: 5px 9px 5px 5px;
	float: left; /* Moves div to the left side of its container and allows content div to sit on its right. */
	width: 732px;
   display:inline;
}

#col2 {
	float: left; /* Moves div to the left side of its container and allows content div to sit on its right. */
	width: 680px; /* Sets the width of the sidebar column to 220 pixels. */
	line-height: 17px;
   display:inline;
}

#col2 h2 {
  font-size: 100%; /* Sets the font size to 100% of the user's browser preference, */
  margin-left: 15px; /* Adds 15 pixels of space on the left side of the sidebar h2. */
  font-weight: normal; /* Removes the default bolding the browser puts on heading text. */
  color: #FfB43C; /* Sets the text color */
  margin-bottom: 11px; /* Puts 11 pixels of space beneath the h2 text so that the paragraphs under it line up with the paragraphs in the main content column. */
  margin-top: 8px; /* Adds 8 pixels of space above the sidebar h2 text. */
}

#col2 h3 {
  font-size: 85%; /* Sets the font size to 100% of the user's browser preference, */
  margin-bottom: 0px; /* Removes all margin space under the h3 text. */
  color: #FfB43C; /* Sets the text color */
  margin-left: 15px; /* Adds 15 pixels of left margin. */
  margin-top: 10px; /* Adds 10 pixels of space above the h3 text. */
}

#col2 p {
  font-size: 75%; /* Sets the font size to 75% of the user's browser preference, */
  margin-right: 0px; /* Adds 10 pixels of space between the right side of the sidebar paragraphs and the edge of the sidebar column.  */
  margin-left: 5px; /* Matches the 15 pixels of left margin that the sidebar h3 also has. */
  margin-top: 2px; /* Adds 2 pixels of space above the sidebar paragraph text. */
}
