body {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

#message {
	color: #ff0000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#topNav {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 34px;
	background-image: url(../img/topNav/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.bannerImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#layoutFooter {
	width: 782px;
	color: #ffffff;
	background: #000000;
	font-size: 11px; font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 0px auto;
	overflow: auto;
	}

#layoutFooter a, #layoutFooter a:active, #layoutFooter a:visited { color: #ffffcc; text-decoration: none; }	
#layoutFooter a:hover { text-decoration: underline; }
	
#mainContent {
	width: 776px;
	vertical-align: top;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ffffff;
	padding: 12px;
	margin: 0px auto;
	overflow: auto;
}

#breadcrumbs {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #4C795D;
	font-size: 12pt;
	height: 20px;
}

#breadcrumbs a:link {
	color: #4C795D;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #4C795D;
	text-decoration: underline;
}

#breadcrumbs a:visited {
	color: #4C795D;
	text-decoration: none;
}

.pdfdiv a {
  color: #8EB7A2;
  text-decoration: none;
  font-size: 13px;
}

.pdfdiv a:hover {
  text-decoration: underline;
  color: #8EB7A2;
}

#content {}
#content p { padding: 0px; margin: 0px 0px 10px 0px; }

div.row { margin-bottom: 10px; }
div.section { float: left; }

div.col-left { width: 600px; overflow: auto; }
div.col-right { width: 152px; overflow: auto; }

div.book { overflow: auto; }
div.book h3 { font-size: 14px; padding: 0px; margin: 0px 0px 10px 0px; }
div.book div.book-cover { float: left; width: 92px; margin-right: 10px; }
div.book div.book-description { float: left; width: 450px; }
div.book p.book-price { font-weight: bold; text-align: right; }

#order-form {
	background: url("/img/page/download.jpg") no-repeat top center;
	font-weight: bold;
	padding: 180px 5px 15px 5px;
	border: 1px solid #006600;
	margin-top: 20px;
	overflow: auto;
	text-align: center;
	}
	
#order-form p { margin-bottom: 0px; }

sup { font-size: 7px; }
