body {
	font-family: verdana, arial, sans-serif;
	color: black;
	font-size: 13px;
	overflow-x: hidden;
	min-height: 600px;
	}

h1 { 
	font-family: trebuchet, verdana, arial, sans-serif;
	font-size: x-large; 
	margin-bottom: 0px;
	}

h2 {
	font-family: trebuchet, arial, sans-serif;
	font-size: large;
	margin-bottom: 0px;
	}

h3 {
	font-family: trebuchet, arial, sans-serif;
	font-size: medium;
	}

p {
	color: black;
	font-family: verdana, arial, sans-serif;
	text-align: left;
	margin-top: 5px;
	}

pre {
	color: black;
	font-family: verdana, arial, sans-serif;
	}
	
b {
	color: black;
	font-family: verdana, arial, sans-serif;
	}

a:link {
	color: #000071;
	}

a:visited {
	color: #6B238E;
	}

a:hover, a:active {
	color: #3152A5;
	}
	
.header {
	margin-left: 240px;
	height: 10em;
	}	
		
.content {
	text-align: center;
	margin-left: 240px;
	}
		
.navbar {
	position: fixed;
	left: 15px;
	top: 8em;
	}
		
.main-text {
	min-width: 771px;
	}
	
.wrapper, .wrapper2 {
	width: 58em;
	margin-left: auto;
	margin-right: auto;
	}
		
img.background {
	position: absolute;
	left: 250px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	}