html {
	font-family: "Lucida Sans", "MS Sans Serif";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	scrollbar-3d-light-color:#999999;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:e7970a;
	scrollbar-dark-shadow-color:#cccccc;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#4B4B4B;
	scrollbar-shadow-color:cdad86;
	background-image: url(../assets/images/squireshadowall.gif);
	background-attachment: fixed;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.form-container-area {
	height: auto;
}
div.center-form {
	width: 960px;
	background-color: #000000;
	height: auto;
	padding-top: 10px;
}
div.header-area {
	width: 100%;
	height: 170px;
	position: relative;
}

div.body-area {
	width: 100%;
	position: relative;
	height: auto;
	min-height: 1800px;
}

div.footer-area {
	width: 962px;
	height: 120px;

	background-image: url(../assets/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	background-position: 0px 190px;
	padding-bottom: 12px;
	position: relative;
}
div.page-size {
	width: 100%px;
	height: 120px;
}

div.center-area {
	text-align: center;
	position: relative;
	top: 3px;


}

