body {
	background-color: #aebaa6;
	margin: 0px;
	border: 0px;
	text-align: center;
	background-image: url(../images/home_01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
div#homeBox {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
div#homeBox div#homeLogo {
	position: relative;
	top: 40px;
	left: 50px;
	margin-bottom: 2px;
}
div#homeBox div#navBar {
	position: relative;
	top: 37px;
	left: 23px;
	width: 750px;
	height: 33px;
	background-image: url(../images/home_03.gif);
	background-repeat: no-repeat;
	text-align: center;
}
div#homeBox div#navBar div#navMenu {
	width: 720px;
	height: 23px;
	padding-top: 10px;
	padding-left: 30px;
	text-align: left;
	vertical-align: bottom;
}
div#homeBox div#flashBase {
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 357px;
	background-image: url(../images/home_04.gif);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: middle;
}

div#homeBox div#flashBase div#flashBox {
	width: 750px;
	height: 250px;
	position: relative;
	top: 45px;
	text-align: center;
}
div#homeBox div#homeFoot {
	position: relative;
	top: 0px;
	height: 22px;
	background-image: url(../images/home_05.gif);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C402A;
	padding-right: 23px;
	padding-top: 5px;
}
a.mangoLink, a.mangoLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C402A;
	text-decoration: none;
	text-transform: uppercase;
}
a.mangoLink:hover {
	color: Yellow;
}
a.homeLink, a.homeLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}
a.homeLink:hover {
	color: Yellow;
}
