* {
	border:0;
	padding:0;
	margin:0;
}

body  {
	margin:0px;
	font-family: arial, verdana, sans-serif;
	text-align:center;
	color:#333333;
	font-size: small;
	*font-size: x-small;
	height:auto;
}

a:link, a:visited	{color:#5E3A20;	text-decoration:none;}
a:link, a:hover {color:#336699;text-decoration:underline;}
a:link, a:active {color:#5E3A20;text-decoration:none;}

#all { /* surrounds everything */
	position:relative;
	ch width:770px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	height:auto;
}

#header { 
	position:relative;
	text-align:center;
}

#main {
	position:relative;
	top:0;
	display:block;
	width:760px;
	*width:770px;
	background-color:#FFF;
	text-align:left;
	padding:10px 0 10px 10px;
	line-height:1.7em;
}

#main.padded	{
	padding-right:10px;
}

h1 { 
	color:#336699;
	font-size:1.4em;
	font-weight:bold;
	padding-bottom:10px;
}

h1.tagline{  /* slogan in header */
	position:relative;
	font-size:14px;
	color:#000000;
	padding-bottom:0;
}

h2 { 
	color:#336699;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:10px;
}


#nav { 
	display:none;
}


#books{
	position:relative;
	top:0;
	background-color:#FFF;
	text-align:center;
}

#books table {
	margin-left:auto;
	margin-right:auto;
}

#books table tr td {
	padding:10px;
	font-size:.7em;
	text-align:center;
}

#books  img  {
	width:161px;
	height:187px;
}

#quote {
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	width:auto;
	padding-bottom:10px;
}

#quoteSmall {
	font-size:.8em;
	text-align:center;
	width:auto;
	text-indent:-10px;
	padding-bottom:6px;
}

.indent {
 	padding-left: 360px;
	font-size:.7em;
}

#footer  {
	position:relative;
	padding-top:25px;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	line-height:24px;
	text-align:center;
	color:#000;
	font-size:11px;
	font-weight:bold;
}

ul.square {
	list-style-type: square;
	margin-left:20px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	color: # 333333;
}

ul.fish {
	list-style-image: url(/img/fish.gif);
	list-style-position: inside;
	margin-left:0px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	color: # 333333;
	line-height:1.4em;
}

.divider {
	background: url(/img/hr.gif) no-repeat ;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	height:4px;
}

.price {
	background: url(/img/burst.gif) no-repeat top right;
	color:#FFF;
	padding:13px 26px 0 0 ;
	text-align:right;
	height:48px;
	font-size:16px;
	font-weight:bold;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

p {
	padding-bottom:10px;
	font-family: arial, verdana, sans-serif;
	font-size: small;
	*font-size: x-small;
}

.smallRed {
	color:#750D0D;
	font-size:.7em;
	font-weight:bold;
	padding:10px;
}

.clear {
	clear:both;
}

.right {
	float:right;
}

p.linkImg {
	padding:10px 35px;
}

.left {
	float:left;
}

#contactForm {
	padding:20px;
	text-align:center;
	background:#C9D5EA;
	margin-right:20px;
}

input.field, textarea.field{
	border:1px solid #336699;
	width:260px;
}

input.button {
	background:#336699;
	border:1px solid #333;
	color:#FFF;
	font-weight:bold;
	font-size:.7em;
	padding:.2em;
}

