#menu {
	list-style: none;
	width: 150px;
	padding-top: 0px;
	height: 500px;
	padding-left: 25px;
	left: inherit;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a:link{
	color: #b8b8b8;
	font-family: neue helvetica, helvetica;
	font-size: 12px;
	height: 10px;
	display:block;
	text-decoration: none;
	padding: 5px 0 0 0px;
	font-weight:lighter;
}

#menu a:visited{

}

#menu a:hover{
color: #595959;
}

#menu a:active{
	color: #b8b8b8;
	font-family: neue helvetica, helvetica;
}                

#banner{
	margin-left: 5px;
	z-index: 10;
}


#copyright{
	color: #b8b8b8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	padding-left: 7px;
	white-space: normal;

}

#text{
	font-family: Helvetica Neue;
	font-size: 10.5px;
	background-color: #FFFFFF;
	color: #000000;
}


#viewport {
	width: auto; /* viewport width */
	height: 534px; /* viewport heigth */
	overflow: auto; /* scrollbars */
	background: white; /* contrast */
	white-space: nowrap; /* image flow not stack */
	margin: 0 auto; /* Mozilla page centering */
	text-align: left; /* IE centering fix */
}