@charset "UTF-8";
/* CSS Document */

body {
	background: url('./images/bg_stripes.gif');
	text-align: center;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	background: url('./images/bg_pgshade.gif');
	background-color: #ffffff;
	width: 995px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header {
	background: url('./images/bg_head.gif');
	background-repeat: repeat-x;
 width: 978px;
 margin-left: 10px;
 text-align: left;
}

#content_bg {
	background: url('./images/bg_texture.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
 width: 978px;
	height: 100%;
	margin-left: 10px;

}

#content {
	width: 770px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#foot {
	background: url('./images/bg_foot.gif');
	background-repeat: repeat-x;
 width: 968px;
	height: 64px;
 margin-left: 10px;
 padding-right: 10px;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
 text-align: right;
}

#header_text {
	margin-left: -10px;
}

#youtube {
	width: 280px;
	text-align: center;
	margin-left: 35px;
	float: right;
}

#submenu {
	width: 225px;
	background-color: #f7daac;
	margin-right: 25px;
	text-align: center;
	float: left;
}

#submenu2 {
	width: 150px;
	margin-left: 15px;
	text-align: center;
	float: right;
}


#pagecontent {
	width: 475px;
	margin-left: 250px;
}

#homepg_shade {
 background-color: #f7daac;
	width: 978px;
	height:185px;
	z-index: -10;
	margin-top: -185px;
	margin-left: 0px;
}

.menu {
	margin-top: 64px;
	float: right;
}

.submenu_off {
	width: 186px;
	background-color: #f9e3c1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding: 5px;
}

.submenu_on {
	width: 186px;
	background-color: #8f2722;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding: 5px;
}

.booklist {
	padding: 10px;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

hr.orange {
	background-color: #ee752b;
	height: 1px;
	border: none;
	margin-top: 0px;
	margin-bottom: 15px;
}

img.thmleft {
	margin-right: 15px;
}

.booktitle {
	font-size: 18px;
	font-weight: bold;
}

.booksubtitle {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.contenttitle {
	font-size: 18px;
	font-weight: bold;
}

.price {
	font-weight: bold;
	font-size: 21px;
}

.sandh {
	font-weight: bold;
	font-size: 14x;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	color: #8e2520;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #124f7a;
}