/* ------------------------------------ *  NCave Style Sheet  * ------------------------------------ */

body                                    {background-color: black;
                                        background-image: url(images/bgglow.jpg);
                                        background-repeat: repeat-x;
                                        text-align: center;
                                        min-width: 750px;
                                        font-family: trebuchet ms, arial;
                                        color: white;}

h1                                      {font-size: 300%;
                                        font-weight: bold;
                                        padding-top: 5px;}

h2                                      {font-weight: bold;
                                        font-size: 150%;
                                        margin-left:20px;}

h3                                      {font-weight: bold;
                                        font-size: 130%;}

p                                       {font-size: 110%;}

em                                      {font-size: 130%;}

a                                       {font-weight: bold;}
                                        a:link{color:#D0D0E0;}
                                        a:visited{color:#D0D0E0;}
                                        a:hover{color: #E3E3E3;}
                                        a:active{color:#E3E3E3;}

a.current                               {text-decoration: none;}
                                        a.current:visited{color:#E3E3E3;}
                                        a:link img {border:black;}
                                        a:visited img {border:black;}

hr                                      {height: 1px;
                                        width: 60%;
                                        text-align: center;}

divb                                    { border: 1px solid white;  } /* -- For visualising the Div elements */

#header                                 {position: absolute;
                                        top: 0px;
                                        left: 0px;
                                        width: 100%;
                                        height: 33px;
                                        background-image: url(images/header2.jpg);}

#frame                                  {position: relative;
                                        top: 20px;
                                        margin: 0 auto;
                                        width: 750px;
                                        text-align: left;
                                        background-color: black;}


#navbar                                 {top: 0px;
                                        text-align: right;
                                        line-height: 170%;
                                        padding: 1px;
                                        color: #D0D0E0;}

.content                                {position: relative;
                                        margin-top: 30;
                                        margin-left: 20;
                                        margin-right: 20;}

.table1                                 {margin-left: 50px;
                                        width: 50%;
                                        font-size: 130%;
                                        background-color: #404040;
                                        border: 1px solid white;}

.table2                                {width: 90%;
                                        font-size: 130%;
                                        background-color: #404040;
                                        border: 1px solid white;}

.newspaper                             {font-family: times new roman, arial;
                                       width: 355px;
                                       text-align: justify;}

.center                                {text-align: center;}
.left                                  {text-align: left;}
.right                                 {text-align: right;}

table.thumbs                           {margin: 20px;
                                       width: 90%;
                                       text-align: center;}

img.imgleft                            {float:left;
                                       margin-right: 20px;
                                       margin-bottom: 20px;
                                       clear: left;}

img.imgright                           {float: right;
                                       margin-left: 20px;
                                       margin-bottom: 20px;
                                       clear: right;}

img.top                                {float:left;}

img#flashlight                         {margin-left:12px;
                                       margin-top: 5px;}


