body {
	color: #242433;
	background-color: #ffffff;
}

* {
	font-family: helcetica, arial, sans-serif;
}

.quote {
	
}

.source {
	font-style: italic;
}

.title {
	font-size: 150%;
}


#content a:link {
	color: #575799;
	text-decoration: none;
}

#content a:visited,a:hover {
	color: #a0a0cc;
	text-decoration: none;
}

#content a:active {
	color: #494966;
	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: #cdcde6;
	text-decoration: none;
}

#header,#footer {
	color: #ffffff;
	background-color: #494966;
}

#sidebar {
	color: #ffffff;
	background-color: #6e6e8c;
}

#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;
}