body {
	color: #282233;
	background-color: #ffffff;
}

li {
	padding: 0 0 0.4em 0
}

* {
	font-family: helcetica, arial, sans-serif;
}

.quote {
	
}

.source {
	font-style: italic;
}

.title {
	font-size: 150%;
}


#content a:link {
	color: #664d99;
	text-decoration: none;
}

#content a:visited,a:hover {
	color: #aa99cc;
	text-decoration: none;
}

#content a:active {
	color: #4f4466;
	text-decoration: none;
}

#content {
	margin-left: 18em;
	min-width: 12em;

}

#content,#sidebar {
	padding: 0.5em 0.5em 0.5em 0.5em
}

#header a:link,#footer a:link,#sidebar a:link {
	color: #ffffff;
	text-decoration: none;
}

#header a:visited,#footer a:visited,#sidebar a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header a:active,#footer a:active,#sidebar a:active {
	color: #ffffff;
	text-decoration: none;
}

#header a:hover,#footer a:hover,#sidebar a:hover {
	color: #d2c9e6;
	text-decoration: none;
}

#header,#footer {
	color: #ffffff;
	background-color: #4f4466;
}

#sidebar {
	color: #ffffff;
	background-color: #75698C;
}

#header,#footer {
	float: none;
	width: 100%;
	padding: 0.5em 0 0.5em 0
}

#footer {
        clear: both;
	vertical-align: middle;
	text-align: center;

}

#sidebar {
	float: left;
	width: 15em;
	min-width: 8em;
	min-height: 30em;
}