@charset "UTF-8";
/* CSS Document */

body {
	background-color: #086ab4;
	background-image: url(/images/stp/stp-home-background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#homeContainer {
	height: 477px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/stp/stp-entry-background.jpg);
	background-repeat: no-repeat;
}
#homeNavigation {
	padding-top: 118px;
	padding-left: 658px;
}
#homeTextArea {
	padding-left: 602px;
}
.homeBackground {
	background-image: none;
}
.padding-9pix-left {
	padding-left: 9px;
}


