/*#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-left: 115px;
}

.gallery /*the box for the whole gallery on the page*/ {
	float: left;
	width: 740px;
}

.gallery img /* the image box loaded in*/{
	width: 150px;
	height: 150px;
	text-decoration:none;
}

.gallery li {
	float: left;
	height: 155px;
	width: 155px;
	margin-right: 25px;
	margin-bottom: 25px;
	list-style-type: none;
}

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