#sidebar-right {
	display: none;
}

.standard {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0)); /* for webkit browsers */
	-webkit-box-shadow: 5px 5px 5px #888;
	-webkit-border-radius: 29px;
	margin-bottom: 20px;
	width: 95%;
}

.security-box {
	background: url('../images/layout/boxes/secure-bg.jpg') no-repeat bottom left #fff;
}

#content {
	width: 100%;
}

.homepage-box-wrapper {
	background: transparent;
}

.homepage-box-wrapper-security {
	background: transparent;
}

.homepage-box-wrapper-disputes {
	background: transparent;
}

.standard h2 {
	background: #003366;
	-webkit-border-radius: 29px;
	margin: 5px;
}

.standard h2.security-heading {
	background: #f7d000;
}

.standard h2.dispute-heading {
	background: #990000;
}

.box-content { 
	background: transparent;
}

.box-footer-1 {
	background: transparent;
}

.box-footer-2 {
	background: transparent;
}
