/* global style settings */
body { background-color: #837c72; }

/* styles that define the main table structure */
.nav { 
	background-image: url(pic/base/sunshine_bg_mid.jpg);
}
.tdLeft {
	background-image: url(pic/base/sunshine_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #837c72;
}
.tdRight {
	background-image: url(pic/base/sunshine_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #837c72;
}
.tdFoot {
	background-image: url(pic/base/sunshine_bg_foot.jpg);
	background-repeat: no-repeat;
	background-color: #837c72;
}

/*.tdContent a:hover { color: #775c3d; }*/

.boxTitle, .popTitle { background-color: #dac9aa; }
.boxTitleGoogle { background-color: #dac9aa; }

.boxBody a.more:link, .boxBody a.more:visited, .boxBody a.more:active {
	color: #ac9160;
}
a.more:link, a.more:visited, a.more:active {
	color: #ac9160;
	text-decoration:none;
}
a.more:hover {
	color: #ac9160;
	text-decoration:underline;
}
a:link, a:visited, a:active {
	color: #ac9160;
	
}
a:hover {
	color: #ac9160;
}

.galerylink {
	background-color: #dac9aa;
	text-decoration: none;
}


