/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
/* needs to be absolute */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
#logo {
	position: relative;
	left: 10px;
	_left: -260px;
	*left: -260px;
	top: 10px;
}
#text {
	position: relative;
	left: 140px;
	_left: 50px;
	*left: 50px;
	top: -60px;
	width: 470px;
	text-align:left;
	color: #000000;
}
#links {
	position: relative;
	left: 220px;
	_left: 0px;
	*left: 0px;
	top: -30px;
	_top: -30px;
	*top: -30px;
	width: 470px;
	color: #000000;
}
#images {
	position: relative;
	left: 60px;
	_left: 0px;
	*left: 0px;
	top: -10px;
	_top: -10px;
	*top: -10px;
}


/* for the navigation links */
.image1_on #image1_on,
.image2_on #image2_on,
.image3_on #image3_on {
	font-weight:bold;
}

