body {
	/*background-color: #3f7e49;*/
	/*background-image: url('../img/grange101519.jpg');*/
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white;
	text-align: center;
	}
	
body a {
	text-decoration: none;
	}
	
body a:link, body a:visited {		color: #adadeb;	}
body a:hover {
	background-color: #ebebfa;
	color: #5d5dd5;
	}

/*	
body div {
	border: 1px solid red;
	}
body div div{
	border: 1px solid blue;
	}
body div div div{
	border: 1px solid yellow;
	}
body div div div div{
	border: 1px solid purple;
	}
*/

#container {
	/*background-color: black;*/
	color: white;
	font-family: sans-serif;
	margin: 0 auto;
	max-width: 800px;
	text-align: left;
	position: relative;			/* Used to ensure proper absolute positioning of other elements relative to this div, not body */
	z-index: 0;
	}
	
#title {
	font-family: Garamond, Palatino, serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: .5em;
	font-size: 1.65em;
	border: none;
	}
	
#title a, #title a:link, #title a:visited, #title a:hover, #title a:active {
	background-color: black;
	color: black;
	}
	
#title_name {
	text-align: left;
	float: left;
	font-size: 1.1em;
	}
	
#title_prof {
	text-align: right;
	}
	
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	/*width: 700px;*/
	text-align: center;
	}
	
#navbar ul {
	margin: 0;
	padding: .3em 0 .3em 0;
	}
	
#navbar li {
	display: inline;
	list-style-type: none;
	}
	
#navbar a {
	background-color: #5d5dd5;
	color: #ebebfa;
	border: 1px solid white;
	font-size: .9em;
	padding: 0.3em 1em 0.3em 1em;
	}
	
#navbar a:hover {
	background-color: #ebebfa;
	color: #5d5dd5;
	}
	
#navbar a:active {
	background-color: #eca9a9;
	}


#content {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	}
	
#content h1 {
	text-transform: uppercase;
	}
	
.leftimage {
	/*float: left;*/
	margin: 0 30px 10px 0;
	/*border: 1px dashed red;*/
	}

#footer {
	clear: left;
	margin-top: 35px;
	padding: 10px;
	font-size: .75em;
	font-style: italic;
	text-align: center;
	}