body {
width: 100%;
max-width: 800px;
min-width: 480px;
font-size: 0.6em;
font-family:"Trebuchet MS", Helvetica, sans-serif;
}

div#content {
	
	background-size: 350px;
}

div#header {

width: 82.5%;
margin: 2% 4.5% 2% 13%;

div#header-left {
	float:left;
	width: 47.5%;
	padding:0.3%;
}
div#header-right {
	float:left;
	width: 35%;
	padding:0.3%;
}



div#introduction {
	width: 82.5%;
	margin: 2% 2% 2% 15.5%;
}

div#instructions {
	width: 60%;
	margin: 2% 10% 2% 30%;
}

div#footer {
	width: 82.5%;
	margin: 2% 2% 2% 15.5%;

}

div#clear {
clear: both;

}

img#logo {
	float: right;
	width: 150px;

	
}

h1, h2, h4 {
	color: #e0192d;
	font-weight: 900;
}

h3 {
	color: #0089d0;
	font-weight: bold;
}

h1 {
	font-size: 6.9em;
	line-height:80%;
}

h2 {
	font-size: 3.5em;	
	line-height:80%;
}

h3 {
	font-size: 2.3em;
	line-height:125%;	

}

h4 {
	font-size: 1.7em;
}

p {
	font-size:1.4em;
	line-height:120%;
	margin-bottom:0.5em;

}

a {
	
	text-decoration: none;
	color: #0089d0;
}

strong {

	color: #0089d0;
}
