body {
  background-color: #8A4B08;
}
img {
	border: none;
	padding: 0px;
}

header-link{
	margin:0px;
}

header-NavBarLink{
	margin-left:10px;
	margin-right:10px;
	}

img.header-img{
	margin-left: -3px;
	margin-right: -3px;
}

/* unvisited link */
a:link {
    color: #D8D8D8;;
}

/* visited link */
a:visited {
    color: gray;
}

/* mouse over link */
a:hover {
    color: white;
}


#header{
	justify-content: center;
	text-align: center;
	background-color: #F5DA81;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#footer{
	justify-content: center;
	text-align: center;
	background-color: #F5DA81;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
}

#navbar{
	text-align: center;
	color: white;
	background-color: #61380B;
	width: 1000px;
	height: 30px;
	margin-left: auto;
  margin-right: auto;
  margin-top:-31px;
}

h1{
	font-family: verdana;
	font-size: 19px;
	vertical-align: middle;
	text-decoration:none;
	position: relative;
	top: 10%;
}

h2{
	font-family: verdana;
	font-size: 19px;
	vertical-align: middle;
	text-decoration:none;
	position: relative;
	top: 10%;
	text-align: center;
}

h3{
	font-family: verdana;
	font-size: 12px;
	vertical-align: middle;
	text-decoration:none;
	position: relative;
	text-align: center;
}

p.t1{
	font-size: 16px;
	font-weight: bold;
	line-height:0%;
	}

p.c1 {
	font-size: 12px;
	font-family: verdana;
	line-height:0%;
}

#content{
	width: 599px;
	height: auto;
	background-color: #F5DA81;
	float: left;
	text-align: center;
	}
	
#currentPhoto{
	width: 400px;
	height: auto;	
	float: right;
	border-left-color: #000000;
	border-right: 1px;
	background-color: #F5DA81;
	}
	
#slide{
	width: auto;
	height: auto;
	margin-left: auto;
	background-color: #E0E0F8;
	border: 1px;
	border-color: #000000;
	}
	
#container{
	width: 1000px;
	margin:0 auto;
	}