/* -------------------------------------------------------------
	Eller & Detrich
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Printables Screen Style
	Filename:		style_printable.css
	Version:		1.0
	Date:			10 November 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #fff;
	font: normal 12px/1.6em Verdana, Helvetica, sans-serif;
	color: #454545;
	text-align: center;
}

a:link, a:visited {
	color: #520c0c;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

#index {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #655f51;
}

#footer {
	font-style: italic;
	width: 100%;
	clear: both;
}
