body {
width: 100%;
max-width: 1000px;
min-width: 640px;
font-size: 1em;
font-family:"Trebuchet MS", Helvetica, sans-serif;
}

div#content {
	background: #ffffff url('valo-background.png') no-repeat;
	background-position: left bottom;
	
	background-size: 450px;
}

div#header {

width: 82.5%;
margin: 2% 7.5% 2% 10%;

}

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% 5% 2% 12.5%;
}

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

div#footer {
	width: 82.5%;
	margin: 2% 5% 2% 12.5%;

}

div#clear {
clear: both;

}

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

	
}

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;
}
