

#subwrapper {
	clear: none;
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 3;
	visibility: visible;
	width: 1000px;
	left: 0px;
	
}.leftshadow {
	background-image: url(Images/images/shadow_05.png);
	background-repeat: repeat-y;
	width: 40px;
}
.topshadow {
	background-attachment: fixed;
	background-image: url(Images/images/shadow_11top.png);
	background-repeat: repeat-x;
	height: 25px;
}
.bottomshadow {
	background-attachment: fixed;
	background-image: url(Images/shadowbottom.png);
	background-repeat: repeat-x;
	height: 25px;
}
.redrule {
	border: 1px solid #FF0000;
	background-color: #000000;
}
.rightshadowCopy {
	background-image: url(Images/images/shadow_05rr.png);
	background-repeat: repeat-y;
	width: 40px;
}
.redrulebox {
	border: 1px solid #FF0000;
}