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




#page {
	height: 560px;
	width: 760px;
}




#header {
	
	height: 30px;
	width: 760px;
	position: absolute;
	top: 30px;
}

#weekNumTxt {
	height: 30px;
	position: absolute;
	left: 152px;
	top: 0px;
}

#slideshowContainer {
	height: 540px;
	width: 760px;
	position: absolute;
	top: 50px;
}

.headerStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

#weekLinks {
	background-color: #FFFFFF;
	height: 507px;
	width: 85px;
	position: relative;
	top: 42px;
	left: 760px;
}

#grayBar {
	background-color: #333333;
	height: 18px;
	width: 85px;
	position: relative;
	left: 760px;
	top: 42px;
}

#otherWeeksText {
	position: relative;
	left: 760px;
	top: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	width: 85px;
}

#weekOne {

	background-color: #FFFFFF;
	position: absolute;
	top: 10px;
	height: 60px;
	width: 60px;
	left: 12px;
}

#weekTwo {
	position: absolute;
	top: 80px;
	background-color: #FFFFFF;
	height: 60px;
	width: 60px;
	left: 12px;
}

#weekThree {
	position: absolute;
	top: 150px;
	background-color: #FFFFFF;
	height: 60px;
	width: 60px;
	left: 12px;
}

#weekFour {
	position: absolute;
	top: 220px;
	background-color: #FFFFFF;
	height: 60px;
	width: 60px;
	left: 12px;
}

#weekFive {
	position: absolute;
	top: 290px;
	background-color: #FFFFFF;
	height: 60px;
	width: 60px;
	left: 12px;
}

#weekSix {
	position: absolute;
	top: 360px;
	background-color: #FFFFFF;
	height: 60px;
	width: 60px;
	left: 12px;
}

#weekSeven {
	position: absolute;
	background-color: #FFFFFF;
	top: 430px;
	height: 60px;
	width: 60px;
	left: 12px;
}

.weekLinksText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}

.weekLinksNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

#weekLinksTextBox {
	height: 60px;
	width: 60px;
	z-index: 100;
	position: absolute;
	top: 15px;
	left: 12px;
}

#PrintRoom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	height: 12px;
	width: 760px;
	position: absolute;
	top: 599px;
}

#shareButton {
	height: 12px;
	width: 100px;
	position: relative;
	z-index: 100;
	top: 84px;
	left: 677px;
}

#hiddenPhotos {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 1000px;
}