body {
	margin: 0;
	padding: 0;
	background-color: #333;
}

.header-container {
  width: 100%;
  margin: 0;
  height: 160px;
  background-color: #144752;
	padding: 0;
}

.header {
  margin: 0 4em 0 4em;
  border-left: 1px solid #034;
  border-right: 1px solid #034;
  background-color: #87c0c6;
	position: relative;
	overflow: hidden;
	height: 160px;
	min-width: 530px;
	max-width: 1024px;
}


.logo {
	position: absolute;
	left: 1.5em;
	bottom: 1em;
}

.logo a img {
	border: 0;
}

.contactinfo {
	position: absolute;
	right: 3em;
	bottom: 2em;
	color: #555;
	font-family: Georgia;
}

.contactinfo a {
	color: #444;
}


.nav-container {
	width: 100%;
	margin: 0;
	background-color: #330b02;
	position: absolute; 
	top: 160px;
	border-top: 1px solid #210;
	height: 64px;
}

.nav {
  margin: 0 4em 0 4em;
	border-top: 0.3ex solid #a86;
  border-left: 1px solid black;
  border-right: 1px solid black;
	background-color: #bd9b76;
	height: 64px;
	min-width: 530px;
	max-width: 1024px;
	white-space: nowrap;
}

.navitem {
	float: left;
	width: 33%;
	text-align: center;
	margin: 1em 0 1em 0;
}

.navitem #practice {
	margin-left: 2em;
}

.navitem #background {
	margin-left: 2.5em;
}

.navitem #contact {
}

.nav a {
	font-variant: small-caps;
	text-decoration: none;
	color: #444;
	font-size: 1.5em;
}

.background a#background,
.practice   a#practice,
.contact    a#contact {
	color: white;
	text-decoration: underline;
}

.nav a:hover {
	text-decoration: underline;
}


.content-container {
	position: absolute;
	top: 224px;
	width: 100%;
	margin: 0;
	background-color: #5e382d;
	padding: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.content {
  margin: 0 4em 0 4em;
	border-top: 0.3ex solid #b97;
  border-left: 1px solid black;
  border-right: 1px solid black;
	border-bottom: 1px solid #865;
	background-color: #cbaa89;
	min-width: 530px;
	max-width: 1024px;
}

.jason-photo {
	text-align: center;
}

.content img {
	border: 0.3em solid #333;
	margin: 1em;
}

.home .content img,
.practice .content img {
	float: center;
}

.background .content img {
	float: right;
}

.article {
	padding: 2.5em 5em 2.5em 5em;
}

p {
	margin: 1.5em;
	line-height: 1.5em;
}

.content-footer {
	font-family: Arial;
	font-size: 0.7em;
	color: #444;
	text-align: center;
	padding-top: 4em;
	padding-bottom: 5em;
}

h1, h2 {
	text-align: center;
	color: #333;
}

ul {
	font-size: 1.2em;
	color: #422;
	padding-left: 3em;
	font-family: Times;
}

form {
	margin-top: 3em;
}

label {
	display: block;
	float: left;
	width: 7em;
	text-align: right;
	margin-right: 0.5em;
	font-family: Arial;
	font-size: 0.75em;
	color: #222;
}

textarea {
	font-family: Times;
	margin-top: 2em;
	margin-left: 4em;
	font-size: 1em;
}

input[type="submit"] {
	margin-top: 1em;
	margin-left: 5em;
}

.message-text {
	font-family: monospace;
}
