body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: black;
	margin: 0px;
	min-width: 750px;
	background-image: url(../_images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

div#wrapper {
	position: relative;
	border-bottom: thin black solid;
	height: 537px;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: auto;
}
div#title {
	position: fixed;
	width: 100%;
	height: 110px; /* Ignored by IE6 */
	background-image: url(../_images/header4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar {
	font-weight: bold;
	position: absolute;
	float:left;
	width: 195px;
	left: 0px;
	top: 137px;
	height:400px;
	margin-left:0px;
/*	border-right: 1px solid black; */
/*	border-top: 1px solid #777; */
	background-image: url(../_images/sb.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar ul {list-style-type: none; padding-left: 0px; margin-left: 7px; margin-top: 25px;}
#sidebar li {margin-bottom: 33px;}
#sidebar a {text-decoration: none;}

div#mainContent {
	padding: 0 1em 0 4em;
	text-align: left;
	position: absolute;
	left: 200px;
	top: 111px;
	width: 555px;
	height: 426px;
	overflow: auto;
/*	border-top: 1px solid #777; */
	border-bottom: 1px solid #000;
	background-image: url(../_images/main_bg.jpg);
	background-repeat: no-repeat;
/*
	background-position: 200px 111px;
	background-attachment: fixed;
*/
}

.navBox {
	position:relative;
	width:550px; text-align:right;
	margin-bottom: 5px;
	margin-top: 5px;
}
.navBoxGM {padding-right:2em;}
.navBoxGL {padding-right:2em;}
.navBoxDM {padding-right:2em;}
.navBoxDL {padding-right:8em;}

div#footer {
	position: absolute;
	left: 10px;
	top: 545px;
	width: 98%;
}
.footer, .navBox { 	
	font-size:70%;
	font-weight: normal;
}

p.spacer, table, img, hr, br.spacer, div#navFoot { clear: both;}

a {text-decoration: underline;}
a:link {color: #000;}
a:visited {color: #333;}
p a:visited {color: #93C;}
a:hover {color: #C00;}
a:active {color: #33f;}

a img, img, img a, .a-img {
text-decoration: none !important;
/* border-bottom: 0px solid white !important;*/
}

.gallery {text-align: center;}

img.thumb, .photo img {
	margin: .4em;
	background-color: white;
	border: medium solid #000000 !important;
}
img.medium {
	margin-top: 0em;
	margin-left: 1.5em;
	border: medium solid #000000 !important;
}
img.full {}

.bookCite {
	margin-bottom: 0.5em;
	font-size: smaller;
	margin-left: 2em;
}
.quote {
	margin: 1em;
	border: medium double red;
	padding: 1em;
	text-align: justify;
}
.blurb {
	font-size: larger;
	text-align: justify;
	padding: 1em;
	float: right;
	width: 200px;
	border: thin dotted red;
	font-style: italic;
	margin: 0.5em;
}
.pseudo {
	border-bottom: dashed thin red;
	cursor: help;
}

h1 {font-size: 175%; color: #000; margin-top: 4px; clear: both;}
h2 {font-size: 150%; color: #333; margin-top: 0em; }
h3 {font-size: 130%; color: #333; margin-top: 1em; }

#ct { /* semi-transparent cover text DIV */
	position: absolute;
	width: 500px;
	height: 320px;
	z-index: 100; 
	border: 1px dashed #900;
	left: 100px;
	top: 45px;
	overflow: auto;
}
#ct p {margin: 1em;}
/* Show/hide */
.shid_hide {display: none}
.shid_show {display: block}
.shid_link, .shid_close, .shid_link a, .shid_close a { /* This allows any element to appear to be a special link */
	text-decoration: none;
	color: red;
	cursor: pointer;
	font-size: smaller;
	font-family: Verdana, sans-serif;	
}
.shid_close {
	font-weight: bold; 
	position: relative; 
	float: right; 
	right: 5px; 
} 	

.theCovers {text-decoration: underline; font-weight: bold; color: #700;}

.linkList {}
.linkList a {padding-left: 2em; font-size:smaller;}

.menuSkip, .prn {display: none;}

/*****************VERTICAL**************/

h2#vertical {
width: 99%; position: absolute;
  padding:0;  margin:0; 
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight: bolder;
	color: #A33;
  }
h2#vertical {
	float:left;
	top: 15px; left: 5px;
	margin-left: 10px;
  }
h2#vertical {
  display:block; 
  width:1em; 
  height:1em; 
  height:auto;
 }
h2#vertical em {
  font-style:normal; 
	margin:-10px;
  display:block; 
  text-align:center; 
  }
#vertical li a:hover {
  background:#eee;
  }
#vertical li a:hover em {
  background:#eee; 
  color:#800;
  }

h2#vertical {font-size:180%;}
h2#vertical.h2 {font-size:180%;}
h2#vertical.h3 {font-size:150%; left:9px;}

