body {
	margin:0px;
	padding:0px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#336600;
}


.homeShortBar {
	position:absolute;
	left:80px;
	top:45px;
	background-image:url(nav_img/home_shortbar.jpg);
	width:665px;
	margin-left:auto;
	margin-right:auto;
	height:33px;
}


.homeShortBarTxt {
	position:relative;
	font-size:12px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:9px;
}

.homeTallBar {
	position:absolute;
	left:80px;
	top:78px;
	margin-top:4px;
	width:665px;
	background-image:url(nav_img/home_tallbar.jpg);
	height:380px;
	margin-left:auto;
	margin-right:auto;	
}

.homeTallBarTxt {
	position:relative;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:320px;
}
.homeBottomNav {
	position:absolute;
	left:76px;
	top:458px;
	margin-left:auto;
	margin-right:auto;
}

