/* structural things */
body {
	background-color: #1f0232;
	font-family: helvetica, verdana, sans-serif;
	font-size: small;
}
#page {
	width: 800px;
	background-color: #fff;
	border: 2px outset black;
	margin:0 auto;
}

#header  {
	padding: 15px 5px 0px 5px;
	margin: 4px 0px 4px 0px;
	text-align: left;
	background-color: #fff;
	z-index:10;
	position:relative;
}

#header a img {
	border:none;
}

#contentwelcome, #content {
	width: 518px;
	background: none;
	font-family: helvetica, verdana, sans-serif;
	font-weight: lighter;
	color: #111;
	text-align: justify;
	float: right;
	padding: 15px 15px 15px 20px;
	margin: 10px 10px 10px 10px;
	border-left: 1px dashed gray;
}
#content {
	background:url(../images/backgroundjane2.gif) center no-repeat;
}
#footer {
	text-align: center;
	font-size: 75%;
	line-height: 12px;
	padding: 5px 0px;
	background-color: #eee;
	clear:both;
}

/* navigation */
#nav {
	text-align:center;
}
#nav ul  {
	list-style: none;
	text-decoration: none;
	margin: 0 auto;
	padding: 0px 0px 0px 2px;
	display: inline;
}
#nav ul li {
	display: inline;
	padding:0;
}
#nav ul li a {
	line-height:30px;
	padding:0px 8px;
	text-decoration:none;
	font-size:16px;
	color:#333;
	border-right:1px solid #333;
}
#nav ul li.last a {
	border-right:0;
}
#nav a:hover {
	color:#090;
	text-decoration:underline;
}
/* sidebar about book */
#sidebar {
	width:180px;
	margin: 10px 0 10px 20px;
	font-family: helvetica, verdana, sans-serif;
	font-weight: lighter;
	color: #111;
	text-align: center;
	padding:0;
}
* > #sidebar {
	width: 200px;
}
#sidebar h2 {
	text-align: center;
	background-color: #fff;
	letter-spacing: -0.1em;
	border-bottom: 5px solid #0f4601;
	margin:0;
}
#sidebargrey, #sidebargrey2 {
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	background-color: #ddd;
	padding:10px 5px;
	margin:0;
	text-align: center;
}
#sidebargrey2 {
	text-align:left;
}
#sidebargrey2 img {
	float:left;
	margin-right:5px;
}
#sidebargrey2 a img {
	border:none;
}
#sidebargrey p, #sidebargrey h4, #sidebargrey2 p, #sidebargrey2 h4 {
	padding: 10px;
	margin:  0;
}
#sidebargrey p, #sidebargrey2 p {
	padding:3px 0 0 0;
}
#sidebargrey strong {
	font-weight:bold;
}
#sidebargrey form {
	padding-top:0;
	margin-top:0;
}
#sidebargrey #contact {
	font-style: italic;
	margin-top:10px;
}
#sidebargrey #contact p {
	padding:0 10px 5px 10px;
}
#sidebargrey #contact h4 {
	padding:0;
	text-align: center;
	font-size:100%;
}
#paypal, #check {
	border:1px #999 dotted;
	margin:5px 5px 10px 5px;
}
/* headers, text */
h1#title {
	position:absolute;
	z-index:0;
	top:20px;
	text-align:center;
	width:790px;
	margin:0;
	padding:0;
}
h2 {
	font-size: 150%;
}
#center h2, #center h3 {
	font-weight:lighter;
}
#content h4 {
	text-align: center;
	font-size:110%;
}
#footer p {
	margin:0;
	padding:0;
}
blockquote {
	font-style:italic;
}
.credit {
	font-weight:bold;
}
.clear {
	clear:right;
}
/* anchors */
a {
	text-decoration: none;
	color: #fff;
}
#content a, #contentwelcome a, #sidebar a {
	color:#1f0232;
	text-decoration:underline;
}
a:hover, #content a:hover, #contentwelcome a:hover, #sidebar a:hover {
	color:#090;
}
a img {
	border:2px #fff solid;
}
a#mailto {
	color:#f30;
}
a:hover#mailto {
	color:#090;
	text-decoration:underline;
}
/* contact, tap-a-gram, links pages */
#center {
	padding-top:170px;
	padding-bottom: 220px;
	text-align: center;
}
/* slideshow sidebar */
#slide {
	width:150px;
	height:120px;
	border:1px #666 solid;
	margin:0 auto;
	background-color:#000;
}
#slide div {
	width:150px;
	height:120px;
	background-repeat:no-repeat;
	background-position:center center;
}



