#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

#navcontainer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#hello {
	visibility: hidden;	
}

#container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#contentContainer {
	padding: 0px;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 700px;
	position: relative;
}

#contentContainer #content {
	padding: 5px;
	margin-top: 60px;
}

#sidebarContainer {
	visibility: visible;
}