* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
	text-align: center;
	background: #e8e3d7;
}

#logo {
	background: #9a7b4d url('images/design/logo.jpg') no-repeat 50% 0;
	height: 150px;
}

.inner {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border: 0;	
}

#menu {
	background: #333;
}

#content {
	background: #fffaec;
	padding: 30px 0;
}

#content p {
	font-size: 1.3em;
	line-height: 1.8em;
	color: #333;
	margin: 0 0 1em;
}

#content a {
	background: #ff9700;
	text-decoration: none;
	padding: 3px;
	color: #333;
}

#content ol {
	list-style-position: inside;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #333;
	margin: 10px 0;
}

#content a:hover {
	background: #ffe300;
	color: #000;
}

#lefthandsmall p {
	margin: 0 0 20px 0;
}

#lefthandsmall a {
	line-height: 2.1em;
	background: #ff9700 url('images/design/no_arrow.gif') no-repeat 0 50%;
	text-decoration: none;
	padding: 5px 5px 5px 17px;
	color: #333;
}

#lefthandsmall a:hover {
	background: #ffe300 url('images/design/no_arrow.gif') no-repeat 0 50%;
	color:  #000;
}

#lefthandsmallselected a, #lefthandsmallselected a:hover {
	font-weight: bold;
	background: url('images/design/arrow.gif') no-repeat 0 50%;
	text-decoration: none;
	padding: 5px 5px 5px 17px;
	color: #333;	
}

#content p strong {
	color: #333;
}

#lefthandside {
	float: left;
	width: 360px;
}

#righthandside {
	float: right;
	width: 380px;
}

#lefthandsmall {
	float: left;
	width: 230px;
}

#righthandlarge {
	border-left: 1px solid #e8e3d7;
	padding: 0 0 0 20px;
	float: right;
	width: 500px;
}

.imageright {
	float: right;
	margin: 0 0 15px 15px;
}

hr {
	border: none; 
    border-top: 1px solid #e8e3d7;
    height: 1px;
    font-size: 1px;
	margin: 20px 0;
}

/* nav */

ul#nav { list-style: none; padding: 15px 0 0; }
#nav li { float: left; }
#nav li a {
	display: block;
	height: 30px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

#nav li.home a { width: 69px; }
#nav li.authors a { width: 85px; }
#nav li.books a { width: 69px; }
#nav li.publishing a {
	width: 94px;
}
#nav li.about_us a { width: 93px; }
#nav li.contact_us a { width: 103px; }

#nav li.home a { background: url('images/design/home.gif') no-repeat 0 -30px;}
#nav li.authors a { background: url('images/design/authors.gif') no-repeat 0 -30px;}
#nav li.books a { background: url('images/design/books.gif') no-repeat 0 -30px;}
#nav li.publishing a { background: url('images/design/publishing.gif') no-repeat 0 -30px;}
#nav li.about_us a { background: url('images/design/about_us.gif') no-repeat 0 -30px;}
#nav li.contact_us a { background: url('images/design/contact_us.gif') no-repeat 0 -30px;}

#nav li.home a:hover { background-position: 0 -60px;}
#nav li.authors a:hover { background-position: 0 -60px;}
#nav li.books a:hover { background-position: 0 -60px;}
#nav li.publishing a:hover { background-position: 0 -60px;}
#nav li.about_us a:hover { background-position: 0 -60px;}
#nav li.contact_us a:hover { background-position: 0 -60px;}

#nav li a { text-indent: -6218px; }

body#page_home #nav li.home a {	background-position: 0 0; }
body#page_authors #nav li.authors a {	background-position: 0 0; }
body#page_books #nav li.books a {	background-position: 0 0; }
body#page_publishing #nav li.publishing a {	background-position: 0 0; }
body#page_about #nav li.about_us a {	background-position: 0 0; }
body#page_contact #nav li.contact_us a {	background-position: 0 0; }

.clear {
	clear: both;
}



.paper {
	background: #fff;
	border: 2px solid #333;
	padding: 7px 12px;
	line-height: 1.6em;
	color: #000;
}

.reversed p {
	color: #000 !important;
}

.reversed {
	background: #e8e3d7;
	border: 2px solid #333;
	padding: 5px 10px;
	line-height: 1.6em;
}

.underscore {
	border-bottom: 1px solid #000;
	padding: 0 0 2px 0;
}

.borderless {
	border: 0;
	padding: 0;
	margin: 0;
}

.amazon_link {
	font-size: 1.3em;
	float: left;
	height: 43px;
	line-height: 43px;
	padding: 0 5px 0 0;
}

#footer {
	background: url('images/design/drop_shadow.gif') repeat-x top left;
}

#footer p {
	font-size: 1.3em;
	line-height: 1.6em;
	color: #333;
	padding: 15px 0;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

#footer_right p {
	color: #BBB;
}

#footer_right a {
	text-decoration: none;
	color: #BBB;
}

#footer_right a:hover {
	color: #333;
}                                  

.sunset {
	background: url('images/misc/sunset.jpg') top center no-repeat;         
	line-height: 1em;
	padding: 10px;
}
.pod {
	color: #06F;
}
