/*#page {
	background-color: #fff;
	width: 755px;
	height: 800px;
	margin-left:75px;
	margin-top:0px;
	border: solid red 1px;
}*/

#images /* the box for the image*/
{
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-left: 100px;
	margin-bottom:25px;
}


.gallery /*the box for the whole gallery on the page*/ {
	float:left;
	width: 800px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.gallery img /* the image box loaded in*/{
	float: left;
	background: #fff;
	border-color: #fff;
	border-style: solid;
	width: 225px;
	height: 225px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.gallery li {
	float: left;
	width: 230px;
	/*was originally 230*/
	margin-top: 0px;
	margin-right: 20px;
	list-style-type: none;
}

.gallery li a.visit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float: left;
	width: 100px;
	margin-left: 10px;
	text-decoration:none;
}
