html,body {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	background-position: center center;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	background-color: #171a26;
	color: #e5edf8;
	text-align: center;
	font-size: 75%;
	line-height: 1.5em;

}
html>body {
	font-size: 12px; 
}

h1 {
	font-size: 2.0em;
	margin: 0.75em 0em 0.75em 0.5em;
	line-height: 1.5em;
	font-weight: normal;
}


h2 {
	font-size: 1.7em;
	margin: 18px 0em 18px 12px;
	line-height: 18px;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 1.071em 0em 1.071em 0.714em;
	line-height: 1.071em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	margin: 1.25em 0em 1.25em 0.833em;
	line-height: 1.25em;
	font-weight: normal;
	
}
h5 {
	font-size: 1.0em;
	margin: 1.5em 0em 1.5em 1em;
	line-height: 1.5em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	line-height: 1.875em;
	margin: 1.875em 0em 1.875em 1.25em;
	font-weight: bold;
}


h1, h2 {
    padding: 0;
    margin: 0;
}

h1 {
	text-indent: -9000px;
}

div#logo {
	position: absolute;
	top: 80px;
	left: 6px;
	width: 529px;
	height: 86px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(images/theintelproject.png);
	overflow:  hidden;
}

div#content {
	background-color: #f0f0f0;
	color: #171a26;
	text-align: left;
	margin-left: 299px;
	height:  100%;
}

div#content div {
	width: 100%;
	height:  300px;
}

#content h2 {
	position: absolute;
	top: 170px;
	left: 318px;
	text-align: right;
	width: 200px;
}

a {
	color: #3c4360;
}
