#Instance stylesheet

html {
	min-height: 100%;
	height: auto;
}

body {
	background-image: url("../images/background.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1, h2, h3 {
	font-weight: normal;
}

div.framed {
    float: right;
}

img.buffer {
    padding:0 0 0.7em 0.7em;
}

img.framed-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #000000;
}

h1 {
	color: #99CC33;
}

a {
	color: #336600;
}

h2 {
	color: #336600;
	font-size: 16pt;
}

p.book-title {
	font-weight: bold;
	color: #99CC33;
}

a.chapter-download, a.amazon {
	display: block;
	vertical-align: middle;
	text-align: center;
}

a.amazon {
	text-decoration: none;
}

a.chapter-download {
	width: 160px;
	float: left;
}

img.amazon, img.adobe {
	border: 0px;
}

div#header {
	background-color: #99CC33;
	background-image: url("../images/header_background.gif");
	background-position: left;
	background-repeat: no-repeat;
	height: 150px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

div#header2 {
	background-color: #99CC33;
	background-image: url("../images/header_background.gif");
	background-position: left;
	background-repeat: no-repeat;
	height: 35px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 12pt;
	padding-left: 10px;
    color: #FFFFFF;
}

#header2 input {
    width:14.0em;
}

#header2 input.submit {
    width:5.0em;
}

#header2 a {
    font-size: 13pt;
}


div#footer {
	padding:0.5em 0 0.5em 0;
    background-color:#ADFF2F;
    font-weight: bold;
}

#footer ol {
	display: inline;
    padding-left:0.5em;
}

#footer ol li{
    display: inline;
}

br#page-end {
	clear: both;
	line-height: 200px;
}

div#buffer {
	width: 920px;
	margin-bottom: 300px;
}

img.book_cover {
	padding-left: 10px;
	float: right;
}

div#body {
	width: 920px;
}

div#content {
	float: left;
	width: 640px;
}

h1 {
	margin-top: 0px;
}

ul#menu {
	float: left;
	width: 280px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left:0px;
}

li.menu, li#active {
	margin-left: 0px;
	padding-left: 10px;
	list-style: none;
	list-style-position : outside;
	font-size: 14pt;
	padding-bottom: 10px;
}

li#active {
	color: #99CC33;
}

div#header_shadow {
	background-image: url("../images/header_shadow.gif");
	margin-bottom: 18px;
}

img#header_title {
	padding-right: 54px;
	padding-left: 60px;
}

img#header_wiley {
	padding-top: 53px;
	padding-right: 5px;
}

a.menu {
	color: #CCCCCC;
	text-decoration: none;
}

a.menu:hover {
	color: #99CC33;
}

#formWrapper form {
	float:left;
}

#formWrapper form fieldset {
	border:none;
	margin:0.5em;
	padding:0 1em 1em 0.5em;
}

#formWrapper form legend {
	color: #336600;
	font-size: 15pt;
}

#formWrapper form label {
	float:left;
	width:11em;
	font-size:1.2em;
	margin:0 1em 0 0.5em;
}

#formWrapper form input {
	border:1px solid #808080;
	width:12.0em;
}

#formWrapper form textarea {
	border:1px solid #808080;
	height:5em;
	width:15em;
}

#formWrapper ol {
	padding-left:0;
	list-style:none;
}

#formWrapper ol li {
	clear:both;
	margin:0.5em 0 0 0;
}

#formWrapper img {
	float:right;
	margin:0 0 0.5em 0;
}

#formWrapper form input.inputButton {
	width:8.0em;
}

#formWrapper span {
    margin-left: 1.5em;
}

#commentsFormContainer ol {
    list-style:none;
    padding-left:0;
}

#commentsFormContainer ol li{
    margin:0.5em 0 0 0;
}

#commentsFormContainer ol li label{
    float:left;
    width:6em;
}

#commentsFormContainer form input {
    border:1px solid #808080;
    width:29.3em;
}

#commentsFormContainer form input.inputButton {

    border:1px solid #808080;
    width:10em;
}

#commentsFormContainer form span {
    margin-left: 6em;
}

#commentsFormContainer form textarea {
	border:1px solid #808080;
	height:10em;
	width:30em;
}

#commentsLoginFormContainer ol {
    list-style:none;
    padding-left:0;
}

#commentsLoginFormContainer ol li{
    margin:0.5em 0 0 0;
}

#commentsLoginFormContainer ol li label{
    float: left;
    width:10em;
}

#commentsLoginFormContainer form input {
    border:1px solid #808080;
    width:15em;
}

#commentsLoginFormContainer form span {
    margin-left: 10em;
}

#commentsLoginFormContainer form input.submit {
    width:8em;
}