/* research site version 2.0 */
/* coded by l.watts@monumental */
/* content style */

/* contentbox */

#contentbox img {
	border: 1px solid #999999;
	padding-right: 50px;
	padding-left: 50px;




}

#contentbox .wide {
	padding-right: 0px;
	padding-left: 0px;
}

/* textbox */

#textbox {
	position: absolute;
	left: 280px;
	width: 300px;
	color: #000000;
	margin: 0px; 
	padding: 0px; 
	text-align: left;
	overflow: auto;
}
.tall {
	top: 40px;
	height: 540px;
}
.short {
	height: 360px;
	top: 220px;
}

/* imagebox*/

#imagebox {
	position: absolute;
	left: 0px;
	width: 280px;
	text-align: center;
}
#imagebox img {
	border: 1px solid #FFFFFF;
}
#imagebox .panel {
	border: none;
}
#imagebox .caption {
	color: #FFFFFF;
	text-align: center;
}

