/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

h1, h2, h3, h4, h5, h6, strong {
	color: #760408;
	
}

img {
	border: 0;
}

p {
margin-bottom: 12px;
}



h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:21px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	font-weight:bold;
}

h6 {
	font-size:16px;
	font-weight:normal;
}



h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#C63F15;
	font-weight:bold;
}

a:hover {
	color:#A73512;
}

li {
		list-style: none;
}

.center { text-align: center; padding: 0 0 50px 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color:#260304;
	height:391px;
	background: url(../images/bg.jpg) top center repeat-x #BAB784;
}


#wrapper {
width: 904px;
margin: 0 auto;
}

#header{
width:904px;
height:490px;
background: url(../images/header.jpg) top center no-repeat;
margin:0 auto;
padding:0;

}

#menu
{
padding:420px 0 0 0px;
overflow:hidden;

}

#header ul {
	margin-left: 90px;	
}

#header ul li {
	display:inline;
}

#header ul .last {
	margin-right: 0px;
}

#header ul li a {
	color: #193C2E;
	display: block;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:17px;
	margin-right: 140px;
	cursor: pointer;
	text-decoration: none;

}

#header ul #home-nav a:link, #header ul #home-nav a:visited {
	background: url("../images/home-nav.jpg") no-repeat top left;
	width: 63px;
	height: 19px;
	text-indent: -9999px;
}

#header ul #author-nav a:link, #header ul #author-nav a:visited  {
	background: url("../images/author-nav.jpg") no-repeat top left;
	width: 226px;
	height: 19px;
	text-indent: -9999px;
}

#header ul #buy-nav a:link, #header ul #buy-nav a:visited  {
	background: url("../images/buy-nav.jpg") no-repeat top left;
	width: 162px;
	height: 19px;
	text-indent: -9999px;
}

#header ul #home-nav a:hover, #header ul #author-nav a:hover, #header ul #buy-nav a:hover {
	background-position: bottom left;
}

#header ul .active a {
	background-position: bottom left !important;
}

#header ul .last a {
	margin-right: 0px;
}

#header ul li a:hover, #header ul li.active a {
	color: #e4e2de;
}


#content-bg {
 

}

	
#content {
	background: url(../images/content.jpg) repeat-y top center;
	width: 804px;
	padding:0 50px 0 50px; 
	min-height:420px;
	height:auto !important;
	margin:0 auto;
}

#content p {
	color: #313131;
}

#home #content img {
	margin-top: 65px;	
}

#author #content {
	min-height: 400px;
	height: auto !important;
}

#author #content img {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#author #content .author-info {
	width: 800px;
}

#buy #content {
	min-height:550px;
	height:auto !important;
	height:550px;
}


#home #content #content-info p {
	margin-bottom: 0px;
	padding-top: 20px;
}

#content #content-info {
	float: left;
	width: 522px;
}

#content #content-info .author-name {
	padding-top: 0px !important;
	padding-bottom: 0px;
}

#content #content-info h1, #author #content h1 {
	padding-bottom: 5px;
	padding-left: 10px;
}

#content #content-info h3 {
	padding-bottom: 20px;
	padding-left: 10px;
}

#content #content-info p, #author #content p {
	font-family: Myriad Pro; font-size: 14px;
	line-height: 24px;
	padding-left: 10px;
	text-align: justify;
	padding-top: 20px;
}



#content img {
			float: right;
			
}

#content .author p {
	margin-top: 20px;
}




#content .author-img {
	float: none;
	margin-left: 55px;
	margin-top: 50px;
	border: 4px solid #B71F38;
}

 .buy-book {
	text-align: center;
}

.buy-book #book-small {
	float: none;
	margin-bottom: 20px;
}

 .buy-book h1 {
	padding-bottom: 20px;
	margin-left: 30px;
	text-align: left;
}

 .buy-book h2 {
	text-align: center;
}

 .buy-book p a {
	text-decoration: none;
}

 .buy-book img {
	float: none;
}

.buy-book ul li p {
	margin-bottom: 2px;	
}

#buy .buy-book .book-info {
	margin-top: 85px;	
}

#content-footer { 
	clear: both;
	width: 904px;
	height:58px;
	padding-top:20px;
	background:url(../images/footer.jpg) top center no-repeat;
	text-align: center;
	font-size: 10px;
	margin:0 auto;
	color:#dedcde; 
}

#content-footer p {
	color: #5f434f;
	font-family: Myriad Pro; font-size: 12px;
	margin-top: -10px;
}

#footer p {
	color: #000;
	font-family: Myriad Pro; font-size: 12px; font-weight: bold;
	text-align: center;
	margin-top: -20px;
}



/*--------clearfix----------*/
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

