body {
	background: #fff url(../images/background.gif) top center no-repeat;
	padding: 0px;
	font: 13px/1.5 Arial, Helvetica, Verdana, sans-serif;
	color: #3a3a3a;
}

a {
	color: #0000aa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}
h2 {
	padding: 0px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
.book h1, .book h2, .book p { color: #fff;}
.book .content { margin: 20px 0 0 0;}

.contact p { margin: 65px 0 0 0;}

.sidebar .bookpreview {margin-right: 15px; float: left;}
.sidebar .button {float: right; margin: 10px 0 0 5px;}
p {
	overflow: hidden;
	text-align: justify;
	margin-bottom: 20px;
}
ol {
	list-style: decimal;
}

ul {
	list-style: disc;
	margin-bottom: 20px;
}

li {
	margin-left: 30px;
}
.container_12 {
	margin-bottom: 20px;
}

.container_16 {
	background: #fff url(../../img/16_col.gif) repeat-y;
}

.container_24 {
	background: #fff url(../../img/24_col.gif) repeat-y;
}
#header {
	margin: 0px 0px 20px 0px;
}
#footer {
	font-size: .85em;
	color: #888;
	background-color: #eee;
}
#footer p {
	margin: 10px 0;
}
#footer a {
	color: #888;
	text-decoration: none;
}
.right {
	text-align: right;
}
img.right {
	float: right;
	margin: 0 10px 0 10px;
	border: 2px solid #3a3a3a;
	}
img.left {
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #3a3a3a;
		}