body {
	background: #572b41;
}
a:link, a:visited {
	color: #52273c;
	text-decoration: none;
}
a:hover {
	color: #52273c;
	text-decoration: underline;
}
a:active {
	color: #52273c;
	text-decoration: none;
}
#header_wrap {
  background: #572b41 url(../images/grape/background.png) repeat-x;
}
#header {
  background: url(../images/grape/header-bg.png) no-repeat 100% 0;
}
#header .subscribe {
  color: #a27089;
}
#header .navigation li a {
	color: #f1f1f1;
	text-shadow: #000 0 1px 0;
	background: #311824;
	border-color: #311824;
}
#header .navigation li a:hover, 
#header .navigation li.current_page_item a,
#header .navigation li.current_page_parent a {
	color: #000;
	text-shadow: #fff 0 1px 0;
	background: #f1f1f1;
	border-color: #f1f1f1;
}
.extend {
  background: url(../images/grape/extend.png) repeat-x;
}
#footer p {
  color: #a27089;
  text-shadow: none;
  background: url(../images/grape/footer-divider.gif) repeat-x left bottom;
}
.left_block ul {
  background: url(../images/grape/footer-divider.gif) repeat-x left top;
}
.left_block ul li a {
  background: url(../images/grape/footer-divider.gif) repeat-x left bottom;
}
.left_block ul li a:hover {
  background-color: #3e1f2e;
}
.credits {
  color: #a27089;
}