@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #bfa290;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	background-attachment: scroll;
	background-color:  #39302b;
	background-image: url(images/bg_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Structural */

.content {
	background-color: #1b1513;
	padding-bottom: 50px;
	background-image: url(images/cont_bg_.gif);	
	/*padding-top: 15px;
	padding-right: 0;
	padding-left: 15;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	width: 960px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;*/
	border: 1px solid #100607;
	background-repeat: repeat;
}


.header_img {
	padding-top: 10px;
}

h2 {
	font-family: Georgia, Garamond, Sans-serif;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 8px;
	color: #d9864a;
	border-bottom: 1px solid #543e3e;
	width: 75%;
}

h3 {
	font-family: Georgia, Garamond, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #9dccea;
	padding-bottom: 0;
	padding-left: 1px;
}
	
p {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-top: 2px;
}

/* Lists */

ul {
	list-style-type: none;
	
}

ul li {
	background-color: #100607;
	float: left;
	display: inline-block;
	list-style-type: none;
	width: 150px;
	padding: 10px;
}

ul li a {
	font-weight: bold;
	display: inline-block;	
	list-style-type: none;
}

ul li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #948073;
	}
	

/* Links */

a:link {
	/*color: #e46a49;*/
	color: #f98465;
	text-decoration: none; 
}
a:visited {
	font-weight: bold;
	color: #ca6e56;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #f7c9a8;
}

a img { 
	border: none;
}

.bio {
	padding: 15px;
}


/* Design */
.header {
	width: 960px;
}

#logo {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}


.current {
	font-weight: bold;
	color: #ffb179;
}


.nav {
	font-weight: bold;
	background-color: #100607;
	width: 960px;
	margin-left: 30px;
}

 img .bio {
	padding: 10x;
}

.tel {
	color: #ffba9b;
}

.descript {
	font-family: Georgia, serif;
	font-size: 20px;
	/*color: #ffd6ae; */
	color: #f8bd84;
	font-style: italic;
}

.quote {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #fff;
	float: right;
	text-align: right;
	font-style: italic;
	width: 25%;
	height: 25%;
	padding-right: 25px;
}

/* Footer */
.footer {
	min-height: 30px;
	background-color: #100607;
	padding-top: -40px;
	width: 930px;
	margin-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.footer p {
	padding-top: 10px;
	font-size: 10px;
}



