/* BASICS */

#navigation {
	position: absolute;
	top: 950px;
	left: 50%;
	width: 754px;
	height: 40px;
	margin-left: -376px;
	padding: 0px;
	background: transparent;
	z-index: 5;
	visibility: visible;
}

#textbox {
	position: absolute;
	top: 850px;
	left: 50%;
	width: 660px;
	height: 40px;
	margin-left: -330px;
	padding: 0px;
	background: transparent;
	z-index: 6; }
.bold {
	font-weight: bold;
	color: #121212;
}
.sideleadersm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #ffffec;
}

