body {
	background-color:#FFF;
	margin:0;
	font-family:Georgia, Times New Roman, serif;
	color:#000;
}

/* Images */
img {
	border:0;
}

/* Links */
a {
	color:#000;
}

/* Links */
a:visited {
	color:#000;
}

/* Change hover color to make it more intuitive */
/* Applies only to content section */
div#content a:hover {
	color:#0066CC;
}

/* Headings */
/* Page header */
h1 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Georgia, Times New Roman, serif;
	font-weight:normal;
	height:50px;
	margin-bottom:0;
	border-bottom:4px solid #3D3D3D;
}

/* Page header */
h1 a {
	color:#000;
	text-decoration:none;
}

/* Section header */
h2 {
	font-weight:normal;
}

/* Subsection header */
h3 {
	font-weight:normal;
}

/* Container for content */
div#container {
	width:750px; /* Width + 50px due to padding */
	position:absolute; /* Centering */
	left:50%; /* Centering */
	margin-left:-375px; /* Centering */
	padding:0 25px; /* Width + 50px due to padding */
}

/* Navigation */ 
ul#navigation {
	padding:0;
	float:right;
	margin-top:0;
}

/* Navigation */
ul#navigation li {
	float:left;
	list-style-type:none;
	padding:4px;
	background-color:#CCC;
}

/* Navigation */
ul#navigation li.active {
	background-color:#3D3D3D;
	border-left:4px solid #3D3D3D;
	border-right:4px solid #3D3D3D;
	border-bottom:4px solid #3D3D3D;
}

/* Navigation */
ul#navigation li a {
	color:#FFF;
	text-decoration:none;
}

/* Navigation */
ul#navigation li a:hover {
	text-decoration:underline;
}

/* Individual page content */
div#content {
	clear:both; /* Make sure the content displays as a new section */
}


/* Footer */
div#footer {
	border-top:1px dotted #3D3D3D; /* Add a dotted border above to visually separate the footer section */
	padding-top:1em;
}

/* Bottom border */
div#content h2 {
	border-bottom:1px dotted #3D3D3D;
}

/* Portrait image */
img.portrait {
	float:left;
	margin-right:5px;
}