@CHARSET "UTF-8";

#leftInvestor {
    width: 300px;
    float: left;
}

#rightInvestor {
	width: 250px;
	display: block;
	float: left;
}

div#imageViewer {
	width: 250px;
	height: 185px;
    float: left;
}

#imageViewer #content {
	width: 250px;
	height: 185px;
}
