body {
	background: url("../images/topbg-5x247.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
}

img {
	border: none;
}

a img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr {
	display: none;
}

input {
	color: #000;
}

input.blur {
	color: #bbb;
}

a:link, a:visited {
	color: #4a69a9;
	text-decoration: underline;
}

a:hover, a:active {
	color: #4a69a9;
	text-decoration: none;
}

h1 {
	color: #4a69a9;
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.05em;
	font-weight: normal;
	font-style: italic;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

ul.condensed {
	margin: 15px 0 0 5px;
	float: left;
	padding: 0 0 38px 3em;
}

a.donate {
	background: url("../images/money.png") no-repeat;
	padding: 0 0 20px 20px;
	margin-left: 1em;
}

a.sitestats {
	background: url("../images/chart_curve.png") no-repeat;
	padding: 0 0 20px 20px;
	margin-left: 1em;
}

a.rss {
	background: url("../images/feed.png") no-repeat;
	padding: 0 0 20px 20px;
	margin-left: 1em;
}

.alignleft {
	margin-left: 1.5em;
	margin-bottom: 25px;
	float: left;
}

.alignright {
	margin-right: 1.5em;
	margin-bottom: 25px;
	float: right;
}

#navigation {
	background: url("../images/toplogo-256x174.gif");
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 174px;
	width: 800px;
	position: relative;
	z-index: 5;
	font-size: 12pt;
	font-weight: bold;
}

#navigation .buttonbar {
	margin: 50px 0 -71px 0;
	float: right;
	height: 16px;
	font-size: 75%;
	font-weight: bold;
	line-height: 16px;
}

#navigation ul {
	padding: 0px;
	margin: 74px 0px 0px 250px;
	float: left;
	display: block;
	height: 40px;
	border-right: #000000 1px solid;
}

#navigation li {
	display: inline;
}

#navigation li a {
	padding: 10px 8px 10px 8px;
	margin: 0px;
	background: url("../images/topbg-5x40.gif");
	background-repeat: repeat-x;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
}

#navigation li a:hover {
	color: #000;
	background: url("../images/topbga-5x40.gif");
	background-repeat: repeat-x;
}

#navigation ul li.active a {
	color: #000;
	background: url("../images/topbga-5x40.gif");
	background-repeat: repeat-x;
}

#navigation ul li {
	border-right: #fff 1px solid;
	border-left: #000 1px solid;
	padding: 0px;
	display: block;
	float: left;
	margin: 0px;
	height: 40px;
}

#content {
	padding: 23px;
	margin: 0 auto;
	width: 800px;
}

#content:after {
	content: "\A0";
	clear: both;
	display: block;
	height: 0px;
}

#footer {
	background-image: url("../images/footer-5x135.gif");
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 145px;	/* image height + 10 more pixels to have some spacing */
	height: 40px;		/* footer height, this height starts from after the padding */
	text-align: center;
}

#home_headlines {
	margin: 110px 0 0 -1.5em;
	width: 400px;
	position: relative;
	float: left;
}

#home_headlines ul {
	list-style-type: none;
}

#home_headlines ul li {
	font-size: 0.9em;
	padding: 5px;
}

.odd_headline {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

