@import url("base.css");

#container
{
	background-image: url("images/virtualtourpaws.png");
	background-position: 93% 345px;
	background-repeat: no-repeat;
}

#tour-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#tour-list li
{
	float: left;
	height: 8em;
	min-height: 110px;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	width: 48%;
}

#tour-list img
{
	border: 1px solid #c10000;
	float: left;
}

#tour-list .info { margin: 0 0 0 160px; }

#tour-list h3
{
	font-size: 90%;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
}

#tour-list .title
{
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#footer { padding-top: 2em; }