body {
	font-family: arial, verdana, helvetica, sans-serif;
	background: #2A5BA3;
	color: 666666;
	font-color: black;
}

hr {
	margin-bottom: 2em;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	padding: 15px;
	background: #EDE9BF;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid black;
}
#footer {
	padding: 15px;
	background: #EDE9BF;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid black;
}


#header ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header li{
	display: inline;
}

#noname {
	width: 200px;
	height: 133px;
	float: left;
}
#logo img{
	float: left;
	border: none;
}

#content {
	min-height: 400px;
	background: #F5F5F0;
	padding: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid black;
}

.cent {
	text-align: center;
}
.attribution {
	border-bottom: 1px solid #999999;
	margin-bottom: 2em;
	margin-top: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: 999;
	font-size: 80%;
	font-style: italic;
	text-align: right;
}

.question {
	font-weight: bold;
	margin-top: 2em;
}

