#container {
	background-color: #999;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 1200px;
}
#header {
	position: relative;
	height: 120px;
	width: 98%;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#headernav {
	background-color: #333;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	color: #FFF;
}
#leftnav {
	position:absolute;
	left:9px;
	top:194px;
	width:73px;
	height:76px;
	z-index:1;
}


.pad {
	text-align: center;
	white-space: nowrap;
	margin: auto;
	padding: 5px;
}
.headertext {
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	text-align: center;
}
.centerpic {
	text-align: center;
	padding: 5px;
}

