body {
	background-color: #426948;
	color: #e8e622;
	font-family: Arial;
	font-size: 100%;
	text-align:left;
	margin: 0px auto auto 0px;
}
img {
	border-style:none;
}
img.yellow {
	border-color: #e8e622;
}
.blackstrip {
	border: 37px solid #000000; 
}
div.main {
	left: 217px;
	top: 163px;
	position: absolute;
}
div.yellow {
	border: 1px solid #e8e622;
	width: 678px;
	background-color: #000000;
	padding: 5px 5px 5px 15px;
}	
div.rant {
	left: 0px;
	top: 50px;
	position: relative;
}
div.rant1 {
	width: 772px;
	background-image: url('/template/rant_mid.gif');
	text-align: left;
	background-repeat: repeat-y;
	background-position: top center;
	border-style: none;
}
div.rant2 {
	width: auto;
	background-image: url('/template/rant_top.gif');
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	bottom: 50px;
}
div.rant3 {
	width:auto;
	background-image: url('/template/rant_bot.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	top: 55px;
}
div.menu {
	left: 30px;
	top: 92px;
	position: absolute;
}
div.navtop {
	left: 410px;
	top: 12px;
	position: absolute;
}
div.navbot {
	left: 188px;
	bottom: 0px;
	position: relative;
}

/* positions rant */
table.rant {
	padding: 8px 13px 8px 18px;
	background-color: transparent;
	border-style: none;
}

/* fixes problem with internet explorer display */

td.iefix {
	width: 386px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 355px;
}
#james {
	padding-left: -10px; /*moves james rant to the left*/
}
#david {
	padding-left: 35px; /*moves david rant to the right */
}
p.copyright {
	text-align: center;
	font-size: 85%;
}
ul {
	list-style-type: none;
	margin-left: 20px;
}	

a:link, a:hover, a:active { 
	color: #e8e622; /* non visited links are yellow */
	text-decoration: underline;
}

a:visited {
	color: #426948; /* visited links are green */
	text-decoration: underline;
}




	
