#header {
	position: absolute;
	top: -100px;
	left: 0px;
	width: 650px;
	height: 125px;
	background-color: #7a6c34;
	border-bottom: #7a6c34 1px solid;
	
	}
	
#header_bg {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 125px;
	background-color: #7a6c34;
	border-bottom: #7a6c34 1px solid;
	}
	
#navbar_bg {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color: #cccc99;

	}
	
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	}
	
	
h2 {
	font-size: 30px;
	text-align: center;
	}
	
h3 {
	font-size: 20px;
	text-align: center;
	}
	
#content {
	position: absolute;
	top: 150px;
	left: 100px;
	width: 500px;
	text-align: center;
	}

a.navi {
	color: black;
	text-decoration: none;
	}
	
a.navi:hover {
	color: white;
	text-decoration: none;
	}

a {
	color: red;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
input {
	border: 1px black solid;
	}
	
textarea {
	border: 1px black solid;
	}
	
#logo {

	position: absolute;
	top: 15px;
	margin-left: 25px;
	}
	
#smith {

	position: relative;
	left: 15px;
	}
	
#navbar {

	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 25px;
	background-color: #cccc99;

	}
	
#navbar2 {
	margin-left: 75px;
	}
	
div.nav {
	line-height: 25px;
	font-size: 17px;
	height: 25px;
	border-right: #7a6c34 1px dotted;
	float: left;
	}
	
div.nav:hover {
	
	color: white;
	}

#nav_home {
	border-left: #7a6c34 1px dotted;
	}
	
hr {
	height: 1px;
	width: 90%;
	background-color: white;
	border: #7a6c34 2px solid;
	}
	
div.menu_top {
	background-color: #7a6c34;
	height: 40px;
	width: 540px;
	color: white;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	position: fixed;
	top: -1px;
	left: -1px;
	z-index: 1;
	border: 1px black solid;
	}
	
	div.menu_nav {
	background-color: #cccc99;
	height: 40px;
	width: 540px;
	color: white;
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	position: fixed;
	top: 40px;
	left: -1px;
	z-index: 1;
	border: 1px black solid;
	}