body{
	margin: 0;
	font-size: 62.5%;
	background-color: #cdc5a3;
	}
#banner{
	background-image: url(images/bannerBG.jpg);
	background-repeat: repeat-x;
	}
#logo{
	margin: 0;
	width: 180px;
	height: 175px;
	z-index: 3;
}
#nav{
	width: 600px;
	height: 175px;
	position: absolute;
	left: 180px;
	top: 0px;
	z-index: 2;
}
#bannerRight{
	width: 75px;
	height: 175px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
	}
#title{
	color: #cdc5a3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	position: absolute;
	top: 98px;
	}
#tabs{
	position: absolute;
	top: 150px;
}
#tabs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
#tabs a{
	display: block;
	color: #3d3d0c;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	padding-bottom: 3px;
	}
#tabs a:hover, a:focus{
	color:#8f3823;
	border-bottom: 2px solid #8f3823;
	}
#tabs li{
	float: left;
	margin-right: 20px;
}	
#leftImage{
	}
#content{
	position: absolute;
	top: 200px;
	left: 225px;
	z-index: 3;
	width: 500px;
	}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.6em;
	color: #8f3823;
	font-style: italic;
	}
#content p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.6em;
	}
