/**
 * rt.css
 *
 * Copyright (c) 2003-2005 The Public Knowledge Project
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Stylesheet for reading tools
 *
 * $Id$
 */

#headerTitle {
	width: 660px;
}

#header h1 {
	font-size: 1.5em;
	padding: 0.25em 0em 0.25em 0em;
}

#body {
	width: 660px;
}

#footer {
	clear: both;
	padding: 0;
	background-color: #ABA;
	text-align: center;
}

#footerContent {
	width: 660px;
}

#main {
	margin: 0;
	width: 660px;
}

#main h2 {
	font-size: 1.2em;
	margin: 0em 1em 0.25em 0em;
	padding-top: 0;
}

#content h3 {
	font-size: 1.5em;
}
