* {
	margin: 0;
	padding: 0;
}

body { 
	background-image: url(../images/couper-background.png);
	font: 14px/22px Geneva, Arial, Tahoma,sans-serif;
	color: #292322;	
}

a {
	color: #ae1c28;
	text-decoration: underline;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 250px;
	background: url(../images/couper-header.png) no-repeat center;
}

#header-img  {
	height: 280px;
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;	
}

#main {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background-image: url(../images/paper2.png);
	margin-bottom: 150px;
}

#main-right {
	height: 100%;
	width: 50px;
	position: absolute;
	right: -40px;
}

#main-left {
	height: 100%;
	width: 50px;
	position: absolute;
	left: -40px;
}

.topics h1 {
	padding: 30px 0 30px 0;
	text-align:center;
	font-size: 18pt;
	color: #292322;
}

.topics p {
	margin-top:10px;
	padding-bottom: 10px;
}

div.topics {
	position: relative;
	padding: 20px;
}

.topics h2 {
	font-size: 14pt;
	//color: #292322;	
	color: #ae1c28;
	margin-bottom: 10px;
	clear: both;
}

#book-img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 220px;
	height: 300px;
}

.points {
	position: relative;
	left: 40px;
	text-indent: 10px;
	margin-left: 30px;
}

.points ul {
	list-style-type: disc;
}

.quote {
	margin: 0 20px 0 20px;
	font-family: "Courier New";
	font-style: italic;
}
.quoteby {
	text-align: right;
	margin-right: 20px;
	font-size: 0.8em;
}

.highlight {
	font-size: 1.4em;
	color: #ae1c28;
}

.insert {
	float: right;
	margin: 5px;
}

#news {
	background: url(../images/news.png) no-repeat;
	background-position-x: 10px;
	background-position-y: center;
	padding-left: 160px;
}

ul.list {
	position:relative;
	list-style: none;
	left: 60px;
}

ul.list li {
	margin-top: 1em;
}
