@charset "utf-8";
body {
	background-color: #5B5B5B;
}
#wrapper {
	background-color: #FFFFFF;
	width: 880px;
	left: 50%;
	position: absolute;
	margin-left: -440px;
	top: 2px;
	height: auto;
	border: medium solid #333333;
}
#main {
	width: 77%;
	position: absolute;
	left: 187px;
	top: 148px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #main #winners li {
	list-style-type: none;
}


#header {
	width: 879px;
	position: relative;
}

#timestamp {
	position: absolute;
	top: 30px;
	right: 30px;
}

#wrapper #main #image1 {
	height: 170px;
	width: 220px;
	position: absolute;
	left: 402px;
	top: 182px;
	text-align: center;
	padding-top: 15px;
	background-color: #990000;
	z-index: auto;
}
#paragraph1 {
	width: 330px;
	position: absolute;
	left: 9px;
	top: 65px;
}

#image2 {
	background-color: #FFFFFF;
	height: 400px;
	width: 250px;
	position: absolute;
	left: 27px;
	top: 624px;
	text-align: center;
	padding-top: 20px;
	border: thick groove #990000;
}
#gif1 {
	position: absolute;
	left: 72px;
	top: 506px;
	height: 118px;
	width: 589px;
}
#scroll {
	height: 850px;
	width: 686px;
	overflow: scroll;
	position: absolute;
	left: -6px;
	top: 11px;
}
#scroll #image1 {
	float: left;
	height: 200px;
	width: 200px;
}

#footer {
	position: absolute;
	bottom: -80px;
	left: 400px;
	z-index: 10;
	color: #ffffff;
	font-size: 11px;
}

/*Styles for about us page */
#image4 {
	height: 200px;
	width: 250px;
	position: absolute;
	left: 31px;
	top: 600px;
}
.stories {
	width: 662px;
	position: absolute;
	left: 3px;
	top: 895px;
}
#image3 {
	height: 220px;
	width: 160px;
	position: absolute;
	left: 424px;
	top: 148px;
	text-align: center;
	padding-top: 17px;
	background-color: #990000;
}
#wrapper #main #paragraph2 {
	width: 337px;
	position: absolute;
	left: 327px;
	top: 580px;
	height: 338px;
}
h1 {
	color: #b22222;
	text-align: center;
}

@media print{  /* printer styles */ 
	#wrapper {
		background-color: #FFFFFF;
		width: 880px;
		left: 50%;
		position: absolute;
		margin-left: -440px;
		top: 2px;
		height: auto;
	}
	
	#header { /* hide the left column when printing */ 
		display:none;
	} 
	#MenuBar1 {
		display: none;
	}
	
	#scroll {
		overflow: none;
	}
	#timestamp {
		display: none;
	}
	#footer {
		display: none;
	}
	.calendar {
		display: none;
	}
}
