@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 *******/

/* Contains the top section with the logo and an image.  */
.headerPics
{
	position: relative;
	width: 775px;
	height: 166px;
	margin: 0 auto;
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
}

/*	.headerPics_main
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 775px;
		height: 166px;
		background-color: #FFF;
		border: none;
		background-image: url(../images/general/pizza.jpg);
		background-repeat: no-repeat;
		background-position: right;
		text-align: left;
	}
*/
	/* Styling for the logo in the header area */
/*	.headerPics_logo
	{
		position: absolute;
		top: 30px;
		left: 10px;
		width: 249px;
		height: 100px;
		background-color: transparent;
		background-image: url(../images/general/logo.png);
		background-repeat: no-repeat;
	}
*/