html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body {
	line-height: 1.5em;
}

h3 {
	color: #900;
}

a:link {
	color: #06c;
}

a:hover {
	color: #900;
}

a img {
	border: none;
}

div.clear {
	clear: both;
}

div#container {
	width: 100%;
	min-width: 1000px;
	max-width: 1260px;
	margin: 0 auto;
}

div#header {
	height: 99px;
	margin: 0 9px;
}

div#header div.b {
	float: right;
	width: 728px;
	height: 90px;
	margin-top: 9px;
	overflow: hidden;
}

div#header div.b div.begun_adv {
	border: none !important;
}

div#left, div#right {
	width: 90px;
	padding: 90px 0;
	text-align: center;
}

div#left a, div#right a {
	padding: 30px;
	font-size: 150%;
}

div#left {
	float: left;
}

div#right {
	float: right;
}

div#header a img {
	vertical-align: middle;
}

div#content {
	margin: 0 90px;
	overflow: auto;
}

div#content div#source {
	margin-top: 30px;
	padding-left: 30px;
	border-left: 1px solid #900;
	font-size: 90%;
	line-height: 1.25em;
}

div#time-machine {
	float: right;
	margin: 30px 9px 0 0;
	color: #999;
}

div#time-machine form {
	display: inline;
}

div#time-machine form input {
	color: #999;
	text-align: center;
}

div#time-machine form input.active {
	color: #000;
}

div#time-machine a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed #999;
	font-size: 90%;
}

div#most-viewed-link {
	float: left;
	margin: 30px 0 0 120px;
	font-size: 90%;
	color: #999;
}

div#most-viewed-link a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

div#most-viewed {
	margin: 15px 90px 30px;
	line-height: 125%;
	text-align: center;
}

div#most-viewed a {
	text-decoration: none;
}

div#most-viewed a:hover {
	text-decoration: underline;
}

div#donate {
	float: left;
	margin: -21px 0 9px 9px;
}

div#last-update {
	float: left;
	margin: 15px 0 0 24px;
	font-size: 75%;
	color: #999;
}

div#last-update a {
	color: #999;
}

div#last-update img {
	margin-top: 6px;
}

div#footer {
	float: right;
	margin: 15px 9px 9px 0;
	text-align: right;
	font-size: 90%;
	color: #999;
}