@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: url(../bgs/BG-PATTERN.jpg) repeat-x fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
	background: url(../design/bgVrtclFadeBtm.gif) repeat-x bottom;
} 
#header {
	background: url(../heads/bannerBooksAudio.jpg) left top;
	padding: 0;
	width: 780px;
	height: 200px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top-color: #FFFFFF;
	position: relative;
	margin: 0;
} 
#container #header h1 {
	text-indent: -9999px;
}
#mainContent {
	margin: 0 0 0 231px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../design/bgVrtclFade.gif) repeat-x center top;
	border-top: 1px solid #fff;
	border-left: 1px solid #555555;
	position: relative;
} 
#container #mainContent h1 {
	background: url(../heads/advertising.gif) no-repeat center center;
	text-indent: -9999px;
	height: 50px;
	width: 200px;
}
#container #mainContent p {
	font: 12px/26px Arial, Helvetica, sans-serif;
	color: #555555;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../design/bgVrtclFadeDrk.jpg) repeat-x center 1px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#container #sidebar1 p {
	color: #FFFFFF;
	font: lighter 12px/20px Arial, Helvetica, sans-serif;
	width: 175px;
	padding-left: 13px;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#35140C;
} 
a:link, a:visited {
	color: #990000;
	text-decoration: none;
	}
a:hover {
	color: #555555;
	text-decoration: none;
	padding-left: 2px;
	}	
#footer p {
	margin: 0;
	padding: 12px 0;  
	color: #FFFFFF;
	font: italic 10px Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container #mainContent h2 {
	font: 200 14px Arial, Helvetica, sans-serif;
	color: #4C1D13;
	margin-left: 5px;
	border-bottom: solid 1px #4c1d13;
	margin-right: 300px;
}
#mainContent a:link img {
	margin: 1px;
	padding: 1px;
}
#mainContent a:hover img  {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 1px;
}
.strong {
	font-weight: bolder;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.nav {
	background: url(../design/bgNav.png) no-repeat 50% 50%;
	width: 175px;
	height: 275px;
	position: relative;
	margin-left: 9px;
}
.bippy {
	background: url(../design/bippyGoBck.gif) no-repeat left top;
	padding-left: 20px;
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	color: #605166;
}
#goBack .bippy {
	position: relative;
	right: -10px;
	width: 0px;
	border: 1px dotted #5A4B60;
	text-align: right;
}
.italics {
	font-style: oblique;
}
#container #mainContent h6 {
	background: url(../heads/bookAudio.gif) no-repeat;
}
.brown {
	color: #5A2317;
}
.floatRight {
	clear: right;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

