body {
				color: #666666;
				background-color: #f9f8f6;
				background-image: url("images/back3.jpg");
				background-position: center; /* Center the image */
				background-repeat: no-repeat; /* Do not repeat the image */
				background-size: cover; /* Resize the background image to cover the entire container */
				font-family: Georgia, Times, serif;
				line-height: 1.4em;
				margin: 30px;}
			.wrapper {
				width: 940px;
				margin: 20px auto 20px auto;
				border: 2px solid #000000;
				background-color: #ffffff;}
			header {
				height: 160px;
				background-image: url(images/header.jpg);}
			h1 {
				text-indent: -9999px;
				width: 940px;
				height: 130px;
				margin: 0px;}
			nav, footer {
				clear: both;
				color: #ffffff;
				background-color: #aeaca8;
				height: 30px;}
			nav ul {
				margin: 0px;
				padding: 5px 0px 5px 30px;}
			nav li {
				display: inline;
				margin-right: 20px;}
			nav li a {
				color: #ffffff;}
			nav li a:hover, nav li a.current {
				color: #000000;}
			section.courses { /* Font Size job market and bib sections */
				font-size: 12px;
				float: left;
				width: 659px;
				border-right: 1px solid #eeeeee;}
			article {
				clear: both;
				overflow: auto;
				width: 100%;}
			hgroup {
				margin-top: 40px;}
			figure {
				float: left;
				width: 300px;
				height: 305px;
				padding: 5px;
				margin: 20px;
				border: 1px solid #eeeeee;}
			figcaption {
				font-size: 90%;
				text-align: left;}
			aside { /* Profile and contact me section   */
				width: 230px;
				float: left;
				padding: 0px 0px 0px 20px;}
			aside section a {  /* Profile section   */
				display: block;
				padding: 10px; 
				border-bottom: 1px solid #eeeeee;}
			aside section a:hover {
				color: #665d98;
				background-color: #efefef;}
			a {
				color: #0eb6c5;
				text-decoration: none;}
			h1, h2, h3 {
				font-weight: 50;
			font-size: 20px;
			}
			h2 {
				margin: 10px 0px 5px 0px;
				padding: 0px;}
			h3 {
				margin: 0px 0px 10px 0px;
				color: #096beb;}
			aside h2 {
				padding: 30px 0px 10px 0px;
				color: #096beb;}
			footer {
				font-size: 80%;
				padding: 7px 0px 0px 20px;}

		</style>