body {
	font-family:  Geneva, sans-serif;
	background: #ffffff;
	color: #000000;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6, .navagation {
	text-shadow: 2px 2px 2px slategrey;
	border: 2px solid slategrey;
	padding: .25em;
	margin: 1px;
	color: #000000;
	background: #eeeeee;
	font-family: "Gill Sans", "Trebuchet MS", sans-serif;
}

pre {
	font-family: Monaco, Courier, monospace;
	font-size: 12px;
}

#mainbody {
	width: 70%;
	float: left;
	margin: 5px;
}

#sidebar {
	float: right;
	right: 0px;
	top: 0px;
	width: 25%;
	background: #3366cc;
	color: #ffffff;
	font-size: x-small;
	text-align: right;
	padding: 5px;
}

#footer {
	clear: both;
	width: 100%;
	background: #000000;
	color: #ffffff;
	padding: 0px;
	font-size: x-small;
}

#sidebar a, #footer a {
	color: #ffffff;
}

#footer a img {
	border: 0px;
}

#talkie {
	text-align: center;
}

.derp {
	font-family: Chicago, Charcoal, Chitown, Impact;
	font-size: 12px;
}

.spacing {
	padding: 1.5em 0px 1.5em 0px;
}

.rightfloat {
	clear: right;
	float: right;
	background: white;
	border-left: 2px solid slategrey;
	border-bottom: 2px solid slategrey;
	margin: 1px;
	padding: 2px;
}

.leftfloat {
	clear: left;
	float: left;
	background: white;
	border-right: 2px solid slategrey;
	border-bottom: 2px solid slategrey;
	margin: 1px;
	padding: 2px;
}

div.captext {
	font-size: x-small;
	font-family:  "Gill Sans", "Trebuchet MS", sans-serif;
}

div.notupdate {
	background: yellow;
	border: 1px dotted orange;
	padding: 1em;
}

