/*(Client) Style Sheet*/
/*Begin Global Styles*/

/* Starter CSS by Mike Cherim - http://green-beast.com */

* {
}


body { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #2c1442;
	margin-top: 0px;
	padding-top: 0px;
}  

#wrapper { background-image: url(../images/body.jpg);
		background-repeat: no-repeat;
		background-color: #414667;
		width: 960px;
		margin: 0 auto;
}

ul { list-style-type: none;
}

ul li { list-style-type: none;
}

ul li a { color: #D15122;
			list-style-type: none;
			text-decoration: none;
}

ul li a:hover { color: #DFAA3A;
}

h1 {
   font-weight: bold;
   font-variant: small-caps;
   color: #e43727;
   font-size: 1.4em;
   margin-left: 15px;

}

p { padding: 0px 15px 0px 15px;
    line-height: 1.6em;
}



#nav a { list-style-type: none;
		text-decoration: none;
		color: #FF3;
}

#nav a:hover { color: #e7e7ed;
}

#nav ul {
    list-style-type: none;
	padding-top: 150px;
	padding-left: 200px;
	margin-top: 0px;
}

#nav ul li {
    display: inline;
	padding: 15px;
	text-decoration: none;
	color: #FF3;
	font-style: bold;
	letter-spacing: .1em;

}

#textbox { width: 475px;
			background-color: #e7e7ed;
			margin: 10px 0px 0px 233px;
			padding: 15px;
}

#textbox2 { width: 475px;
			background-color: #e7e7ed;
			margin: 0px 0px 200px 233px;
			padding: 15px;
			height: 620px;
}

#footer { text-align: center;
			color: #e7e7ed;
}

#footer a { color: #e7e7ed;
			text-decoration: none;
}

#book {
	background-image: url(../images/book.jpg);
	width: 150px;
	height: 200px;
	background-repeat: no-repeat;
	padding: 10px 10px 0px 10px;
	float: left;
	margin-top: 80px;
}

#about {
	background-image: url(../images/aboutbook.jpg);
	width: 250px;
	height: 50px;
	margin: 15px 15px 0px 10px;
	background-repeat: no-repeat;
	
}

#people {
	background-image: url(../images/people.jpg);
	width: 350px;
	height: 50px;
	background-repeat: no-repeat;
	float: left;
	margin: 15px 15px 0px 10px;
}

#aboutauthor {
	background-image: url(../images/aboutauthor.jpg);
	width: 350px;
	height: 50px;
	background-repeat: no-repeat;
	float: left;
	margin: 5px 0px 0px 10px;
}

#buyit {
	background-image: url(../images/buybook.jpg);
	width: 350px;
	height: 50px;
	background-repeat: no-repeat;
	float: left;
	margin: 5px 0px 0px 10px;
}

#booking {
	background-image: url(../images/booking.jpg);
	width: 350px;
	height: 50px;
	background-repeat: no-repeat;
	float: left;
	margin: 5px 0px 0px 10px;
}

#contact {
	background-image: url(../images/contact.jpg);
	width: 350px;
	height: 50px;
	background-repeat: no-repeat;
	float: left;
	margin: 5px 0px 0px 10px;
}

.people a { color:#000;
}

.people2 {
	margin: 0px;
}

.people {
	margin: 80px 0px 0px 0px;
}

#author { background-image: url(../images/author.jpg);
		width: 150px;
		height: 230px;
		background-repeat:no-repeat;
		padding: 0px 15px 0px 15px;
		background-position: bottom;
		float: left;
}

.aboutauthor { padding: 50px 20px 20px 20px;
				line-height: 1.6em;
}

.booking { padding: 50px 20px 20px 20px;
			line-height: 1.6em;
}

.booking a { text-decoration: none;
				color: #D15122;
}

.booking a:hover { color: #DFAA3A;
}

#bookpic { 
	width: 400px;
	height: 429px;
	background-repeat: no-repeat;
	padding: 80px 0px 0px 30px;
	background-position: center;
}

.contact {
	padding: 80px 70px 80px 70px;
	line-height: 1.6em;
}

.contact a {
	list-style-type: none;
	text-decoration: none;
	color: #D15122;
}

.contact a:hover {
	color: #DFAA3A;
}

a {
    color: #D15122;
    text-decoration: none;
}

a:hover {
    color: #DFAA3A;
}

#signings {
    background-color: #ef594a;
    color: #ffffff;
    padding: 5px 20px 20px 20px;
}

#signings ul {
    padding: 0;
    margin:0;
    
}

#signings li {
   padding: 0px 0px 5px 0px;
}

#buytable {
   margin-left: -30px;
}

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}