*
{
	margin: 0;
}

img
{
	border: 0px;
}

body
{
    background-color: #FFE6CC;
    background-color: #FFD073;
    background-color: #E0DCC5;
}

#update
{
	border: solid 5px black;
	width: 850px;
	padding: 15px;
	padding-left: 25px;
}

#siteHeaderTitle
{
	clear:both;
	background: #000000 url(./imgSite/bgWood.jpg) repeat-x 0 0;
	width: 100%;
	height: 120px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
#siteHeaderNav
{
	width: 100%;
	height: 55px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #4A0000;
	background-color: #310A0A;
}

#siteWrapper
{
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#contentLand
{
	width: 960px;
	background-color: #FFFFFF;
	border: solid 5px #310A0A;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#contentLandDescrip
{
	width: 620px;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Serif;
	font-size: 1.5em;
	line-height: 1.4em;
}


#bookMain
{
	width: 650px;
	padding: 20px;
	float: left;
	border-left: solid 5px #310A0A;
	border-right: solid 5px #310A0A;
	background-color: #F3F1E9;
}

#bookMain
{
	text-align: left;
	font-family: Serif;
	font-size: 1.5em;
	line-height: 1.4em;
}


#bookSidebar
{
	width: 220px;
	margin: 10px;
	float: right;
	padding-top: 30px;
}

#bookSidebar
{
	text-align: left;
	font-family: Sans-Serif;
	font-size: 0.9em;
	line-height: 1.3em;
}

#bookContents { }

p { margin-bottom: 0.75em; }

/* p+p */

p.bookH1
{
	color: #4A0000;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 0.50em;

}

p.bookH2
{
	color: #A63100;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

p#figTitle
{
	font-size: 0.7em;
}

#fullMain
{
	width: 950px;
	height: 100%;
	border-left: solid 5px #310A0A;
	border-right: solid 5px #310A0A;
	background-color: #F3F1E9;
	clear: both;
}

pre
{
	font-size: 0.8em;
	line-height: 1.30em;
	margin-bottom: 0.75em;
	margin-top: 0.75em;
	overflow: auto;
}

#siteFooter
{
	width: 950px;
	background-color: #000000;
	clear: both;
}

p.footerText
{
	font-family: Sans-Serif;
	font-size: 0.8em;
	color: #FFFFFF;
}

#comicDescrip
{
	width: 750px;
	text-align: left;
	font-family: Serif;
	font-size: 1.5em;
	line-height: 1.4em;	
	margin-left: auto;
	margin-right: auto;
}
#comicIndex
{
	width: 500px;
	text-align: left;
	font-family: Sans-Serif;
	font-size: 1.0em;
	margin-left: auto;
	margin-right: auto;
}
p.comicIndexHead
{
	text-align: center;
	font-family: Serif;
	font-size: 2.0em;
}
#fullFrontDescrip
{
	text-align: left;
	font-family: Serif;
	font-size: 1.5em;
	line-height: 1.4em;	
	margin-left: 20px;
	margin-right: 20px;
}

#fullFrontIndex
{
	text-align: left;
	font-family: Serif;
	font-size: 1.2em;
	color: #A63100;
	line-height: 1.1em;	
	margin-left: 40px;
	margin-right: 20px;
}

div#fullFrontIndex a:link, a:visited
{
    color: #000000;
    text-decoration: none;
    margin-left: 15px;
}
div#fullFrontIndex a:hover
{
    color: #000000;
    text-decoration: underline;
    margin-left: 15px;
}

#bookSidebar a
{
    color: black;
    text-decoration: underline;
}
#bookSidebar a:hover
{
    color: red;
    text-decoration: none;
}
#bookSidebar a:visited
{
    color: black;
    text-decoration: underline;
}




table.txtTable
{
    font-family: Sans-Serif;
    font-size: 0.75em;
    text-align: left;
    padding: 5px;
    border-collapse: collapse;
}
table.txtTable th
{
    background: #000000;
    color: #FFFFFF;
    font-size: 0.85em;
    border: 0px;
    line-height: 1.30em;
    padding-top: 8px;
    padding-bottom: 8px;
}
table.txtTable td, th
{
    padding-left: 15px;
    padding-right: 15px;
}
table.txtTable tbody td
{
    border-bottom: solid 1px #000000;
}
table.txtTable tbody tr:hover td
{
    background: #FFFFFF;
}

