.cornerBox { position: relative; background: #333333; width: 100%; }
.corner { position: absolute; width: 10px; height: 10px; background: url('../../img/corners333333.gif') no-repeat; font-size: 0%; }

.cornerBox2 { position: relative; background: #ffffcc; width: 100%; }
.corner2 { position: absolute; width: 10px; height: 10px; background: url('../../img/corners.gif') no-repeat; font-size: 0%; }

.cornerBox3_ { position: relative; background: #ccffff; width: 100%; }
.corner3_ { position: absolute; width: 10px; height: 10px; background: url('../../img/cornersccffff.gif') no-repeat; font-size: 0%; }

.cornerBoxInner { padding: 10px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

.text { font-family: lucida grande,lucida sans,helvetica,arial,sans-serif; }

h1, h2, h3, h4 { font-family: verdana; }

.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;
}

