#bgholder {
	position: fixed;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0; 

	z-index: -1;

background: rgb(6,132,0); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(6,132,0,1) 0%, rgba(0,56,5,1) 86%, rgba(0,56,5,1) 100%, rgba(0,91,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(6,132,0,1)), color-stop(86%,rgba(0,56,5,1)), color-stop(100%,rgba(0,56,5,1)), color-stop(100%,rgba(0,91,10,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(6,132,0,1) 0%,rgba(0,56,5,1) 86%,rgba(0,56,5,1) 100%,rgba(0,91,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(6,132,0,1) 0%,rgba(0,56,5,1) 86%,rgba(0,56,5,1) 100%,rgba(0,91,10,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(6,132,0,1) 0%,rgba(0,56,5,1) 86%,rgba(0,56,5,1) 100%,rgba(0,91,10,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(6,132,0,1) 0%,rgba(0,56,5,1) 86%,rgba(0,56,5,1) 100%,rgba(0,91,10,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#068400', endColorstr='#005b0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */





	}

body{
	/* background-color: rgb(34, 119, 255);
	background: #00cc55 url(/img/tiles.png);*/

	font-family: "Gill Sans", Helvetica, sans-serif; 
	margin: 0;
	color: #f4f4f4;
	text-shadow: 2px 2px 2px #555; 
	}

#content {
	text-align: left;
	/* background: #008822;*/
	width: 960px;
	margin: 20px auto 0; 
	/*background-color: #f0f8f0;*/
	border: 5px solid #f4f4f4;
	border-radius: 10px;


	}

#header {
	border-bottom: 2px solid white;
	padding: 20px 10px 10px 20px;
	}

h1 span.stroke {
	color: rgb(0,56,5);
	text-shadow:
		-1px -1px 0 white,  
		1px -1px 0 white,
		-1px 1px 0 white,
		1px 1px 0 white,
		2px 2px 2px black; 
	
	font-style: italic;
	}

#header p
	{
	text-align: right;
	font-size: 80%;
	font-style: italic;
	}
h1 {
	text-transform: uppercase; 
	margin: 10px;
	clear: both;
	text-align: left;
	padding: 3px;
	margin: 0;
	}

#links {
	float: right;
	margin: 0;
	width: 275px;
	padding: 5px; 
	}

#links img {
	border: none; 
	}
#internalLinks, #externallinks, #quote{
	/* padding: 5px; */
	}

#rightcol, #news {
	/* border-left: 1px solid red;*/
	}

#links ul
	{
	/* margin: 0px 5px;*/
	padding: 0px;
	}

#links ul li
	{
	list-style: none;
	/* padding: 2px; */
	margin: 0px; 
	}

#links h2 {
	font-size: 1.0em;
	}

#links a {
	/* color: #afa;*/
	}

#externalLinks a{
	/* color: #050;*/
	}

#links #externalLinks ul li {
	padding: 5px 0; 
	/* border-bottom: 1px solid #46DF45; */
	}

#internalLinks {
	text-align: left;
	/* background: #00aa00;*/
	margin-bottom: 5px;
	}

#internalLinks ul
	{
	margin-left: 0;
	}
#internalLinks a:hover {
	/* background: #008800;*/
	}

#externalLinks {
	/* text-align: right;*/
	/* background: #00cc00;*/
	margin-bottom: 5px;
	}

#externalLinks a:hover {
	/* background-color: #00aa00;*/
	}


#news {
	/* color: #eeffee;*/
	/* background-color: #003300; */
	font-size: 0.9em;
	font-weight: normal;
	}
#news .source {
	font-weight: normal;
	font-style: italic; 
	text-align: right;
	}
#quote {
	text-align: left;
	/* background: #005522;*/
	}

#counter {
	position: absolute; 
	right: 0;
	bottom: 0;
	border: 1px solid #fff;
	padding: 2px;
	margin: 0px auto;
	/* text-align: right;*/
	z-index: -1;
	}

div.spacer {
  clear: both;
  }

#links ul.googlenews {
	padding-left: 0px; 
	margin: 0px; 
	}

	#links ul.googlenews li {
		list-style: none; 	
		padding: 7px 9px 9px 0px; 
		margin: 0; 
		}

	#links ul.googlenews li + li {
		/* border-top: 1px dashed #017800;*/
		}


	p.feed_last_updated 
		{
		font-style: italic;
		font-size: 80%;
		}
	p.feed_last_updated a,
	p.feed_last_updated a:visited
		{
		text-decoration: none;
		}


