body {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url(images/parkstation-background.jpg);
	background-position: center top;
	background-color: #D5D9E4;
}
#floatbox{
	height: 100px;
	width: 955px;
	position: absolute;
	left: 222px;
	top: 827px;
	z-index: 1;
	


}
#mainBox {
	height: auto;
	width: 925px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #D2CB9C;
	padding: 20px;
	float: left;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Droid Sans', sans-serif;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border: 2px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
}

#smallBox {
	float: right;
	width: 495px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #F3F3E3;

}
#medBox {
	float: left;
	width: 340px;
	height: auto;
	border: 1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0px;
	list-style-image: url(images/medal-red.png);
	list-style-type: square;
	font-weight: 100;
	font-size: small;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #F3F3E3;
}
#checkfront {
	height: auto;
	width: 955px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	float: left;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Droid Sans', sans-serif;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border: 2px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	z-index: 0;
}


.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	
}





/*--Main Container--*/

.main_view {

	float: left;

	position: relative;

}

/*--Window/Masking Styles--*/

.window {
	height:286px;
	width: 960px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border: 1px solid #CCCCCC;

}

.image_reel {
	position: absolute;
	top: 0;
	left: 0;

}

.image_reel img {float: left;}



/*--Paging Styles--*/

.paging {
	position: absolute;
	bottom: 225px;
	right: -7px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none;
}

.paging a {

	padding: 5px;

	text-decoration: none;

	color: #fff;

}

.paging a.active {
	font-weight: bold;
	border: 1px solid #00CCFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #00FFFF;

}

.paging a:hover {font-weight: bold;}
a:link {
	color: #000000;
	text-decoration: none;
	font-size: small;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #339999;
}
a:active {
	text-decoration: none;
	color: #339999;
}
.footer {font-size: small}
