#fullsite {
	width: 683px;
	margin-left: 50%;
	position: absolute;
	left: -342px;
	top: 6px;
}

#fullsite #fsHeader {
	position: relative;
	width: 683px;
}


#fullsite #fsBody {
	position: relative;
	width: 683px;
}

#fullsite #fsBody #fsbLeft {
	position: relative;
	float: left;
	width: 62px;
	background-image: url(../images/left-bkg.jpg);
	background-repeat: repeat-y;
}

#fullsite #fsBody #fsbCenter {
	position: relative;
	float: left;
	width: 536px;
	padding: 0px 10px;
	background-color: #F3EFDB;
}
#fullsite #fsBody #fsbCenter #fsbcLeft {
	position: relative;
	float: left;
	width: 311px;
	padding-right: 10px;

}
#fullsite #fsBody #fsbCenter #fsbcRight {
	position: relative;
	float: left;
	width: 215px;

}
#fullsite #fsBody #fsbCenter #fsbcRight #fsbcrForm {
	background-color:#4E4943;
	background-image: url(../images/gold-aaro-register-here.jpg);
	background-repeat: no-repeat;
	width: 215px;
	padding: 30px 0px 5px 0px;
	position: relative;
	margin-bottom: 3px;
}

#fullsite #fsBody #fsbRight {
	position: relative;
	float: left;
	width: 65px;
	background-image: url(../images/right-bkg.jpg);
	background-repeat: repeat-y;
}


#fullsite #fsFooter {
	text-align: center;
	width: 683px;
	position: relative;
}
#fullsite #fsCopyright {
	text-align: center;
	padding: 10px 5px;
	width: 790px;
	position: relative;
}
