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

#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;
	text-align: center;
}
h2 {
	color: #F2A868;
	background-color: #522A2A;
	width: 250px;
	padding: 10px;
}

footer {
	width: 960px;
	margin: 0 auto;
	left: auto;
	right: auto;
	display:block;
	font-style: italic;
	font-size: small;
	text-align: center;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #00FF00;
}
a:hover {
	color: #FF00FF;
}

a:active {
	color: #0000FF;
}

a:focus {
	 background-color: yellow;
}