body {
	position:relative;
}

a {
	color: #ff0000;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#container {
  width: 919px;
  margin: 0 auto;
  padding: 0;
}

#header {
  height: 919px;
  position: relative;
  height: 145px;

}

#header h1.org-name {
  height: 75px;
  width: 919px;

}
 
#header h2.site-name {


}

#header h2.site-name a {
  display: block;
  width:185px;
  height: 77px;
}

#header .top-nav {
  position: absolute;
  right: 0;
  top: 30px;
  right: 20px;
}

#header .top-nav li {
  display: inline;
}

#header .top-nav li a {
  font-size: .7em;
  border-left: 1px solid #4f6f98;
  font-family: Arial;
  padding: 0 10px 0 10px;  
}

#header .top-nav li:last-child a,
#header .top-nav li.last a {
  padding: 0 0 0 10px;
}

#header .top-nav li:first-child a,
#header .top-nav li.first a {
  border: none;
}

#primary-links {
  height: 34px;
  position: absolute;
  bottom: 0;
  padding-left: 12px;
  right: 37px;
  width: 645px;
}
#primary-links li {
  display: block;
  float: left;
}
#primary-links li a {
  display: block;
  float:left;
  text-decoration: none;
  padding: 15px 0 0 0;
  text-align: center;
  margin: 0 0px 0 0px;
  height: 21px;
  font-family: Humanist, Arial, Helvetica;
  font-weight: normal;
  font-size: .80em;
  width: 73px;
}

#primary-links li.active a,
#primary-links li a:hover {
  padding: 10px 0 0 0;
  height: 24px;
}

#primary-links li a.short {
  width: 50px;
}

#primary-links li a.medium {
  width: 75px;
}

#primary-links li a.long {
  width: 110px;
}

#primary-links li a.longest {
  width: 125px;
}

#main-content {
  padding: 0;
  margin: 0 0 0 225px;
  padding: 0 0 50px 0;
  position: relative;
  width:657px;
}

.interior #main-content {
  padding: 0;
  margin: 0 0 0 16px;
  padding: 0 0 0 0;
  position: relative;
  width:866px;
}

#left-sidebar {
  width: 207px;
  padding: 0;
  margin: -15px 0 0 16px;
  float:left;
  position: relative;
  z-index: 1; 
  border: 1px solid #ccc;
}

.interior #left-sidebar {
  padding: 0;
  margin: -15px 0 0 0;
}

.interior #middlecontent {
	width:475px;
	float:left;
	padding: 10px;
	padding-top:30px;
}

.interior #middlecontent .header {
	display:block;
	width:100%;
	border-bottom: 18px solid #af1417;
	padding-bottom:20px;
}

.interior #middlecontent h2 {
	float:left;
	font:20px/26px Georgia, serif;
	padding-right:30px;
	color: #333333;
	letter-spacing: 1px;
	position:relative;
	background: url(../images/bookgraphic.gif) no-repeat right center;
}

.interior #middlecontent p {
	font:12px/20px Arial, sans-serif;
	margin-bottom: 1em;
}

.interior #middlecontent code {
  font-size: .9em;
  font-family: monospace;
  background: #efefef;
  padding: 10px;
  margin: 10px 25px;
  display: block;
  border: 1px solid #000; 
}

.interior #middlecontent ul,
.interior #middlecontent ol {
  margin: 5px 10px 5px 5px;
  padding: 5px 25px;
}

.interior #middlecontent ul li,
.interior #middlecontent ol li {
  display: list-item;
  padding: 3px 5px 5px 15px;
  list-style-type: disc;
  font-size: .9em;
  color: #af1417;
}

.interior #middlecontentol li {
  list-style-type: decimal-leading-zero;
}

#right-sidebar {
  position: absolute;
  right: -21px;
  width: 162px;
  top:30px;
}
/*
.interior #right-sidebar {
	float:left;
	position:relative;
	right:0;
	top:0;
	width:160px;
}
*/

object,
embed {
  margin: 0;
  padding: 0;
}

#left-sidebar img,
#right-sidebar img,
#main-content img {
  display: block;
}

#left-sidebar .flash h3 {
  display: block;
  width: 183px;
  height: 20px;
  margin: 10px auto;
}

#left-sidebar .flash img {
  margin: 0 auto;
}

#left-sidebar .news {
  font-family: Arial;
  font-size: .7em;
  padding: 0px 15px 5px;
  margin: 10px auto 0;
}

#left-sidebar .news ul li {
  margin: 6px 0 6px 0;
}
#left-sidebar .news h3 {
  display: block;
  height: 31px;
  margin-left: -15px;
  width: 207px;
}

#left-sidebar .news a {
  display: block;
  margin: 0 0 5px 0;
}

#left-sidebar .news p {
  text-indent: 5px;
}

#left-sidebar .news .read-more {
  text-align: right;
}


#slides {
  font-family:Georgia,"Times New Roman",serif;
  font-weight:bold;
  height:35px;
  position:absolute;
  right:0;
  top:80px;
  width:650px;
}

#slides .quote {
  font-size: .75em;
  color: #999;
  float: left;
  display: block;
  width: 440px;
  height: 20px;
  text-align: right;
}

#slides .name,
#slides .title 
{
  width: 150px;
  float: right;
  font-size: .55em;
  color: #999;
}

#slides a{
  color: #ffffff;
}

#slides .name {
  margin: 0 0 5px 0;
}

#footer {
  width: 921px;
  margin: 0;
  padding: 0;
  position: relative;
	color: #e2e1e1;
	font:12px/12px Arial, sans-serif;
	text-align:center;
	padding-bottom:10px;
}

.interior #footer {
	position:relative;
	top:30px;
}

#footer span {
	display:block;
	width:921px;
	height:32px;
  background: url(../images/footer.png) no-repeat scroll center center;
	position:relative;
	left:-1px;
}


#middlecontent {
	width:515px;
	position:relative;
	z-index:1;
}

#middlecontent #content {
	background:transparent;
	z-index:2;
	width:230px;
	padding-top:50px;
	font: 12px/18px Arial, sans-serif;
	padding: 20px 0.5px 0;
	position:relative;
}



#middlecontent #content h5 {
	border-top:1px solid #666666;
	margin-top:10px;
	padding-top:10px;
	margin-bottom:10px;
	position:relative;
	font-weight: bold;
	border-top: 0;
}

#flash {
	position:absolute;
	top:0;
	left:220px;
	z-index:3;
	width:490px;
	height:450px;
	clip:rect(0px 490px 750px 235px);
}

#flash #book {
	position:relative;
	left:-160px;
}
#theologyofbody {
	position: relative;
	left: -200px;
	top:  437px;
	z-index: 4;
}
#reviews{
color: #af1417;
padding: 5px 5px 5px 5px;
text-align: left;
}

.caption{
font-weight: bold;
}

/* Added by Stephen Walther for the TOB TITLE */

#headline_1
	{
	position: absolute !important;
	color: red !important;
	font-weight: bold !important;
	font-size: large !important;
	text-decoration: none !important;
	margin-left: -420px !important;
	margin-top: 1.5em !important;
	
	}