@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { /
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 960px;
	background: url(images/pages_paper_background.jpg);
	margin: 0 auto; /
}
.header{
	padding: 10px 0 10px 0px;	
}
.navigation{
	padding: 10px 0 10px 35px;	
}
.navigation li{
	display: inline;
	padding-right: 30px;
}
.navigation a:link {
	text-decoration: none; 
}
.navigation a:visited {
	text-decoration: underline;
}
.navigation a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #ffffff;
}
.spinozaswords{	
    padding: 10px 20px;
}
.spinozaswords h3{
    font-size: 18px;	    
}
.spinozaswords p{
    text-indent: 30px;
	font: 14px Palatino, Georgia, "Times New Roman", Times, serif;
}
.source{
	padding: 10px 20px;
}
.source h3{
    font-size: 18px;
}
.source p{
	font: 18px Palatino, Georgia, "Times New Roman", Times, serif;	
}
.comment {
	padding: 10px 20px;
}
.comment h3{
    font-size: 18px;
}
.comment p{
    text-indent: 30px;
}
.footer{
	padding: 10px 0 10px 35px;	
}
.footer li{
	display: inline;
	padding-right: 30px;
}
.footer a:link {
	text-decoration: none; 
}
.footer a:visited {
	text-decoration: underline;
}
.footer a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #ffffff;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}