/*Space Captain Smith theme (c) Ian Cundell 2009*/
body { 
	margin: 0px;
	padding:0px;
 	background-image: url("images/brg.jpg");
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;color: rgb(255,255,255);
    }

 .wrapper {
	margin-right: auto;
	margin-left: auto;
	width:700px;
	border: 2px solid rgb(139, 0, 0);
	background-color: rgb(139, 0, 0);
	}

#header {
	border: 1px solid rgb(139, 0, 0);
	/* background-image: url("images/banner.gif"); */
	background-repeat: no-repeat;
	background-color: rgb(139, 0, 0);
	height: 100px;
	width:100%;
	}

#navBar {
	background-color: rgb(139, 0, 0);
	width: 100%;
	}

#content {
overflow: hidden;
text-align: left;
border: 1px solid rgb(139, 0, 0);
	height:535px;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-color:white;
	width:100%;
	z-index:-1;
		}

#footer {
border: 1px solid rgb(139, 0, 0);
	background-color: #8b0000;
	text-align: right;
	height: 50px;
	width:100%;
	}


#content li {
text-align: left;
color: rgb(255,255,255);
margin-left: 10px;
margin-right: 10px;
font-size:0.85em;
}

p {
font-size: 0.8em;
text-align: left;
margin-left: 40px;
margin-right: 30px;
line-height: 1.2em;
}
sup {font-size:0.6em;vertical-align:top;}
h1 { 
	margin-left: 10px;
	color: rgb(255, 255, 100);
	font-size: 1.4em;
  }

h2 { 
	margin-left: 10px;
 	color: rgb(255, 255, 100);
	font-size: 1.3em;
}

h3 { 
	margin-left: 10px;
	color: rgb(255, 255, 100);
	font-size: 1.1em;
}

a:link { 
  	color: rgb(255, 255, 255);
    }

  a:hover { 
  	color: rgb(255, 0, 0);
    background-color: rgb(135,206,250);
    }

  a:active { 
  	color: rgb(255, 255, 255);
    }

  a:visited { 
  	color: rgb(255, 255, 255);
    }
    
.banner{
	color: rgb(240,230,140);
	font-family: Courier, "Courier New", monaco, monotype;
	font-size:150%;
	text-decoration: underline;
}

.typing {
	text-align: left;
	font-size: 0.9em;
	line-height: 0.9em;
	font-family: courier, "Courier New", monaco, monotype;
	color: rgb(240,230,140);

}

.puff {
	font-size: 0.85em;
	line-height: 0.9em;
	font-family: courier, "Courier New", monaco, monotype;
	color: rgb(0,0,0);

}


.news {
	font-size:0.9em;
	font-family: Courier, "Courier New", monaco, monotype;
	color: rgb(0,0,0);
	background: rgb(255,255,255);

}

.underline {

	text-decoration:underline;
}

.small{
	text-align: right;
	font-size:0.7em
}

.footnote{
	text-align: left;
	font-size:0.7em
}

.rtimes{width: 90%;margin:auto;}
.td10{
 	width: 10%;
 	vertical-align: top;
 	border-bottom:black 1pt solid;
 }
.td30{
 	width: 30%;
 	vertical-align: top;
 	border-bottom:black 1pt solid;
 }
.td60{
 	width: 60%;
 	vertical-align: top;
 	border-bottom:black 1pt solid;
 }


