/* CSS DOCUMENT */

*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	margin:0;
	padding:0;
	background:#616161;
	font-family:Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	line-height:1.5em;
}

.clear{
	clear:both;
}

.maroon{
	color:#802323;
}
.textAR {
	text-align:right;
}
.textAC {
	text-align:center;
}
.textAL {
	text-align:left;
}
.isbn {
	font-size:11px;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:691px;
}

#header{
	margin:0;
	padding:0;
	width:691px;
	height:75px;
	background:url(../images/header.jpg) no-repeat;
}

#content{
	width:691px;
	margin:0;
	padding:0;
	background:url(../images/content-bg.gif) top center repeat-y;
}

#left{
	width:225px;
	padding:0;
	margin:0;
	float:left;
}

#nav{
	width:189px;
	margin:0;
	padding-left:24px;
}

#nav ul{
	margin:0;
	padding:0;
	text-align:center;
	list-style-type:none;
	font-size:12px;
}

#nav ul li{
	margin:0 auto;
	border-bottom:1px solid #BFBFBF;
	width:172px;
	padding:8px 0;
}

#nav ul li a{
	text-decoration:none;
	color:#000000;
}

#nav ul li a:hover, #nav ul li a.active{
	text-decoration:none;
	color:#802323;
}

#buybook{
	margin: 25px auto;
	padding-left:24px;
	width:189px;
	float:left;
}

#buybook p{
	text-align:center;
}

#buybook a{
	text-decoration:none;
	color:#802323;
}

#buybook a:hover{
	text-decoration:none;
	color:#000000;
}

#right{
	clear: none;
	float:right;
	width:465px;
}

#banner{
	width:443px;
	height:208px;
	margin:0;
	padding:0;
}

#text-container{
	margin:10px 0;
	padding:0 10px;
	width:423px;
	text-align: left;
}

#text-container p{
	font-size:13px;
	margin-bottom:18px;
	margin-top:0;
}

#text-container h1{
	font-size:18px;
	margin-bottom:23px;
	line-height:23px;
	margin-top:0;
	font-weight:normal;
}

#text-container h2{
	font-size:15px;
	margin-bottom:23px;
	line-height:23px;
	margin-top:0;
	font-weight:normal;
}

#text-container a{
	text-decoration:none;
	color:#802323;
}

#text-container a:hover{
	text-decoration:none;
	color:#000000;
}

#footer{
	width:691px;
	height:26px;
	background:url(../images/footer.jpg) top center no-repeat;
	padding-top:26px;
}

#footer p{
	text-align:center;
}

#footer a{
	text-decoration:none;
	color:#000000;
}

#footer a:hover{
	text-decoration:none;
	color:#000000;
}

/* Contact Form */

#contact-form{
margin:0 auto;
padding-left:10px
}

#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 378px;
	border: 1px solid #B9B9B9;
	background: #F1F1F1;
	padding: 3px;
	color: #37332F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

