body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../imgs/bkgrd_home.jpg);
}


/* navigation */
#header {
	position: absolute;
	width: 925px;
	height: 189px;
	margin-top: 0px;
	margin-left: 0px;
	background:url(../imgs/header.jpg) no-repeat;
}
#header img {
	position: absolute;
	margin: 25px 0;
}
#globalnav {
	margin-top: 159px;
	text-indent: 170px;
	font-weight: bold;
	line-height: normal;
}
#globalnav a {
	color: #EEE1B8;
	text-decoration: none;	
	margin-right: 12px;
}
#globalnav a:hover {
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 3px solid #fff; 
}
#globalnav .globalnav_current {
	color: #fff;
	padding-bottom: 2px;
	margin-right: 12px;
}

