BODY {
	background-image: url(bg.gif);
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}
#wrapper {
	background: #fff;
	border-top: 0;
	border-left: 3px solid #222;
	border-right: 3px solid #222;
	border-bottom: 3px solid #222;
	width: 600px;
	height: 99%;
	margin: 0px auto;
}
#headerName {
	text-align: left;
	font-size: 18pt;
	color: #fff;
	background: #060;
	border-bottom: 3px solid #222;
	padding: 7px 5px 5px 10px;
}
#headerImage {
	border-bottom: 3px solid #222;
}

#content a {
	color: #060;
}
#content a:hover {
	background: #eee;
}

#menu {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;      
	background: #333;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	text-align: left;
}
#menu a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;      
	font-weight: bold;
	background: #333;
	height: 2em;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 10px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    8pt;   
	}

#menu a:hover {
	color: #000;
	background: #ccc;
	}

#menu a:active	{
	background: #060;
	color: #fff;
	}
	
#main {
	clear: both;
	margin: 0;
	padding: 0;
}
#left {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 20px;
	width: 100px;
}
#right {
	float: right;
	position: relative;
	width: 100px;
}
#content {
	text-align: left;
	margin-left: 130px;
	margin-right: 90px;
    background: #fff;
}
#contentTitle {
	color: #aaa;
	font-size: 30pt;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
#content .quote {
	font-size: smaller;
	margin-left: 20px;
	margin-right: 20px;
}
#content .quotesig {
	text-align: right;
	font-style: italic;
	margin-right: 20px;
}
#content .book {
    margin-bottom: 2em;
}
#content .bookTitle {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 1em;
}
.warn {
    color: #060;
    font-weight: bold;
}
#footer {
	clear: both;
	border-top: 3px solid #222;
	padding: 5px;
	background: #060;
	color: #fff;
	font-size: 9pt;
	text-align: center;
}
#credit {
    font-style: italic;
    color: #ddd;
}
#credit a {
    color: #ddd;
}
#credit a:hover {
    color: #87CEEB;
}
