@charset "utf-8";

body {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Garamond, Arial, Helvetica, sans-serif;
    margin: 0;
}

div#colophon {
	background-color: #666;
	height: 16px;
	padding: 1px 20px 1px 20px;
	color: #fff;
	font-size: 12px;

}

div#header {

}
div#logo {
	position: absolute;
	width: 200px;
	padding: 20px;
}
div#sitetitle {
	margin: 0 0 0 120px;
	padding: 20px;
	height: 75px;
	font-size: 75px;
	color: #f90;
}
div#sitetitle a {
	color: #f90;
}
div#sitetitle a:hover {
	text-decoration: none;
}

div#leftsidebar {
	position: absolute;
	width: 200px;
	padding: 20px;
}

div#content {
	margin: 0 0 0 240px;
	padding: 20px;
}

div#footer {
	margin: 0 20px 0 20px;
	padding-top: 20px;
	text-align: center;
	border-width: 1px 0 0 0;
	borer-color: #666;
	border-style: solid;
}

div#datetime {
	position: absolute;
	top: 36px;
	right: 20px;
	border-width: 2px 0 0 0;
	border-color: #f00;
	border-style: solid;

}

h1, h2, h3 {
	margin: 0;
}

img {
	border: 0;
}

p {
	max-width: 38em;
}

a {
	color: #c00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}