@charset "utf-8";
* {
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	background-color: #3a2313;
}

#wrapper {
	height: auto;
	width: 300px;
	overflow: auto;
	position: relative;
}

#wrapper #header {
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
}

#wrapper #content {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 150%;
}
a:link, a:visited, a:hover, a:active {
	color: #FFFFFF;
}


#wrapper #footer {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 20px;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}

