#container {
	border: 1px solid #000;
}

#pageHeader {
	border-bottom: 1px solid #000;
}

#footer {
	border-top: 1px solid #000;
}

#navcontainer {
	border-top: 1px dotted #000;
}

#navcontainer a {
	border-bottom: 1px dotted #000;
}

#navcontainer a:hover {
	background-color: #333;
}