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

img.thumbs {
	float:left;
	height:107px;
	width:150px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
}
#main {
	margin-left:20px;
	width:700px;
	height:500px;
	
	float: left;
	margin-bottom: 20px;
	}
	
	#main img {border: solid black 1px;}
	
#thumbContainer {
	
	width:160px;
	height:500px;
margin-left:10px;
	float: left;
	
}
