﻿* {
	margin: 0;
	text-decoration: none;
	padding: 0;
	z-index: 1;
}
body    {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('images/H&F/M_Header.png') repeat-x left top;
	height: auto;
	list-style-type: none;
	}

#box {
	left: 135px;
	top: 11px;
	width: 760px;
	height: 560px;
	z-index: 3;
	float: left;
	position: absolute;
}

.box2{
	position: absolute;
	left: 50px;
	top: 140px;
	width: 760px;
	height: 560px;
	z-index: 1;
	float: left;
	visibility: inherit;
}

h3 {
	font-family: "Felix Titling";
	font-size: 16pt;
	color: #7B2A83;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	position: absolute;
}


p {
	position: absolute;
	left: 54px;
	top: 331px;
	width: 606px;
	height: 49px;
	text-align: left;
	font-family: Candara, Arial;
	color: #B180B6;
	font-size: 11pt;
}
.img {
	border-width: 0;
	position: absolute;
	left: 15px; 
	top: 11px;
	 right: 627px
}
.img2 {
	border-width: 0;
	z-index: 2;
	position: absolute;
	top: 30px;
	left:130px;
	}
	
.style16 {
	border-width: 0;
	text-align: center;
	display: inline;
	position: absolute;
}

<-----menu>

#navcontainer ul
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: inline;
	float: none;
	position: absolute;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	text-decoration: none;
	padding-left: 2px;
	padding-right: 0;
	color: #000000;
}

#navlist ul{
	text-align: center;
	width: 650px;
}

#navlist li
{
	margin: 0;
	display: inline;
	text-align: center;
	font-family: "felix Titling";
	font-size: 10.5pt;
	float: left;
	font-style: normal;
	text-decoration: none;
	z-index: 5;
	position: absolute;
	letter-spacing: 0.05pt;
}
	

/*Footer*/
#footer {
	padding: 0;
	background-position: 50% bottom;
	background-image: url('images/H&F/M_Footer.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
	height: 220px;
	margin-top: 400px;
	z-index: 0;
	position: fixed;
}

