body {
  background: #023144 url(../img/base/snow/bg-body.gif) center top no-repeat; /* #fff url(../img/base/snow/bg-body.gif) top left repeat-x; */
}
a:link,
a:visited,
a:hover,
a:active {
	color: #883802;
}
.menu li{
  background: url(../img/base/snow/nav-back.gif) 0px 0px no-repeat;
}
.menu a:link,
.menu a:hover,
.menu a:visited,
.menu a:active,
.submenu a:link,
.submenu a:hover,
.submenu a:visited,
.submenu a:active {
  color: #023144;
}
.menu a:hover {
  background: url(../img/base/snow/nav-over.gif) 0px 0px no-repeat;
}
.menu a.hover {
  color: #0c4157;
	background: url(../img/base/snow/nav-on.gif) 0px 0px no-repeat;
}
.menu a.on {
  background: url(../img/base/snow/nav-on.gif) 0px 0px no-repeat;
  color: #023144;
}
#subnav {
  background: #f1f1f1;
}
.submenu a:hover {
  color: #1b576f;
}
.has-dropdown ul {
	border-bottom: 3px solid #ddd;
}
.has-dropdown li,
.has-dropdown li a {
	background: #eee;
	border-bottom: 1px solid #ccc;
}
.has-dropdown li a:hover {
  background: #fff;
}


/* content */
#content {
	background: #fff url(../img/base/snow/bg-main-snow.jpg) 0px 0px no-repeat;
}
#container.snow {
  background: #fff url(../img/bg-main-snow.jpg) 0px 0px no-repeat;
}
#container.sea {
  background: #fff url(../img/bg-main-sea.jpg) 0px 0px no-repeat;
}
#container.sun {
  background: #fff url(../img/bg-main-sun.jpg) 0px 0px no-repeat;
}
#main.standard {
  color: #022635; /* #023144; */
}
#page-title,
.page-title {
  color: #023144;
}
#theme-wrapper {
/*	background: #fff; */
}
.theme-header {
}
.theme-teaser {
}
.theme-link {
	color: #883802; /* #444; /* #023144; */
}