@charset "utf-8";

#wrapper {
	width: 960px;
	margin: 0 auto;
	left: auto;
	right: auto;
	background-color: #F3E9DC;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	line-height: 1.5em;
	padding: 15px;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #522A2A;
	border-right-color: #522A2A;
	border-bottom-color: #522A2A;
	border-left-color: #522A2A;
}

body {
	background-image: none;
	background-color: #98B9AB;
}

#h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	background-color: #5E2F21;
	color: #F2A868;
	padding-left: 10px;
	line-height: normal;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	padding-bottom: 5px;
}
h2 {
	color: #F2A868;
	background-color: #522A2A;
	width: 250px;
	padding: 10px;
}

#h3 {
	list-style-type: circle;
}
section {
	font-style: italic;
	background-color: #D6D6D6;
	width: 960px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #522A2A;
	border-bottom-color: #522A2A;
	border-left-color: #522A2A;
	color: #000;
}
#wrapper #Section {
	font-style: italic;
}
footer {
	width: 960px;
	margin: 0 auto;
	left: auto;
	right: auto;
	display:block;
	font-style: italic;
	font-size: small;
	text-align: center;
}

a:link {
	color: #522A2A;
}
a:visited {
	color:#606;
}
a:hover {
	color: #F4B350;
}

a:active {
	color: #F4B350;
}

a:focus {
	color: #F4B350;
}