html, body, h1, h2, h3, h4, div, p, ul, li, input {
	font-family: 'Trebuchet ms', sans-serif;
	font-size: 96%;
}

h2 {
	font-size: 110%;
	margin-top: 30px;
}

body {
	background: #E0E1E1;
	margin: 0;
}

em {
	font-weight: bold;
}

a:link {
	color: #525EFF;
}

a:visited {
	color: #525EFF;
}

a:link:hover, a:visited:hover {
	color: #3A2AAB; 
}
a:link:active, a:visited:active { 
	color: #3A2AAB;
}

#header {
	width: 100%;
	height: 280px;
	margin: 0;
	background: #383D4A;
}

#headerspacer {
	height: 30px;
}

#headercontent {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	background: black;
	background-image: url(header_bg.png);
	background-repeat: no-repeat;

}

#page {
	background: white;
	margin: 0;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#pagecontent {
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer {
	margin: 0;
	text-align: center;
	margin: 10px;
	font-size: 80%;
}

#screenshot {
	float: right;
	margin-top: 25px;
	margin-right: 50px;
}

#logo {
	float: left;
	margin-top: 40px;
	margin-left: 50px;
}

.update {
	font-weight: bold;
	font-size: 120%;
	color: red;
	margin-bottom: 30px;
}

.question {
	font-style: italic;
	color: gray;
}