html { min-height: 101%; }

body { font-family: "trebuchet ms", arial, helvetica, "sans serif"; 
	   background-image: url(img/bg.jpg);
	   background-position: top-left;
	   background-repeat: no-repeat;
	   background-attachment: fixed; 	
	   margin-top: 18px;
	   margin-left: 40px; 
	   margin-right: 58.5px; }
	  
a:link { color: #500b0b;
		 text-decoration: none; }

a:hover { color: #666; } 

a:visited { text-decoration: none; }
	   
#nav { text-align: right; }
	   
#nav a { color: #500b0b; 
		 text-decoration: none; }
	   
#nav a:hover { color: #666; }
	   
#content { text-align: right; 
		   margin-left: 450px; }
		   
#content h2, h3, p, li { text-align: left; }
	   
#footer { font-size: 12px; 
		  text-align: right; 
		  width: 100%; }
		  
