/* CSS Document */

#topBox {
	margin-top: 36px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 214px;
}
#logo h1 {
	background-image: url(../images/daxFront_images/prattvillelogo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
}
#smallSplash {
	background-image: url(../images/daxFront_images/littleSplash.jpg);
	background-repeat: no-repeat;
	height: 188px;
	width: 156px;
	margin-left: 240px;
}
#logo {
	float: left;
	width: 240px;
}
#bigSplash {
	background-image: url(../images/daxFront_images/bigSplash.jpg);
	background-repeat: no-repeat;
	height: 224px;
	width: 340px;
	margin-left: 396px;
}
#top {
	background-image: url(../images/daxFront_images/bgTop.jpg);
	background-repeat: repeat-x;
	height: 259px;
}
