body {
	background: #2d1402;
	text-align: center;
	color: #2d1402;
}
p {
	margin: 0 0 1em 0;
}
a {
	color: #2d1402;
	outline: none;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 858px;
	background: url(../images/common/background-tile.png) repeat-y;
	position: relative;
}
h1 {
	position: absolute;
	top: 60px;
	left: 250px;
	color: #e9c333;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 85px;
	margin: 0;
	text-transform: lowercase;
	width: 565px;
	height: 80px;
	background: url(../images/common/goodman.png);
}
h1 span {
	display: none;
}
#inner {
	background: url(../images/common/header.png) top left no-repeat;
	padding-top: 180px;
}
#body {
	margin-left: 187px;
	padding-left: 83px;
	padding-right: 100px;
	margin-right: 13px;
	background: url(../images/common/footer.png) bottom center no-repeat;
	padding-bottom: 25px;
}
/* Navigation Styles */
#navigation {
	float: left;
	width: 124px;
	list-style: none;
	padding-left: 60px;
	margin: 0;
}
#navigation li {
	padding: 0;
	margin-bottom: 32px;
	padding-left: 19px;
	line-height: 0px;
	height: 13px;
}
#navigation a {
	display:block;
	height: 13px;
	background-position: top left;
	background-repeat: no-repeat;
}
#navigation a:hover {
	background-position: bottom left;
}
#navigation span {
	display: none;
}
#nav_home { margin-left: 10px; }
#nav_home a {
	width: 39px;
	background-image: url(../images/navigation/home.png);
}
#nav_about { margin-left: 5px; }
#nav_about a {
	width: 40px;
	background-image: url(../images/navigation/about.png);
}
#nav_columns a {
	width: 57px;
	background-image: url(../images/navigation/columns.png);
}
#nav_books { margin-left: 1px; }
#nav_books a {
	width: 40px;
	background-image: url(../images/navigation/books.png);
}
#nav_speaking { margin-left: 5px; }
#nav_speaking a {
	width: 60px;
	height: 17px;
	background-image: url(../images/navigation/speaking.png);
}
#nav_interviews { margin-left: 10px; }
#nav_interviews a {
	width: 71px;
	background-image: url(../images/navigation/interviews.png);
}
#nav_news { margin-left: 20px; }
#nav_news a {
	width: 35px;
	background-image: url(../images/navigation/news.png);
}
#nav_links { margin-left: 20px; }
#nav_links a {
	width: 31px;
	background-image: url(../images/navigation/links.png);
}
#nav_bio { margin-left: 35px; }
#nav_bio a {
	width: 21px;
	background-image: url(../images/navigation/bio.png);
}
#nav_contact { margin-left: 50px; }
#nav_contact a {
	width: 51px;
	background-image: url(../images/navigation/contact.png);
}
#about #nav_about, #home #nav_home, #columns #nav_columns, #books #nav_books, #speaking #nav_speaking, #interviews #nav_interviews, #news #nav_news, #links #nav_links, #contact #nav_contact, #bio #nav_bio {
	background: url(../images/navigation/dot.png) bottom left no-repeat;
}
/* End Navigation */

/* Home Styles */
#home #container {
	background: url(../images/common/home-background.png) top left no-repeat;	
}
#home #inner {
	padding-top: 200px;
	background: none;
}
#home h1 {
	top: 80px;	
}
#home #container {
	width: 903px;
	height: 680px;
}
#home #body {
	background: none;
	padding-bottom: 0;
}
/* End Home Styles */
/* Footer Styles */
#footer a, #footer { 
	color: #738747;
	text-transform: lowercase;
	text-decoration: none;
	margin-top: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer {
	margin-left: 175px;
}

.leftPic {
	float: left;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
}
