ul#nav {
	padding-left: 16.5em;
}

ul#nav>li {
	font-size: 95%;
	/*background:#FFFFFF;*/
}

#name {
	float: left;
	text-align: left;
	/*width: 15em;*/
	width: auto;
	height: 100%;
	background-color: transparent;
	margin: 0em;
	padding-left: 0em;
	padding-right:3em;
	white-space: nowrap;
}

#name h1 {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin: 0em 0em 0em 0.4em;
	/*padding: 0em;*/
	position: relative;
	top: 0.1em;
	left: 0;
}

#name h1 a {
        text-decoration: none;
      }

#name h1 a:hover {
        text-decoration: underline;
      }

#jobs {
        clear: none;
        float: right;
	text-align: right;
	/*width: 15em;*/
	width: auto;
	height: 100%;
	background-color: transparent;
	margin: 0em;
	padding-left: 0em;
	padding-right:1em;
	white-space: nowrap;
}

#jobs h1 {
	display: inline;
	/* font-size: 1em;
	font-weight: bold;
	margin: 0em 0em 0em 0.4em;*/
	/*padding: 0em;*/
	position: relative;
	/*top: 0.1em;*/
	left: 0;
}

#jobs h1 a {
        text-decoration: none;
      }

#jobs h1 a:hover {
        text-decoration: underline;
      }
