body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	padding-left: 1em;
}

h1 {
	font-size: 14px;
	padding-left: 1em;
}

h2 {
	font-size: 18px;
	padding-left: 1em;
	background-color: #8e6e57;
	color: white;
}

a:link {text-decoration: underline;
          color: #8e6e57;}
a:visited {text-decoration: underline;
          color: black;}
a:active {text-decoration: underline;
          color: #8e6e57;
}
a:hover {color: red;
          }


div#wrapper {
	position:relative;
        margin-left:auto;
	margin-right:auto;
	top: 5px;
	width: 900px;	
}

div#header {
	height: 100px;
}

div#statement {
	background-color: #C8C8C8;
	padding-top: 1em;
	padding-left: 3em;
	padding-right: 3em;
	padding-bottom: 1em;
	border-style: solid;
	border-width: 6px;
	border-color: white;
}

div#content {
	border-style: solid;	
	border-color: #8e6e57;
	border-width: 1px;
}
