body {
	background: #2f3f53;
	color: #fff;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin: 10px;
	padding: 0;
	text-align: center;
}

a {
	color: #eaddba;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #bb772e;
	text-decoration: underline;
}

/* HTML5... */
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote {
	background: #636f7e;
	border: 1px solid #eaddba;
	padding: 7px;
}

.button {
	background: #2f3f53;
	color: #fff;
	font-weight: bold;
	width: 125px;
}

.buttonActive {
	font-weight: bold;
}

#contentArea {
	margin: auto;
	padding: 0;
	text-align: center;
}


footer {
	font-size: 0.8em;
}

header {
	height: 139px;
	margin: 30px auto 0;
	text-align: center;
}

h4 {
	font-size: 16px;
	font-style: italic;
}

img { border: 0;}

input {
	border: 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0 0 6px 0;
	width: 600px;
}

section#contentArea {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 600px;
}

textarea {
	border: 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	height: 150px;
	width: 600px;
}