body { 
 font: bold 12pt "Times New Roman"; 
 margin:0px;
 padding:0px;
 background-color: #FFF8D1;
 color: #000;
 text-align: center;
}

a {
 color: #00f;
}

a:visited {
 color: #800080;
}

h2 {
 text-align: center;
}

p {
 margin: 0px 0px 20px;	
 padding: 0px;
 text-indent: 10px;
}

a img {
 border: 0;
}

#wrap {
 background: url(../images/sunset.jpg) no-repeat top left;
 text-align: left;
 margin: 0px auto;
 width: 760px;
 position: relative;
}

#sidebar {
 width: 160px;
 float: left;
 padding: 0px 10px;
 margin-top: 264px;
}

#content {
 background: #fff url(../images/clouds_orange.jpg) no-repeat top left;
 border: 1px solid #000;
 padding: 0px 10px;
 margin-top: 273px;
 width: 555px;
 float: right;
}

#pagehead {
 text-align: left; 
 color: #fff; 
 font-size: 16pt;
 font-style: italic;
 margin-top: 5px;
 text-indent: 0px;
}

#nav td {
 width: 146px;
 height: 37px;
 text-align: center;
 background: url(../images/buttons.gif) no-repeat 0px -37px;
 color: #fff;
}

#nav td a {
 color: #fff;
 text-decoration: none;
 display: block;
 outline: none;
}

#footer {
 clear: both;
 text-align: center;
 font-size: smaller;
 padding: 25px 0px;
}

h1#title {
 margin: 0px;
 font-style: italic;
 font-size: 26pt;
 color: #fff;
 position: absolute;
 top: 35px;
 left: 95px;
 z-index: 1;
}

h2#subtitle {
 margin: 0px;
 font-style: italic;
 font-size: 20pt;
 color: #fff;
 position: absolute;
 top: 80px;
 left: 155px;
 z-index: 1;
}

#bookcover {
 margin-top: 5px;
}

#dotcom, #dotinfo {
 line-height: .8;
}

body.home #home, body.about #about, body.contact #contact {
 background: url(../images/buttons.gif) no-repeat top left;
}

#home:hover, #about:hover, #contact:hover, #dotcom:hover, #dotinfo:hover {
 background: url(../images/buttons.gif) no-repeat 0px -74px;
}







/***********About Us Page***********/
.about h3 {
 margin: 30px 0 5px 0;
 color: #00008f;
}





/***********Contact Us Page***********/
.contact h3 {
 color: #00008f;
}