body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	background: #FFFFFF;
}

/* main elements */

#wrapper {  /*creates the 2-colunm background */
	width: 100%;
    background: url(images/bkg-slide.gif) repeat-y 66% 0px;
}


#head {
	height: 100px;
	background: #A2AFBF repeat-x;
	border-bottom: 1px solid #000;
}

#address {
	float:right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
}

#navcontainer {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #CBBCA7;
	border-bottom: 1px solid #000000;
}

#main {
	float: left;
	width: 64%;
	margin: 0;
	padding: 0;
}


#sidebar {
	float: right;
	width: 34%;
	font-size: 85%;
	margin: 0;
	padding: 0;

}

#footer {
	clear: both;
	border-top: 1px solid #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #BFB8AE;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* padding/margins of main elements */

#main-content, #sidebar-content {
	padding: 0.5em 2em;
}

#address-content {
margin: 1em 1em 0 0;
}

/* Navigation  and footer formatting */

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #BFB8AE;
	float: left;
	width: 100%;
	font-size: 80%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #BFB8AE;
	color: #A84204;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #fff;
}

#navcontainer ul li a:hover {
background-color: #ECE8DD;
color:  #A84204;
border-color: #fff #fff #fff #000;
}


/* by adding these rules, we can specify the "selected" page in the BODY tag. */

body.about #navcontainer li#auth a, 
body.foreword #navcontainer li#fore a,
body.sample #navcontainer li#chap a,
body.purchase #navcontainer li#buy a,
body.reviews #navcontainer li#rev a,
body.contact #navcontainer li#con a,
body.home #navcontainer li#indx a
{
background-color: #ECE8DD;
color:  #A84204;
border-color: #fff #fff #fff #000;
}


#footer ul {
padding: 5px;
margin: 0;
list-style-type: none;
white-space: nowrap;
}

#footer li { 
display: inline; 
margin-right: 1.5em;
}

#footer li a {
color: #fff;
}

#footer li a:hover {
color: #990000;
}


/* Links */

#main a, #sidebar a {color: #A84204}

#address a:link, #address a:visited {color: #fff;}

/* Headers and typography */

#head h1 {
	font-size: 300%;
	color: #FFFFFF;
	margin: 0;
	padding: 20px 0 0 10px;
}

#sidebar h1, #main h1 {
	font-size: 2em;
	font-weight: bold;
	color: #A84204;
}

#sidebar h2, #main h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #A84204;
}

.callout {
	color: #A84204;
	margin: 0px 0px 12px 12px;
	float: right;
	width: 25%;
	font-weight: bold;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.small {font-size: 85%}

/* this class floats images to the right */

.imgR {
	float: right;
	margin: 0 0 20px 20px;
}

/* this class floats images to the right, and puts a black border around the img */

.imgRB {
    float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #000; 
}	

/* this class floats images to the left */

.imgL {
	float: left;
	margin: 0 20px 20px 0;
}

/* this class floats images to the right, and puts a black border around the img */

.imgLB {
    float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #000; 
}	
	
/* this class creates a big drop cap. use with <span></span> tags around the letter */

.drop {
	font-size: 6em;
	color:#A84204;
	float: left;
	margin:0;
	padding-right: 6px;
	line-height: 80%;
}


#main ul, #sidebar ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 24px;
	color: #000000;
	}
	
#main ul li {
	padding: 0 0 4px 25px;
	line-height: 1.3em;
	background: url(images/bullet-blue.gif) no-repeat 0 .5em;}
	
	
#sidebar ul li {  /* separates bulleted item a little more */
	padding: 0 0 12px 15px;
	background: url(images/bullet-orange.gif) no-repeat 0 5px;
	}
	
.indent {margin-top: 0; margin-bottom: 0; text-indent: 2.5em;}
.tab {margin-left: 2.5em; margin-top: 0}	
hr { color: #A2AFBF; background: #A2AFBF; border: 0; height: 1px; }


/* switch columns */

/* to use, change the body tag to <body id="SM"> */

#SM #main {float: right}
#SM #sidebar {float: left}
#SM #wrapper { background: url(images/bkg-slideR.gif) repeat-y 34% 0px;}

/* 1 column */

/* to use, change the body tag to <body id="COL1"> */

#COL1 #main {	
    float: left;
	width: 90%;
	margin: 0;
	padding: 0;
}
#COL1 #sidebar {display:none}
#COL1 #wrapper {background: #FFFFFF;}
