body.inner {
    background: #fbde69;
    background: linear-gradient(to bottom, #2a140f, #911d02);
    background: -moz-linear-gradient(top, #2a140f, #911d02);
    background: -webkit-linear-gradient(top, #2a140f, #911d02);
    background: -o-linear-gradient(top, #2a140f, #911d02);
}
#main-wrapper.inner {
	background: #631908;
	background: linear-gradient(to bottom, #f4e9e9, #f1e0e0);
    background: -moz-linear-gradient(top, #f4e9e9, #f1e0e0);
    background: -webkit-linear-gradient(top, #f4e9e9, #f1e0e0);
    background: -o-linear-gradient(top, #f4e9e9, #f1e0e0);
    -moz-box-shadow: 0 -4px 5px 4px #592015;
    -webkit-box-shadow: 0 -4px 5px 4px #592015;
    -o-box-shadow: 0 -4px 5px 4px #592015;
    box-shadow: 0 -4px 5px 4px #592015;
}
#header {
	background: #fdd257;
	background: linear-gradient(to right, #faf065 0%, #fde25e 40%, #d03211 100%);
    background: -moz-linear-gradient(left, #faf065 0%, #fde25e 40%, #d03211 100%);
    background: -webkit-linear-gradient(left, #faf065 0%, #fde25e 40%, #d03211 100%);
    background: -o-linear-gradient(left, #faf065 0%, #fde25e 40%, #d03211 100%);
}
#logo{
    /*background: url(/images/goddesses/pitambara.png) no-repeat 0 0;*/
    top: 0px;
	left: 52px;
}
#logo img {
    width: 230px;
    height: 263px;
}
#top-menu li a.active {
	background: #981515;
}
#top-menu li a:hover {
	background: #fff;
	color: #820e0e;
}
#left-column .menu-inner {
	/*background: linear-gradient(to bottom, #5d2929 0%, #864a4a 50%, #f3e6e6 100%);*/
	background: linear-gradient(to bottom, rgba(134,74,74,1) 0%, rgba(134,74,74,1) 40%, rgba(243,230,230,0) 100%);
    background: -moz-linear-gradient(top, rgba(134,74,74,1) 0%, rgba(134,74,74,1) 40%, rgba(243,230,230,0) 100%);
    background: -webkit-linear-gradient(top, rgba(134,74,74,1) 0%, rgba(134,74,74,1) 40%, rgba(243,230,230,0) 100%);
    background: -o-linear-gradient(top, rgba(134,74,74,1) 0%, rgba(134,74,74,1) 40%, rgba(243,230,230,0) 100%);
}
#left-menu li a {
	color: #ffffff; /*#675036;*/
	font-weight: normal;
}
#left-menu li a:hover {
	color: #ed5339;
}
#footer {
	background: #894e4e;
    color: #ffffff;
}
#copyright {
    color: #ffffff;
}
#footer a{
    color: #f35438;
}