
	body {
		font-family: arial;
		font-family: arial;
		font-size: 13px;
		background-color: #FFFFFF;
	}
	
	/* use same dimensions as background image */
	.content {
		width: 1152px;
		height: 2700px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0px 0px 60px 15px #333300;
	}
	
	.rows {
		display: table-row;
	}
	
	.cells {
		display: table-cell;
		font-size: 16px;
	}
	
	#navband {
	    position: relative;
	    left: 0px;
	    width: 1152px;
		height: 100px;
		background-color: #353234;
	}

	#navband2 {
	    position: relative;
	    left: 0px;
	    width: 1152px;
		height: 140px;
		background-color: #353234;
	}

	#nav {
		color: #FFFFFF;
		/*border: 1px solid yellow;*/
		padding-top: 43px;
		
		display: table; /* centering source: http://stackoverflow.com/questions/114543/horizontally-center-a-div-in-a-div */
		margin: 0 auto;
	}
	
	#nav2 {
		color: #FFFFFF;
		/*border: 1px solid yellow;*/
		padding-top: 60px;
		padding-left: 520px;
		
		display: table; /* centering source: http://stackoverflow.com/questions/114543/horizontally-center-a-div-in-a-div */
		margin: 0 auto;
	}
	
	.bkgd_image_properties {
		background-repeat: no-repeat;
	}
	
	#dessau_logo_navbar {
		position: absolute;
		top: 15px;
		left: 50px;
		height: 111px;
		width: 238px;
		z-index: 5;
		/*border: 1px solid pink;*/
	}
	
	/* Spanish CSS with -s suffix */
	#nav-s {
		position: relative;
		top: 73px;
		left: 586px;
		width: 470px;
	}
	
	.nav-cell {
		display: table-cell;
		vertical-align: middle;
		/*border: 1px solid pink;*/
	}
	
	.nav-item {
		font-family: arial;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		/*padding-top: 10px;
		padding-bottom: 9px;*/
		padding-left: 1px;
		padding-right: 1px;
		width: 120px;
	/*	background-color: pink; 
	border: 1px solid pink;*/
	}
	
	.nav-item:hover, .nav-item-s:hover {
		background-color: #FFFFFF;
		color: #252324;
		cursor: pointer;
	}
	
	div {
		font-family: arial;
	}
	
	#footer_table {
		position: absolute;
		bottom: 50px;
		height: 50px;
		/*border: 1px solid red;*/
		width: 100%;
		
		display: table; /* centering source: http://stackoverflow.com/questions/114543/horizontally-center-a-div-in-a-div */
		margin: 0 auto;
	}
	
	#footer {
		height: 50px;
		background-color: #353234;
		color: #FFFFFF;
		font-size: 13px;
		text-align: center;
		vertical-align: middle;
	}
	
	.languages {
		position: relative;
		top: 40px;
		left: 986px;
		width: 110px;
		font-weight: none;
		color: #525ABB;
		font-size: 12px;
	}
	
	.languages-s {
		position: relative;
		top: 45px;
		left: 915px;
		width: 110px;
		font-weight: none;
		color: #FFFFFF;
	}
	
	.languages a:link {text-decoration: none; color: #525ABB;}
	.languages a:visited {text-decoration: none; color: #525ABB;}
	.languages a:hover {text-decoration: none; color: #525ABB;}
	.languages a:active {text-decoration: none; color: #525ABB;}
