body {
	background-color:#fff;
	background-image:url('../images/background.jpg');
	background-repeat:repeat;
	background-position:left top;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#innerContainer {
	background-image: url('../images/Shadow.png');
	background-position: center;

	min-height: 450px;
	padding: 0px 20px 1px;
}
#CA_outerDiv{
	background-image:url('../images/backgroundPage.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
/*	border:1px solid #1a1a1a;*/
	padding:3px;
}
#mainContent {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 635px;
}
#outerContainer {
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 1024px;
}

#topShadow {
	background-color: transparent;
	background-image: url('../images/Top_Shadow.png');
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height:25px;
}
#bottomShadow {
	background-color: transparent;
	background-image: url('../images/Bottom_Shadow.png');
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height:19px;
}
