h1, h2, h3, p, li { margin: 0 0 10px 0; }
body,
html {
	margin: 0;
	padding: 0;
	background: #5a1b03;
	color: black;
	font-family: verdana, arial, sans, sans-serif;
	font-size: 10pt;
}
body {
	min-width: 620px;
}
#wrap {
	background-color: #f9e8ce;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0 auto;
	width: 600px;
}
#header {
	background-color: #ddd;
	background-image: url('red_top.jpg');
	height: 100px;
	width: 600px;
}
#nav a:link { text-decoration: none; color: white; }
#nav a:visited { text-decoration: none; color: white; }
#nav a:hover { text-decoration: none; color: white; }
#nav a:active { text-decoration: none; color: white; }
#nav {
	background-color: #784711;
	color: white;
	padding: 2px 0;
}
#spacer {
	height: 15px;
}
#main {
	background-color: white;
	float: right;
	width: 373px;
	padding-top: 15px;
	padding-left: 15px;
	margin-right: 15px;
	padding-right: 15px;
	min-height: 600px;
}
#sidebar {
	background-color: #f9e8ce;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	width: 152px;
}
#footer {
	height: 15px;
	clear: both;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 10pt;
}
h1 { font-size: 13pt;  }
h2 { font-size: 12pt; color: #927537; }
h3 { font-size: 10pt; }
#name {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	word-wrap: break-word;
	margin-bottom: 3px;
}
#title {
	text-align: center;
}
#portrait {
	display: block;
	border: 1px solid black;
	width: 150px;
}
#slogan {
	font-size: 12pt;
	font-weight: bold;
	color: #784711;
	margin: 0;
}
.sidebar_button {
	text-align: center;
	color: white;
	background-color: #784711;
	width: 144px;
	padding: 2px;
	font-size: 12pt;
	font-weight: bold;
	border: 1px solid black;
	cursor: pointer;
}
#sidebar a:link { text-decoration: none; color: inherit; }
#sidebar a:visited { text-decoration: none; color: inherit; }
#sidebar a:hover { text-decoration: none; color: inherit; }
#sidebar a:active { text-decoration: none; color: inherit; }
#pageheader {
	font-size: 16pt;
	font-weight: bold;
}
hr { margin: 15px 0; }
#location { text-align: center; font-weight: bold; margin-bottom: 3px; }
#phone { text-align: center;  }