body {
	background-image: url(/assets/images/background.jpg);
	background-position: center center;
	margin: 0;
	font-family: 
	color: #54462c;
	scrollbar-base-color:#EEE9DA; 
	scrollbar-arrow-color:#51442D;
}

a {
	color: #54462c;
	text-decoration: none;
}
a:hover {
	color: #690E0B;
}

th, td {
	vertical-align: top;
}

.error {
	color: red;
}

#forceheight {
	height: 100%;
}

#forcecenteralign {
	height: 1px;
	position: absolute;
	width: 100%;
	top: 50%
}

#content {
	width: 850px;
	height: 577px;
	position: absolute;
	left: 50%;
	margin-left: -425px;
	margin-top: -288px;
	text-align: center;
}

#videocontainer {
	position: absolute;
	left: 43px;
	top: 52px;
	width: 360px;
	height: 355px;
}

#video {
	width: 350px;
	height: 300px;
	margin: 4px;
	background-color: #101;
	text-align: center;
}

#video td, #video th {
	font-size: 10px;
	color: #ccc;
}
#video a {
	color: white;
}

#themovie {
	background-color: #101;
}

.themovie {
	background-color: #101;
}

#videooptions {
	position: absolute;
	left: 15px;
	top: 309px;
	width: 331px;
	padding: 0px;
	margin: 0px;
}
#videooptions td {
	font-size: 11px;
}

#videoshadow {
	position: absolute;
	left: 0;
	top: 360px;
	width: 360px;
	height: 110px;
}

#videochapterselect {
	position: absolute;
	top: 375px; 
	background-color: #ebe5d7;
	border: 1px solid #54462c;
	z-index: 1000;
	width: 338px; /* 358px - 20px padding */
	font-size: 11px;
	text-align: center;
	padding: 10px;
}
#videochapterselect a {
	margin: 0 0px;
}
#videochapterselect .close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	margin: 0;
}

.shadow {
	height: 110px;
	background-image: url(/assets/images/background_shadow.gif);
	background-repeat: repeat-x;
}

#brand {
	position: absolute;
	top: 60px;
	left: 460px;
}

#studyguides {
	position: absolute;
	left: 448px;
	top: 52px;
	background-color: #c2b497;
	width: 360px;
	height: 355px;
	z-index: 1100;
}
#studyguideinfo {
	position: absolute;
	left: 15px;
	top: 5px;
	width: 331px;
}
#studyguideinfo td {
	font-size: 12px;
	color: #51442D;
	margin-top: 15px;
	line-height: 22px;
}
#studyguideinfo strong {
	font-size: 15px;
	color: #51442D;
}
#studyguidestexts {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 348px;
	height: 284px;
	margin: 3px;
	background-color: #f3eee1;
}
html>body #studyguidestexts {
	width: 350px;
	margin: 5px;
}
#studyguidesshadow {
	position: absolute;
	left: 0;
	top: 360px;
	width: 360px;
	height: 110px;
}

#language-menu {
	position: absolute;
	top: 480px;
	left: 10px;
	border-top: 1px solid #cac6c0;
	border-left: 1px solid #cac6c0;
	border-bottom: 1px solid #2d2619;
	border-right: 1px solid #2d2619;
	padding: 10px;
	background-color: #ebe5d7;
	color: #51442D;
    font-family: "Times New Roman", Times, serif;
}

#chapter-menu {
	position: absolute;
	top: 415px;
	left: 35px;
	border-top: 1px solid #cac6c0;
	border-left: 1px solid #cac6c0;
	border-bottom: 1px solid #2d2619;
	border-right: 1px solid #2d2619;
	padding: 5px;
	background-color: #ebe5d7;
	color: #51442D;
    font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	width: 370px;
}

#purchase-menu {
	position: absolute;
	top: 480px;
	left: 370px;
	width: 250px;
	border-top: 1px solid #cac6c0;
	border-left: 1px solid #cac6c0;
	border-bottom: 1px solid #2d2619;
	border-right: 1px solid #2d2619;
	padding: 5px;
	background-color: #ebe5d7;
	color: #51442D;
    font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}



.chapter-nav {
	padding-right: 6px;
}

#chapter-menu a:hover {
	color: #690E0B;
}

#navigation {
	position: absolute;
	top: 523px; 
	left: 0px;
	width: 830px;
}
#navigation td {
	text-align: center;
}
#navigation a, #language-menu a {
	font-size: 20px;
	color: #51442D;
}
#navigation a:hover, #language-menu a:hover {
	font-size: 20px;
	color: #690E0B;
}

#language-menu a, #language-menu a:hover {
	font-size: 13px;
}

.containerborder {
	background-color: #c2b497;
	border-top: 2px solid #dcd7c3;
	border-right: 1px solid #584d37;
	border-bottom: 1px solid #584d37;
	border-left: 2px solid #dcd7c3;
}

.containedborder {
	border-top: 1px solid #706248;
	border-right: 1px solid #dacebe;
	border-bottom: 1px solid #dacebe;
	border-left: 1px solid #706248;
}

.scroll {
    float: right;
    height: 330px;
    width: 560px;
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    overflow: auto;
    border: 0px solid #497CA7;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
	scrollbar-base-color:#EEE9DA; 
	scrollbar-arrow-color:#51442D;
    line-height: 20px;
    color: #283A57;
    text-align: justify;
}

.scroll p {
padding-right:15px;
}
.style1 {
    font-size: 14pt;
    font-weight: bold;
    color: #3e5986;
}

.style2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bfb098;
	letter-spacing: 1px;
}
