/* CSS Document */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	border: 0px 0px;
	line-height: 19px;
	font-weight: lighter;
}

div.whole {
	position:relative;
	left:50%;
	height:100%;
	width:1024px;
	margin: 0 0 0 -512px;
	padding:0;
	z-index:2;
	overflow:hidden;
	background-image: url(images/bg.jpg);
}

div.headshot {
	position:absolute;
	left:65%;
	height:300px;
	width:200px;
	margin: 0 0 0 0px;
	padding:0;
	z-index:3;
	overflow:hidden;
	top: 250px;
}

div.whole700 {
	position:relative;
	left:50%;
	width:800px;
	margin: 0 0 0 -400px;
	padding:0;
	z-index:0;
	overflow:visible;
	background: url(images/bg-800.jpg) repeat;
}

div.wholebg {
	background: url(images/bg-800.jpg) repeat;
	position:absolute;
	left:50%;
	width:800px;
	margin: 0 0 0 -400px;
	padding:0;
	z-index:0;
	overflow:auto;
	float: none;
	top: 0px;
}

td.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	border: 0px 0px;
	line-height: 19px;
	font-weight: lighter;
	color: #d6d8d1;
	padding-right: 30px;
	padding-left: 30px;
}

td.contact {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	border: 0px 0px;
	line-height: 19px;
	font-weight: lighter;
	color: #c29d7c;
	padding-right: 30px;
	padding-left: 30px;
}

td.content {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	color: #c29d7c;
	width: 570px;

}
td.menu {
	color: #d6d8d1;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 130px;
}


.story {
	line-height: 20px;
	text-indent: 20pt;
}

p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 0px 0px;
	line-height: 19px;
	font-weight: lighter;
}

body {
	background-color: #380600;
	margin: 0px;
	height:100%;
}

.white {

	color: #d6d8d1;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #CCCCCC;
	line-height: 24px;
	font-weight: normal;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #CCCC99;
	line-height: 24px;
	font-weight: lighter;
}
a {
	color: #9d3000;
	text-decoration: none;
}
a:hover {
	color: #d6d8d1;
	text-decoration: none;
	}

