body { background-image: url('.../../img/paperbg.jpg'); }

.headerBox {
  background: #444455; 
  border: 2px solid #000;
  -moz-border-radius: 10px;    /* FireFox 1+ */
  -webkit-border-radius: 10px; /* Safari 3+, Chrome */
  border-radius: 10px;         /* Opera 10.5, IE 9 */
  width: 100%;  
}
.headerBoxInner { margin: 10px 20px; }

.cornerBox { 
  background: #ffffee; 
  border: 2px solid #444;
  -moz-border-radius: 10px;    /* FireFox 1+ */
  -webkit-border-radius: 10px; /* Safari 3+, Chrome */
  border-radius: 10px;         /* Opera 10.5, IE 9 */
  width: 100%; 
}
.cornerBoxInner { margin: 10px; }

.footerBox {
  background: #444455; 
  border: 2px solid #000;
  -moz-border-radius: 10px;    /* FireFox 1+ */
  -webkit-border-radius: 10px; /* Safari 3+, Chrome */
  border-radius: 10px;         /* Opera 10.5, IE 9 */
  width: 100%;  
}
.footerBoxInner { margin: 10px 20px; }

.homepageimage { float: right; border: 1px solid #000; margin: 0px 25px 0px 10px; }


.text { font-family: Arial; }

h1, h2, h3, h4 { font-family: Arial; color: #000; }

.navigation { font-size: 2.0em; }
.topbar a:link { color: #fff; text-decoration: none; }
.topbar a:visited { color: #fff; text-decoration: none; }
.topbar a:hover { color: orange; text-decoration: none; }

.booknav ul { margin-left: 15px; padding: 0px; list-style: ; }
.booknav li { margin: 1px 0px; padding: 0px; }
.booknav a:link { color: blue; text-decoration: none; }
.booknav a:visited { color:blue; text-decoration: none; }
.booknav a:hover { color: #009; text-decoration: underline; }

p { margin-bottom: 20px;  }

h3 { margin-bottom: 20px; }

.guhyaraja { float: right; }
.footer { color: #fff; }
.footer a:link { color: #fff; text-decoration: none; }
.footer a:visited { color: #fff; text-decoration: none; }
.footer a:hover { color: orange; text-decoration: none; }

a:link { color: blue; text-decoration: underline; }
a:visited { color: blue; text-decoration: underline; }
a:hover { color: blue; text-decoration: underline; }

.extramargin { margin: 0px 10px; }

.book_images { margin-right: 3px; border: 1px solid #000; }

.roundedcorners{
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #800000;
}
