body {
	font-family: Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
}

#document {
	margin: 0 auto;
	border: 5px solid #eee;
	border-radius: 5px;
	max-width: 980px;
	min-height: 650px;
}

#headertop {
	background-color: #FEF9F6;
	height: 70px;
}

#headertext {
	background-color: #FAEFED;
	padding: 5px 5px 5px 150px;
	font-size: 2em;
	font-weight: normal;
	color: #CC3333;
}

#headerbottom {
	background-color: #FEF4E8;
	height: 15px;
}

#footer {
	margin: 0 auto;
	max-width: 980px;
	padding: 2px 5px 2px 5px;
	font-size: 0.9em;
	color: #DDDDDD;
}

#footertext {
	text-align: right;
	margin-right: 20px;
}

#footertext a {
	color: #CCC;
	text-decoration: none;
}

#footertext a:hover {
	color: #CC3333;
}

.logo {
	margin-left: 20px;
	max-height: 60px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #CC3333;
}

a {
	color: #CC3333;
}

input[type=submit] {
	background-color: rgb(207, 56, 53);
	color: white;
	border: none;
}

@media only screen and (max-width: 960px) {
	#headertop {
		display: block;
	}
	#headertext {
		padding-left: 5px;
		font-size: 3vw;
	}
	#headerbottom {
		display: block;
		height: 5px;
	}
}