﻿/* General Styles */
html {
	padding:0;
	margin:0;
}

body {
	background-color:#577080;
	background-image: url('../img/background2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	font-size:16px;
}

img {
	border-style:none;
}

/* Layout Styles */
div#wrapper {
	padding:0;
	margin:0 auto 0 auto;
	position:relative;
	width:924px;
	opacity:95%;
}

div#masthead {
	padding:0;
	margin:0 auto 0 auto;
	position:relative;
	background-color:#FFF;
	width:824px;
	height:132px;
}

div#logo {
	position:relative;
	float:left;
}

div#header {
	margin:0 auto 0 auto;
	position:relative;
	text-align:center;
}

div#title {
	padding:35px 0 25px 0;
	margin:0;
	font:37pt 'Monotype Corsiva';
	position:relative;
	color:#577080;
}

div#message {
	margin:-35px;
	font:italic bold 14.5pt 'Times New Roman', Times, serif;
	position:relative;
	color:#577080;
}

div#marginHeader {
	position:relative;
	width:100%;
	height:1px;
	clear:left;
}

div#center {
	position:relative;
	width:924px;
	background-color:#f8f7f3;
}

div#season {
	position:relative;
	width:100%;
	height:200px;
}

.margin {
	height:1px;
	clear:both;
}

div#footer {
	font:1em Arial, Helvetica, sans-serif;
	position:relative;
	text-align:center;
	margin:0 auto 0 auto;
	background-color:#C5CCC7;
	clear:both;
    width: 824px;
}

div#footTop {
	position:relative;
	color:#806E4A;
}

div#footBottom {
	font:.9em Arial, Helvetica, sans-serif;
	position:relative;
	color:#806E4A;
	margin:5px 0 0 0;
}

div#marginFooter {
	position:relative;
	width:100%;
	height:1px;
}

.footLink {
	color:#806E4A;
}


