body
{
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: optima, "lucida grande", arial, helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: didot, georgia, "times new roman", serif;
}

#site-title
{
	font-family: didot, georgia, "times new roman", serif;
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
	background-color: #ddd;
	font-weight: normal;
	padding: 10px;
}

.description {
	font-family: didot, georgia, "times new roman", serif;
	color: #333;
	font-size: small;
}

#gutter
{
	float: left;
	width: 3%;
	height: 1px;
}

#content
{
	float: left;
	width: 94%;
	margin-bottom: 1em;
	padding-right: 3%;
}

#col2
{
	float: left;
	width: 19%;
	margin-left: 3%;
	margin-bottom: 1em;
	padding-right: 3%;
}

#footer
{
	clear: both;
	height: 50px;
	border-top: 1px solid #999;
	padding: .5em;
	text-align: right;
}

h1, h2, h3 {
	font-family: didot, georgia, "times new roman", serif;
}

h2
{
	font-family: didot, georgia, "times new roman", serif;
	margin-top: 0;
}

h3
{
	font-family: didot, georgia, "times new roman", serif;
}

#poweredby
{
	font-size: x-small;
	text-align: center;
}

li.square
{
	list-style-type: square;
}
