@charset "UTF-8";
/* CSS Document */

/******Color Scheme ***********
COLOR SCHEME:
#231F20 (grey color)- Background and body text font.
#BE1E2D (red color)- Center Menu Font Color
#8DC63F (green color) - Footer Menu Text and links
*******Color Scheme *******/

/* Bottom round section just after the main content section.  */
.contentBottom
{
	position: relative;
	width: 830px;
	background-color: transparent;
	border: none;
	margin: 0 auto;
	text-align: left; /* for IE centering problem */
}

