/* CSS Document */

body {
	font:85% Georgia;
	margin:0;
	color:#444;
	text-align:center;

}

* {
	margin:0;
	padding:0;
	outline:none;
}

#wrapper {
	margin:25px;
	margin-top: 10px;
	width: 1000px;
	text-align: left;
}

#header {
	background:#AB0B13;
	border:3px solid #000;
	border-bottom:0;
	height:158px;
	color:#fff;
	font-size:120%;
	background:url(logo.gif) left no-repeat #AB0B13;

}

#header .logo {
	float:left;
	margin-right:20px;
}

#header blockquote {
	float:right;
	line-height:25px;
	padding:20px 20px 0 0;
	text-align:center;
}

#header blockquote strong {
	font-size:120%;
}

#header h1 {
	font:235% Georgia;
	letter-spacing:-2px;
	padding:64px 0 0 117px;
}

#content {
	margin:0 290px 0 164px;
	padding:10px 0 0 20px;
	font-size:120%;
	line-height:25px;
	border-top:3px solid #000;
}

#content h1 {
	font:120% Georgia;
	color:#333;
	margin:15px 0;
	font-weight: bold;
}

#content p {
	padding:5px;
	margin:15px 0;
}

#content p2 {
	padding:5px;
	margin:30px 0;
}

#content ul {
	margin:15px 15px 15px 25px;
}

#content ul li {
	list-style-type:square;
	color:#333;
	margin:15px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #eee;
}

#content em {
	border-bottom:1px solid #eee;
}

#content .book {
	width:45%;
	float:left;
	margin:20px 10px;
}

#content .book img {
	float:left;
	margin:0 10px 10px 0;
}

.button {
	display:block;
	clear:both;
	background:#AB0B13;
	padding:3px;
	border:2px solid #000;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

#leftcol {
	background:#AB0B13;
	border-left:3px solid #000;
	border-right:3px solid #000;
	border-bottom:3px solid #000;
	width:164px;
	float:left;
	text-align:center;
	padding:20px 0 200px 0;
}

#nav li {
	list-style:none;
	margin:15px 0;
}

#nav li a {
	color:#fff;
	font-variant:small-caps;
	font-size:140%;
	text-decoration:none;
}

#rightcol {
	width:270px;
	float:right;
	padding:20px 0 20px 20px;
	border-top:3px solid #000;
}

.book {
	line-height:20px;
	margin:0 0 30px 0;
}

.book h2 {
	color:#333;
	font:110% Georgia;
	font-weight:bold;
	margin:0 0 15px 0;
}

.book img {
	float:left;
	margin:0 10px 0 0;
}
	