body{
	/* background-color: rgb(34, 119, 255);*/
	background: #00cc55 url(/img/tiles.png);
	font-family: "Gill Sans", Helvetica, sans-serif; 
	margin: 0;
	color: #333;
	}

#content {
	text-align: left;
	/* background: #008822;*/
	width: 960px;
	margin: 0 auto 0; 
	background-color: #f0f8f0;
	border-left: 1px solid white;
	border-right: 1px solid white;

	}

h1 {
	margin: 10px;
	clear: both;
	text-align: center;
	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 {
	/* color: white;*/
	/* background-color: #666;*/
	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 
		{
		color: #888;
		font-style: italic;
		font-size: 80%;
		}
	p.feed_last_updated a,
	p.feed_last_updated a:visited
		{
		color #ccc;
		text-decoration: none;
		}



