
    .container
	{
	width:1260px;
	height:100%;
	margin:0 auto;
	border:25px solid #0cc;
	background-color: #b7faf0;
	padding: 10px;
	}

    .header
	{
	width: 1260px;
        height: 75px;
        background-color: #b6fcf5;
        background-image: url('../images/mainebeach.jpg');
	background-repeat: no-repeat;
        background-position: center, center;
	font-family: fantasy;
	font-size: 64px;
        font-weight: bold;
	text-align: center;
	color: #56391e;
	}
        
    .subhead
        {
        text-align:center;
	font-size: 36px;
	font-family: 'BebasNeueRegular', Arial;
        color: #56391e;
	background-color:#0cc;
	vertical-align:top;   
        }
            
    .footer
	{
	background-color:#d6b6e6;
        width: 1260px;
	clear: both;
	text-align:center;
        font-family: 'BebasNeueRegular', Arial;
        color: #56391e;
	font-size:24px;	
	}	