/* Styles for locations.html */

#pagesection
{
	text-align: center;
}


#pagesection #location1
{
	width: 370px;
	float: left;
	margin: 0 0 0 5px;
}

#pagesection #location2
{
	width: 370px;
	float: right;
	margin: 0 0 0 5px;
}

#pagesection img
{
	border: 2px solid blue;
}