body {
background-color:#fff;
color:#000;
font-family:times, serif;
}

/* outside div encasing everything on the page so it will be centered
   automatically within the browser. The background image is declared
   here and does not repeat. */

div.main {position:relative; top:00px; width:737px;
          margin-left:auto; margin-right:auto; padding:2px;
          background-image:url('../../gr/action_inside.jpg');
          background-repeat:no-repeat; background-position:0 0px;
	margin-bottom:30px; padding-top:172px}     


/* div with all the text and page content to left of the nav menu. */

div.content {margin-left:2px; width:510px; 
         border:solid 2px black; padding:5px;}
div.content a {color:green; font-weight:bold;}
div.content a:hover {color:#99CC33;}


/* styles for title of main content box */

div.title {position:absolute; top:147px; left:20px; color:#fff;
          border-style:none; font-weight:bold; font-size:18px;}


/* for floating images */

div.right {float:right; top:10px; text-align:center; font-weight:bold;
border:1px solid gray; background-color:#E8FFBB; padding:3px; margin:5px;}

div.left {float:left; text-align:center; font-weight:bold;
border:1px solid gray; background-color:#E8FFBB; padding:3px; margin:5px;}

.white {background-color:#efefef !important;}
.white img {border:1px solid black; margin-top:5px;}



/* styles for navigation bar on right */

div.nav {float:right; margin-top:2px; margin-right:6px;
	width:184px; border:solid 2px black; margin-left:0px;
         border-top-style:none; padding:5px; margin-bottom:20px;}
div.nav a {text-decoration:none; color:black; font-weight:bold;}
div.nav a:hover {color:#105806; text-decoration:underline;}

/* for section titles within the navbar */
div.nav img {width:194px; margin-right:-5px; padding:right:0px;
    padding-left:0px; padding-bottom:3px; padding-top:7px; margin-left:-5px;}

#sub {width:198px; height:72px; z-index:100; position:relative; left:-2px;
	margin-right:-9px; margin-top:-10px; margin-bottom:-5px; padding-bottom:0px;}


ol.comics li:hover {background-color:#4DBA2C;}



table {border:1px solid black; width:510px; background-color:#E8FFBB;}
table th {text-align:center; font-weight:bold;}
table td {border:1px solid black; text-align:center; background-color:white;}
table caption {text-align:center; font-weight:bold; color:green;}


table.equal td {width:33%;}





span.u {text-decoration:underline;}
span.big {font-weight:bold; font-size:18px;}
span.c {color:green}
a.grey {color:#888 !important; text-decoration:none !important;}
div.center {text-align:center; font-weight:bold;}

hr {width:70%;}

