#inner-wrap {
    background: #e89d8c;
	background: url('images/hg_trans.png');
	color: #000000; 
	box-shadow: 0 0 5px 2px #00000;
}

#inner-trans {
	background: url('images/hg_trans.png') 0 0;; padding-left:23px; padding-right:23px; padding-top:13px; padding-bottom:13px
}

.nav-black {
	border-radius: 0 0 2px 2px;
	background: url('images/nav.png') left top;
	padding-top: 0;
	padding-bottom: 0
}

#page-footer .nav-black {
	border-radius: 2px;
}

.forumbg, .forabg {
    margin-bottom: 20px;
    padding: 2px;
    clear: both;
    border-radius: 7px;
}
.forum-image img {
	max-width: 100%;
}

body.simple .page-body {
	margin: 30px 30px 0;
	padding: 30px;
	background: #000000; 
}

.tabs .activetab > a, .tabs .activetab > a:hover {
    background-color: #924265;
    background-image: -webkit-linear-gradient(top, #dfc4ed 0%, #c7a7d9 100%);
    background-image: linear-gradient(to bottom, #dfc4ed 0%,#c7a7d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfc4ed', endColorstr='#c7a7d9',GradientType=0 );
    border-color: #c7a7d9;
    box-shadow: 0 1px 1px #f0d8dc inset;
    color: #333333;
}
.tabs .tab > a {
    background: #c37b9b;
    color: #000000;
}
.tabs .activetab > a {
    margin-top: 0;
    padding-bottom: 7px;
}
.tabs .tab > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    margin: 1px 1px 0 0;
}
.tabs .tab > a, .minitabs .tab > a {
    display: block;
    padding: 5px 9px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}