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



img.thumbs {
	float:left;
	height:75px;
	width:75px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
}
#main {
	margin-left:10px;
	width:300px;
	height:400px;
	padding-top: 20px;
	float: left;
	margin-bottom: 20px;
	
	}
#main img {border: solid black 1px;}

#thumbContainer {
	
	width:250px;
	height:400px;
    padding-left: 50px;
	padding-top: 20px;
	float: left;
	
}