* {
	margin: 0;
	padding: 0;
}
	
#topNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6666;
	text-decoration: none;
	position: absolute;
	left: 376px;
	top: 253px;
	z-index: 1;
	width: 1px;
	height: 0px;
}
	
	a {
	text-decoration: none;
	color:#FFCC00
}

#sidebarContent {
	position:absolute;
	left:608px;
	top:105px;
	width:161px;
	height:485px;
	padding: 3;
	z-index:1;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 106%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: black;
}
