
body 
	{ 

	background-color: black; 
	border-style: single; 
	border-color:0px solid blue;
	}
table
	{
	color: gray;
	background-color: black;
	}
p 
	{
	font-size: 11pt; 
	margin-left: 15px; 
	color: gray;
	} 
p.margin 
	{
	font-size: 11pt; 
	margin-left: 0px; 
	color: gray;
	} 
img.top 
	{
	vertical-align:text-bottom;
	}
a 
	{
	text-decoration: none;
	} 
a:link 
	{
	color:white;
	} 
a:visited 
	{
	color:tan;
	} 
a:hover 
	{
	color:orange;
	} 
a:active 
	{
	color:blue;
	}
div.container
	{
	width:99%;
	margin:0px;
	border:0px solid blue;
	line-height:125%;
	}
div.header
	{
	padding:0px;
	color:white;
	background-color:black;
	clear:left;
	}
div.footer
	{
	padding:0px;
	color:blue;
	background-color:black;
	clear:left;
	}
h1.header
	{
	background-image: url('logo2a.gif');
	background-repeat: no-repeat; 
	background-attachment: absolute; 
	border:5px white;
	padding:20px 5px 40px 5px;
	text-align:right;
	font-size:18pt; 
	margin:0;
	}
h1
	{
	color:white; 
	border:5px white;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-size:18pt; 
	margin:0;
	}
h2
{ 

	color:white; 
	font:verdana;
	font-size:8pt; 
	text-align:left; 
	margin-right: 10px; 
	height:5px;
	padding: 5px 0px 12px 0px;
	} 
h3
	{
	color:blue; 
	font:verdana;
	font-size:8pt; 
	text-align:center; 
	margin-right: 10px; 
	height:5px;
	padding: 0px 0px 0px 0px;
	} 
hr 
	{
	color:blue; 
	height:1px; 
	width:100%;
	} 
div.left
	{
	background-image: 
	url('blue_left.gif');
	background-repeat: repeat-y;
	background-color:black;
	float:left;
	width:250px;
	margin:0;
	padding: 0em 0em 200em 0em;
	}
div.content
	{
	margin-left:261px;
	border-left:1px solid blue;
	border-right:1px solid blue;
	padding:1em 1em 1em 2em;
	}
<!--HOW IT'S DONE-->
<!--It's a lot of fucking work...that's how it's done-->
<!--This CSS shit was supposed to save a ton of time, but it hasn't really-->
<!--I'm told frames are so 1990s, so I changed back to individual pages using CSS.-->
<!--I got most of my traffic from the original, outdated pages, so I'm going to keep-->
<!--the original filenames, but rename the existing pages, adding a suffix of "3"-->
<!--Back to my complaint...I had to cut the hyper links and descriptions out of the-->
<!--frame statements and paste them into CSS statements. It really sucks being this-->
<!--lame at playing with computers.  Should have stuck with fixing trucks, goddammit.-->