body {
	/* background-color: #d8e1eb; */
	background-color: #b2c4d7;
	/* background-image: none; */
}

#main .body {
	padding-top: 10px;
	background-color: #b2c4d7;
}
#main .header {
	padding-bottom: 10px;
}
#main .header h1 {
	text-align: right;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
}




/*
#main .header {
	background-image: url(../images/structure/border-dark-top.png);
}
#main .body, #main .content-body {
	background-image: url(../images/structure/border-dark-sides.png);
}
#main .footer {
	background-image: url(../images/structure/border-bottom.png);
}
*/

#slogan {
	background-image: url(../images/structure/header/slogan-dark.png);
}




#left {
	width: 548px;
	float: left;
}
#right {
	width: 340px;
	margin-left: 560px;
}

#left h2 {
	text-align: center;
}

#cities {
	padding: 0px;
	position: relative;
}

#cities li {
	display: block;
	width: 263px;
	height: 209px;
	float: left;
	margin: 0px 11px 8px 0px;
	padding: 0px;
}

#cities li a {
	display: block;
	background-color: #fff;
	padding: 5px;
	width: 253px;
	margin: 0px;
	color: #333;
	text-decoration: none;
}

#cities li a .title {
	display: block;
	/* float: left; */
	padding: 3px 0px 5px 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#cities li a .golink {
	display: block;
	float: right;
	width: 41px;
	height: 18px;
	margin: 3px 0px 5px 0px;
	text-indent: -9999px;
	background-image: url(../images/icons/golink.png);
}
#cities li a:hover .golink {
	background-image: url(../images/icons/golink_over_red.png);
}

#cities li a img {
	display: block;
}
#cities li a .image {
	width: 253px;
	height: 171px;
	display: block;
	clear: both;
	border: none;
	background-color: #fff;
}

/* banner item */
#cities li a .image .banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 253px;
	height: 171px;
	z-index: 0;
	/* display: none; */
}


#cities li a:hover {
	text-decoration: none;
	background-image: url(../images/structure/backgrounds/white-overlay-inverted.png);
	background-repeat: repeat-x;
	background-position: left top;
	
	border: 1px solid transparent;
	padding: 4px;
}



#guidedtours {
	position: absolute;
	right: -20px;
}


.text-line-right {
	display: block;
	height: 20px;
	float: right;
	clear: right;
	/* background: #000; */
}