/* global style settings */
body { background-color: #708155; }

/* styles that define the main table structure */
.nav { 
	background-image: url(pic/base/turism_bg_mid.jpg);
}
.tdLeft {
	background-image: url(pic/base/turism_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #708155;
}
.tdRight {
	background-image: url(pic/base/turism_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #708155;
}
.tdFoot {
	background-image: url(pic/base/turism_bg_foot.jpg);
	background-repeat: no-repeat;
	background-color: #708155;
}

/*.tdContent a:hover { color: #775c3d; }*/

.boxTitle, .popTitle { background-color: #c6daaa; }
.boxTitleGoogle{ background-color: #c6daaa; }

.boxBody a.more:link, .boxBody a.more:visited, .boxBody a.more:active {
	color: #85a558;
}
a.more:link, a.more:visited, a.more:active {
	color: #85a558;
	text-decoration:none;
}
a.more:hover {
	color: #85a558;
	text-decoration:underline;
}
a:link, a:visited, a:active {
	color: #85a558;
	
}
a:hover {
	color: #85a558;
}

.galerylink {
	background-color: #c6daaa;
	text-decoration: none;
}
