#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	height: 85px;
	border-bottom: 2px dotted #666;
	}
	#header ul { 
		float: left;
		width: 140px;
		list-style-type: none;
		margin: 10px 0 30px 70px;
		}
		#header ul li { width: 70px; float: left; }
		#header ul li a { color: black; }
		#header ul li a:hover { color: grey; }
		
#header-left { float: left; }
	#header-left p { line-height: 12px; }
	#header-left #link { margin-top: 8px; }