#header {
	position: fixed;
	top:0;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 160px;
	width: 100%;
	min-width: 680px;
	background-color: lightgrey;
	z-index:100;
}

#header-left {
	width: 300px;
	position: absolute;
	left: 20px;
	bottom: 50px;
}

#header-photo {
	position: absolute;
	left: 330px;
}

#header-right {
	position: absolute;
	right: 30px;
	bottom: 50px;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

#navigation-bar {
	position: fixed;
	top: 160px;
	background-color:black;
	width:100%;
	min-width: 720px;
	z-index:100;
}

#navigation-bar ul{
	list-style-type:none;
	margin:0;
	margin-top:6px;
	margin-bottom:6px;
	padding:0;
	padding-top:6px;
	padding-bottom:6px;
}

#navigation-bar li{
	display:inline;
}

#navigation-bar a:link, #navigation-bar a:visited
{
	font-weight:bold;
	color:white;
	background-color:blueviolet;
	text-align:center;
	padding:6px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 6px;

	text-decoration:none;
}

#content {
	position:relative;
	margin-top: 220px;
}

