/* CSS Document */

#centerCont {
	position: relative;
	text-align: left;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 835px;
	height: 100%;
	z-index: 1;
	visibility: visible;
}
#siteTitle {
	position: absolute;
	top: 5px;
	left: 0px;
}
#date {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 175px;
	text-align: left;
}
#mainMenu {
	position: absolute;
	top: 63px;
	left: 160px;
	width: 610px;
	height: 20px;
}
#logo {
	position: absolute;
	top: 110px;
	left: 20px;
}
#subMenu {
	position: absolute;
	top: 200px;
	left: 0;
	width: 160px;
}
#infoBox {
	position: absolute;
	top: 110px;
	left: 660px;
	width: 175px;
}
#content {
	position: absolute;
	top: 150px;
	left: 180px;
	width: 450px;
	min-height: 350px;
}
#bigPicture1 {
	position: relative;
	top: 0;
	left: 0;
	width: 120px;
	height: 390px;
	float: left;
	margin-right: 50px;
}
#bigPicture2 {
	position: relative;
	top: 20px;
	left: 0;
	width: 450px;
	height: 120px;
}

