@charset "UTF-8";
body {
	background-image: url(images/shadow-bg2.jpg);
	background-attachment: fixed;
	background-color: #000000;
	background-position: top center;
	background-repeat: repeat;
	margin: 0;
}

body, html {
	height: 100%;
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: line-through;
}

a: hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#parchment {
	background-image: url(images/parchment-pt.jpg);
	background-repeat: repeat-y;
	width: 920px;
	min-height: 100%;
	margin: 0 auto 0 auto;
	border: 0px;
	padding: 0px;
	font-weight: normal;
	height: auto;
}

#header {
    padding: 5px;
}

#logo {
    margin-top: 15px;
	margin-left: 15px;
}

#nav {
	padding: 0 5px 7px 0;
	margin-bottom: 0px;
	margin-top: -5px;
	border-bottom: 1px solid #610e0b;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul {
	margin-right: 0px;
	padding-right: 0px;
	display: inline;
}

#nav ul li {
	margin-right: 0px;
	padding: 3px 15px;
	border: none;
	list-style: none;
	display: inline;
}

#nav ul li.here {
	border-bottom: 5px solid #610e0b;
	list-style: none;
	display: inline;
}

#nav a:link, #nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #610e0b;
	text-decoration: none;
}

#body_container {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
}

#aboutBlurb {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: normal;
	color: #000000;
}

#body_header-old {
	padding: 0px;
	text-align: center;
}

#body_header{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #610e0b;
}

#workWebsites,
#workFlyers {
	padding: 0px;
	padding-bottom: 20px;
	text-align: center;
	color: #000000;
}

#workWebsites img,
#workFlyers img {
	margin: 5px 5px 0px 2px;
	border: 5px 10px 10px 5px;
	border-color: #610e0b;
}


#main_body {
	text-align: justify;
}

#left_body {
	float: left;
	position: relative;
	margin-left: 15px;
	width: 400px;
}

#right_body {
	float: right;
	position: relative;
	width: 400px;
	margin-right: 15px;
}

ul.listTight, ul.listTight li {
	margin-left: 20px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: square;
	color: #000000;
}

#form {
	padding-top: 20px;
	width: 200;
	margin-left: 150px;
}

#form input, textarea {
	background-color: #efe7d0;
}

p.fixedwidth, label.fixedwidth {
	display: block;
	width: 175px;
	float: left;
}

label.fixedwidth {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#button input {
	text-align: center;
	background-color: #000000;
	color: #efe7d0;
	font-weight: bold;
	padding: 5px;
}

h3 {
    text-align: left;
	margin-bottom: -2px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #610e0b;
}

h3.work {
    text-align: left;
	margin-bottom: -2px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #610e0b;
}

p.body {
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 15px 0px;
}

.staffbio p.body {
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

.profile {
	padding: 0px;
	margin: 0px 0px 50px 0px;
	clear: both;
	text-align: justify;
}

.profileSpacer {
	height: 1px;
	width: 100%;
	margin-top: 20px;
	clear: both;
}

.staffpic {
	float: left;
	margin: 0px;
}

.staffbio {
	float: right;
	margin: 0px;
	margin-top: -20px;
	width: 580px;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
}

#footer {
    width: 910px;
	padding: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	border-top: 1px solid #610e0b;
}

#copy {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
}

