@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 960px;
	margin: 0 auto;
	left: auto;
	right: auto;
	background-color: #336;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 100%;
	line-height: normal;
	padding: 15px;
}

body {
	background-color:#CCC;
}

#Aside {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 15px;
	float: right;
	width: 300px;
	background-color: #999;
	color: #336;
	height: 300px;
	border: thick double #900;
	line-height: normal;
	font-weight: normal;
	clear: both;
	font-size: 16px;
	font-style: normal;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.learner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #CCC;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	border: medium groove #CCC;
	color: #CCC;
	background-color: #900;
	position: static;
	width: 300px;
	padding-left: 5px;
	text-align: center;
	font-size: medium;
	font-weight: bold;
}

section {
	border: thick none #3F0;
	background-color: #336;
}

#h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCC;
}

#h1 {
	background-color: #900;
	padding: 5px;
	clear: both;
	width: 940px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 2.1em;
	font-weight: bolder;
	color: #CCC;
	text-align: center;
	border: thick double #CCC;
}

#footer {
	font-size: 14px;
	font-style: italic;
}
