body {
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: small;
	line-height: 150%;
	background: orange;
	letter-spacing: 125%
}

#header {
	border: solid black 3px;
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	margin: 0.5%;
}

#header h1 {
	font-size: xx-large;
    text-align: center;
	line-height: 150%;
	letter-spacing: 1px;
	vertical-align: baseline;
	margin: 10px;
}

#content {
	border: solid black 3px;
	background: #fff;
    float: left;
    padding: 1%;
    margin-bottom: 10px;
	width: 62.5%;
	margin: 0.5%;
}

dt, h3, h4, h5, h6 {
	font-weight: bold;
	border-bottom: 1px dotted #c60;
}

dd {
	margin-left: 0;
}

blockquote{
	border: 1px dotted #c60;
	padding: 5px 10px;
}

#sidebar {
	border: solid black 3px;
	background: #fff;
    float: right;
    width: 29.5%;
    padding: 1%;
    margin: 0.5%;
    margin-bottom: 10px;
}

#sidebar ul {
    list-style: none;
    padding-left: 0;
}

#sidebar h2 {
    font-size: medium;
}

#sidebar h3 {
    font-size: small;
}

#footer {
	clear: both;
	vertical-align: bottom;	
	text-align: left;
	display: block;
	border: solid black 3px;
    padding: 10px;
    font-size: x-small;
	background: #fff;
}

.centered {
	text-align: center;
}
a:link {
	color: #c60;
}

a:active {
	color: #000;
}

a:visited {
	color: orange;
}

h1, h2 {
	font-family: Trebuchet, Trebuchet MS, sans serif;
	font-weight: normal;
	border: solid 3px orange;
	padding: 3px 10px;
	background: #fc6;
	margin: 0 0 10px 0;
	}

hr {
	height: 1px;
	color: transparent;
	background-color: transparent;
	border: 0px;
	border-top: 1px dotted #c60;
}
