body {
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.bg {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 500;
}
#CA_headerDiv a img{
	display:block;
	text-align:center;
	margin:auto;
}
#innerContainer {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 10px 15px 0px #eee;
	-moz-box-shadow: 5px 10px 15px 0px #eee;
	box-shadow: 5px 10px 15px 0px #eee; 
	background-color:#fff;
	border:1px solid #eee;
	min-height: 450px;
	padding: 20px 0px;
	margin:5px auto;
}
#mainContent {
	float: left;
	margin: 0 10px;
	padding: 0;
	width: 635px;
}
#outerContainer {
	background-color: transparent;
	margin: auto;
	padding: 0;
	position:relative;
	width: 1024px;

	z-index:500;
}

#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:27px;
}
