body { 
	color: #000; 
	background: #EEE;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 76%;
	padding: 0;
	margin: 0;
}
h1, h2 { margin: 0; }
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; }
h5 { font-size: 80%; }
h6 { font-size: 65%; }
div#template { 
	width: 780px; 
	margin: 0 auto;
}
h1 {
	font-size: 100%;
	text-align: right;
	margin: 0;
	line-height: 3em;
}
div#header { 
	height: 100px;
	margin: 0;
	border: 1px solid #000;
	padding: 20px;
	color: #EEE;
}
div#menu { 
	margin: 0;
	border-top: 1px solid #FFF;
	background: #000;
	padding: 0.5em;
}
	div#menu ul { 
		list-style-type: none;
		margin: 0; 
		padding: 0;
		height: 1.8em;
	}
	div#menu ul li { 
		display: inline; 
	}
		div#menu ul li a { 
			display: block;
			float: right;
			width: 9.5em;
			font-size: 80%;
			padding: 0.5em 0.25em 0.25em 0.25em;
			margin-left: 1em;
			text-decoration: none;
			color: #CCC;
			background: #000;
			border: 1px solid #FFF;
		}
			div#menu ul li a:hover { 
				color: #FFF;
				background: #333;
			}
div#content { 
	margin-top: 1px;
	border: 1px solid #000;
	border-top: none; border-bottom: none;
	background: #FFF;
	padding-bottom: 1em;
}
	div#snippets { 
		width: 595px; /* (600 - 2) - 3 = 595 */
		float: right;
		padding-right: 20px;
	}
		div#snippets div#snippetsad { 
			width: 336px;
			height: 280px;
			float: left;
			margin: 0 1em 1em 0;
			/* background: #FF0; */
		}
		div#snippets p.snippetleft {
			border: 1px solid #06C;
			width: 150px;
			float: left;
			margin: 1em 1em 1em 0;
			padding: 0.5em;
		}
		div#snippets p.snippetright {
			border: 1px solid #06C;
			width: 150px;
			float: right;
			margin: 1em 0 1em 1em;
			padding: 0.5em;
		}
		div#snippets div.authorsnip {
			font-family: arial,sans-serif; 
			font-size: 11px;
			margin: 1em 0;
			padding-left: 3px; /* Float bug */
		}
		div#snippets div.authorsnip h2 {
			font-size: 11px;
			margin: 0;
		}
		div#snippets div.authorsnip p {
			margin-top: 0;
		}
		div#snippets div#clearad {
			clear: left;
		}
	div#links { 
		margin-right: 615px; /* (620 - 2) - 3 = 615 */

	}
		div#links ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			font-family: arial,sans-serif; 
			font-size: 12px;
			line-height: 17px;
		}
		div#links ul a { 
			font-weight: normal;
			text-decoration: underline;
			display: block;
			padding-left: 0.5em;
		}
		div#links div#linksad {
			width: 160px;
			height: 90px;
			/* background: #FF0; */
		}
	div#contentclear { clear: both; }
	div#contentclear hr { display: none; }

div#rsseq { 
	padding: 1em;
	border: 1px solid #000;
	border-top: none;
	background: #FFF;
	min-height: 280px;
}
	div#rssad {
		width: 336px;
		height: 280px;
		float: left;
		/* background: #FF0; */
		margin: 0 1em 1em 0;
	}
div#footer {
	border: 1px solid #000;
	border-bottom: none;
	border-top: none;
	background: #FFF;
}
	div#footer div#footerpread {
		margin: 0 auto;
		width: 728px;
		height: 100px;
		border-bottom: 1px dashed #999;
		padding-bottom: 5px;
	}
	div#footer div#footerpread div {
		width: 150px;
		height: 100px;
		float: left;
		margin: 0 32px 0 0;
	}
	div#footer div#footerad {
		margin: 0 auto;
		width: 728px;
		height: 90px;
		/* background: #FF0; */
	}

p#copyright { 
	font-size: 10px;
	text-align: center;
}

.clr { clear: both; }