﻿/* CSS layout */
/*Must be 1000px because it fits inside the 1000px body tag*/
#main_body {
	width: 1000px;
	background-color: white;
	height: 1200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#all_shots{
	margin-left: 20px;
	text-align: left;		
}
#all_shots table{	
	margin-left: 50px;
}
#all_shots img{
	border: 1px black solid;
}

