@charset "utf-8";
/* CSS Document */

#bottomholder {
	position:relative;
	height:335px;
	width:900px;
	z-index:2;
}

#bottompics {
	position:absolute;
	width:691px;
	height:130px;
	left:209px;
	top:205px;
	z-index:3;
}
#smallphotos {
	position:absolute;
	width:215px;
	height:208px;
	border:2px #000 solid;
	top:10px;
	z-index:5;
}
#bottomtext {
	position:absolute;
	width:216px;
	height:311px;
	top:-20px;
	left:5px;
	z-index:5;
	text-align:left;
}
#topholder {
	position:relative;
	height:324px;
	width:900px;
	z-index:2;
}
#toptext {
	position:absolute;
	width:580px;
	height:317px;
	top:5px;
	left:5px;
	z-index:5;
	text-align:left;
}
#topimage {
	position:absolute;
	width:292px;
	height:317px;
	top:5px;
	left:595px;
	z-index:5;
	border: 2px #000 solid;
}
