h1 {
	color: #EE1C25;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 22px;
}

h2 {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	margin-bottom: 14px;
}


.noMargin {
	margin: 0px;
}
.pad5 {
	padding: 5px;
}

strong, b {
	font-weight: bold;
}
em {
	font-style: italic;
}
.red {
	color: #EE1C25;
}
.center {
	text-align: center;
}

.mainlist {
	list-style: disc;
	margin-left: 12px;
}


.noviz {
	width: 5px;
	visibility: hidden;
	display: inline;
}
.clr {
	clear: both;
}



/* Design and Menu */

#wrapper {
	width: 828px;
	margin: 0 auto;
}

#sidebar-left {
	width: 400px;
	display: inline;
	float: left;
	text-align: center;
	padding-top: 10px;
	margin-left: -160px;
}

#main-content {
	width: 550px;
	display: inline;
	float: right;
	margin-top: 54px;
	padding: 14px;
	background-color: #E5E5E5;
}

#product-shot {
	width: 179px;
	height: 36px;
	background: url('b2bimg/book-cover.jpg') no-repeat;
	color: #00529C;
	padding-top: 287px;
	padding-left: 104px;
	font-weight: bold;
	margin: 0px auto;
}

#testimonial-box {
	border: 1px solid black;
	background-color: #FFFFEC;
	width: 85%;
	margin: 12px auto;
	padding: 10px;
}

h3.topquote {
	font-weight: bold;
	color: darkblue;
	margin-bottom: 12px;
	text-align: center;
}

#testimonial-box img {
	padding-right: 8px;
}
