#header {
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	width: 750px;
	height: 150px;
	z-index: 2;
}

#nav {
	position: absolute; 
	left: 5px; 
	top: 167px; 
	width: 138px; 
	height: 147px; 
	z-index: 3;
}

#cal {
	position: absolute; 
	left: 5px; 
	top: 410px; 
	width: 138px; 
	height: 203px; 
	z-index: 5;
}

#body {
	position: absolute; 
	left: 157px; 
	top: 167px; 
	width: 598px; 
	height: 580px; 
	z-index: 4;
}

#pgbg {
	position: absolute;
	background-color: #989898;
	left: 5px;
	top:5px;
	bottom: 5px;
	width: 751px;
	height: 800px;
	z-index: 1;
}

.link:link {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}

.link:active {
	text-decoration: none;
	color: #244C60;
	font-weight: bold;
}

.link:visited {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}

.link:hover {
	text-decoration: none;
	color: #244C60;
	font-weight: bold;
}
