* {
	zoom: 1;
}

body {
	background-color: #c7ba99;
}

#container {
	padding-top: 128px; 
/*	padding-bottom: 60px;*/
	position: relative;
	width: 761px;
	margin-left: auto;
	margin-right: auto;
}

#headnav_balance {
	padding-top: 68px;
}

#header {
  width: 761px;
  top: 0px;
  position: absolute;
  border-bottom: #c7ba99 solid 8px;
}

#headimg {
	background-image: url(./Header_TemplarTrue.gif);
	background-repeat: no-repeat;
	height: 120px;
}

#headnav {
  width:761px;
  height: 60px;
  position: relative;
/*  top: 120px;*/
  background-color: #FFFFFF;
  border-top: #c7ba99 solid 8px;
  zoom: 1;
}

#content {
  width: 761px;
  /* top: 196px; */
  background-color: #ffffff;
  min-height: 100%;
}

#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding-left: 6px;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 12px;
}

#content p {
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#content a {
	color: #666666;
	text-decoration: none;
}

#chapter {
	width: 60%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 33%;
}
#chapter p {
	font-family:"Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	padding:0px;
	padding-left: 8px;
	margin:0px;
}
#page {
	width: 40%;
	height: auto;
	text-align: right;
	position: absolute;
	left: 60%;
	bottom: 20px;
}
#page a {
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration: none;
	padding-right: 8px;
	color: #666666;
}
#page a.current {
 	font-weight: bold;
}

#homelink {
	width: 40%;
	height: auto;
	text-align: right;
	position: absolute;
	left: 60%;
	top: 85px;
}
#homelink a {
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration: none;
	padding-right: 8px;
	color: #666666;
}
* html div#container {
	overflow: hidden;
}
* html div#content {
	height: 100%;
	overflow: auto;
}

@media screen {
	div#container > div#header {
		position: fixed;
	}
}