
.box {
	width: 350px;
	height: 210px;
	background: #627e99;
	border: 1px solid #0055a8;
	filter:alpha(opacity=40);
	KHTMLOpacity: .4;
	-MozOpacity: .4;
	opacity: .4;
}

a.nav {
	float:right;
	width: 100px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #0055a8;
	padding-left: .5em;
	padding-right: .5em;
	font-size: 13px;
	text-decoration: none;
	border-left: 1px solid #0055a8;
}
a.nav:hover {
	background: #bdbc00;
	color: #ffffff;
}

#box0content {
	padding: 20px 15px 15px 15px;
	display: none;
}

#box1content {
	padding: 20px 15px 15px 15px;
	display: none;
}
#box2content {
	padding: 20px 15px 15px 15px;
	display: none;
}
#box3content {
	padding: 20px 15px 15px 15px;
}
#box0 {
	position: absolute;
	left:180px;
	top:120px;
	z-index: 0;
}
#box1 {
	position: absolute;
	left:230px;
	top:140px;
	z-index: 0;
}
#box2 {
	position: absolute;
	left:280px;
	top:160px;
	z-index: 0;
}
#box3 {
	position: absolute;
	left:330px;
	top:180px;
	z-index: 0;
	filter:alpha(opacity=80);
	KHTMLOpacity: .8;
	-MozOpacity: .8;
	opacity: .8;
}
