﻿/* Overall page change,  whole page text font, and color */
*
{
	font-family: Cooper Black;
	color: #FFFFFF;
	text-align: center;
}

h1
{
	font-size: 28px;
	color: Black;
}

h2
{
	font-size: 20px;
	color: Black;
}

#PageWrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
#Header
{
	background-image: url(Images/headerBg.png);
	width: 800px;
	height: 200px;
}

.HeaderLink
{
	width: 800px;
	height: 200px;
}
/* MainMenu div around menu*/
#menu
{
	width: 800px;
	/*backgound-image: url(Images/MenuBackground.png);*/
}

/* I think i am using #menu to control asp control id menu or div menu */

.MainMenu
{
	width: 800px;
	padding-top: 10px;
}

/* Any text, pictures, videos color change, edit with this 
	*4-6-10 does not change color of text, had to change it on the page with its own style for mcdonald legal.
*/
#MainContent
{
	color: Black;
}

#Footer
{
	background-image: url(Images/footerbg.png);
	width: 800px;
	height: 100px;
	text-align: center;
	vertical-align: baseline;
	clear: both;
	color: Black;
}



