@charset "utf-8";

/* Tour by Gimme-Website.com */

body {
	background:url(images/bg-body.jpg) repeat;
	color:#000;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
#page {
	background:url(images/tour1_41.gif) repeat-y;
	margin:0 auto;
	text-align:left;
	width:980px;
}
.photos div {
	display:inline;
	float:left;
	height:140px;
	position:relative;
	margin:1px 1px 2px 2px;
	width:240px;
}
.photos div img {
	display:block;
	height:140px;
	width:240px;
}
.photos div a {
	background:url(images/photo_overlay.png);
	behavior:url(iepngfix.htc);
	display:block;
	height:140px;
	left:0;
	position:absolute;
	top:0;
	width:240px;
	z-index:2;
}
.photos div a:hover {
	background:url(images/photo_overlay-hover.png);
	behavior:url(iepngfix.htc);
}
h2 {
	font-size:28px;
	line-height:28px;
	margin:0;
	text-align:center;
}
ul {
	list-style:url(images/bullet.gif);
	margin:0;
	padding:;
}
li {
	font-size:18px;
	margin:0;
	padding:;
}
.footer {
	font-size:12px;
	color:#ff5db1;
	text-align:center;
}
.footer p {
	margin:10px 0;
}
.footer a {
	color:#ff5db1;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
p {
	margin:0;
	padding:0 5px;
}