﻿/***
	Outer most table
***/
.Master
{
	width:766px;
	border-collapse:collapse;
}

/***
	Contains a section for each table used to configure the header, footer,
	and page content.
***/

.Header
{
	background-color: white;
	background-image: url(../../Images/mcg_header_banner.jpg);
	background-position: right 50%;
	background-repeat: no-repeat;
	height: 68px;
	border-collapse: collapse;
	width: 100%;
}

.Footer
{
	border-collapse:collapse;
	color:#CCC;
	font-weight:bold;
	width:100%;
}

.Content
{
	border-collapse:collapse;
	width:100%;
}