@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;
	/* For absolutely-positioned navbar */
  position:absolute;
	top:5.1em;
	width: 50em;
}
#right {
	float: left;
	position: relative;
	overflow: hidden;
	width: 18%;
	left: 35%;
}
#right p {
	text-align: center;
	line-height: .1em;
	font-size: .9em;
}
#right img {
	width: 90%;
	margin: 0.5em;
	
}
#content {
	float: left;
	width: 66%;
	position: relative;
	left: 24%;
	overflow: hidden;

}
#content h1 {
	font-size: 2em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	font-variant: small-caps;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 0.25em;
}
#content h2 {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	line-height: 0.1em;
	font-weight: bolder;
}
#content p {
	line-height: 1.25em;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
}


#footer {
	background-color: #B5A37F;
	height: 3em;
	clear: both;
}
#footer table {
	height: 3em;
}
#footer table tr td img {
	height: 2em;
}
#footer table tr td {
	text-align: center;
	font-size: small;
}

img.contentleft{
	float: left;
	border: 1px none #000;
	margin-right: 10px;
}

img.contentright{
    float: right;
    border: 1px solid #000;
    margin-right: 10px;}
	
img.contentcenter{
	float: none;
	border: 1px none #000;
	margin-right: 10px;
	margin-left: 120px;
	margin-top: 20px;
}
	
#container2 {
	background-color: #F09101;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 1.4em;
	clear: left;
}
#container2 #container1 {
	background-color: #FFF;
	width: 100%;
	position: relative;
	right: 20%;
	float: left;
}
