/* CSS Document */

body {
	background-color: #B5B497; }

html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      border: none; }
	  
body, p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000; }
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000; 
	text-transform: uppercase; }
	
img {
	border: 0px; }
	
.content {
	background-color: #E7E2C7;
	padding: 20px; }
	 	
.footer {
	width: 955px;
	margin-top: 10px; 
	text-align: center; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	color: #000;
	font-size: 11px; 
	font-style: italic; }
	
.footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
	color: #000;
	text-decoration: underline; } 	
	
.links {
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; }