@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 *******/

/* provides some space and the bottom menu */
.footerSpacer
{
	position: relative;
	width: 830px;
	height: 10px;
	margin: 0 auto;
	background-color: transparent;
}