@charset "utf-8";
/* Universal style rule */

#wrapper {
	width: 50em;
	background-color: #E88202;
	/* Put 20px margin above the wrapper */
	/* Set right and left to auto for centering */
	margin: 20px auto 0 auto;
	/* Required for absolutely-positioned layout only */
  position:relative;
}
body {
	background-color: #948D7A;
	font-family: Arial, Helvetica, sans-serif;
}

#banner {
	height: 5em;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #514D44;
}

/* Fixes the mysterious image gap */
#banner img{
	display:block;
	width: 100%;
}



#navbar {
	background-color: #B5A37F;
	top:5.1em;
	width: 50em;
	position: absolute;
}
#right {
	width: 10em;
	float: right;
	margin-top: 2em;
	position: absolute;
	top: 5em;
	right: 0px;
}
#right p {
	text-align: center;
	line-height: .1em;
}
#right img {
	width: 90%;
	margin: 0.5em;
	
}
#content {
	color: #000;
	background-color: #FFF;
	padding-top: 2em;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#content h1 {
	font-size: 1.5em;
	font-family: Charcoal, Impact, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #4E4639;
	font-variant: small-caps;
	letter-spacing: 0.08em;
	text-align: center;
}
#content p {
	line-height: 1.25em;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
#footer {
	background-color: #B5A37F;
	height: 3em;
}
#footer table {
	height: 3em;
}
#footer table tr td img {
	height: 2em;
}
#footer table tr td {
	text-align: center;
	font-size: small;
}

#content h4 {
	text-align: center;
}
#content h3 {
	text-align: center;
	font-size: 1em;
}
#content h2 {
	text-align: center;
	color: #4D4640;
	font-family: Charcoal, Impact, sans-serif;
	font-size: 1.25em;
}
