body  {
	padding: 0;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../DesignImages/Main-background-image.jpg);
	background-color: #043D4E;
	margin-top: 25;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#ContainerLOGO {
	background-image: url(../DesignImages/2-Eagles-Resort-Header.jpg);
	height: 140px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #666;
	margin-top: 25px;
	}	
	
#ContainerMasterMenu{
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	background-color: #CCC;
	padding-top: 5px;
	padding-bottom: 0px;
	clear: both;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: center;
	}
#ContainerMenuContact {
	font-family: verdana, arial, helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	margin: 0px;
	clear: both;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}	
	
#ContainerMenuContact a{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-bottom: 5px;
	}		

#ContainerMenuContact a:hover {	
	color: #FFF;
	background-color: #043E4C;
	font-weight: bold;
	text-decoration: none;	
}

#ContainerContent {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	margin-right: auto;
	margin-left: auto;
	width: 890px;
	background-color: #F2FAFE;
	margin-top: -20px;
	margin-bottom: -20px;
	}

#PageContent {
	clear: both;
	width: 95%;
	margin-right: auto;
	margin-left: auto;	
	}

#PageContent img {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	}

#ContainerTitle {
	font-size: 0.8em;
	padding-top: 5px;
	font-weight: bold;
	}	
	
	
#ContainerFooter {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-right: auto;
	margin-left: auto;
	width: 890px;
	background-color: #F2FAFE;
	background-image: url(../DesignImages/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 150px;
	clear: both;
	}

#CopyRight {
	color: #FFF;
	font-size: .6em;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-style: italic;
	}


h1 {
	font-size: 1.5em;
	color: #043D4E;
	text-align: center;
	padding: -5px;
	}

