﻿html,
body {
    background: url("Images/header_bar.png") center -70px repeat-x;
}
form {
	display: flex;
	flex-direction: column;
}
#main {
  flex-grow: 1;
  overflow: auto;
}
#header {
  min-height: 110px;
}

#header .apptitle {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 20px;
	color: #713603;
	vertical-align: middle;
	text-align: left;
}

#footer {
  background-color: #c7c7c7;
  margin-right: 5em;
  width: 100%;
  font-size: .7em;
  color: black;
  text-align: center;
  left: 0;
  position:absolute;
  bottom: 0px;
  height: 17px;
  padding-top:4px;
}

.headerlogo td {
	padding: 2px;
}

#headerleather {
	min-height: 20px;
}
.menubar {
	background-color: #BECFE9;
	height: 55px;
}

.menubartable {
	padding: 0px;
	width: 100%;
	height: 35px;
}
