body 
		{
		background-image: url('site_elements/background.jpg'); 
		background-position: left top; 
		background-repeat:repeat-x; 
		background-color: #51504f; 
		background-attachment:fixed; 
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		text-align: left;
		}
		
.content {background-color: #ffffff; padding: 10px 10px 10px 10px; text-align: left}
.footer {color: #686868; background-color: #e6e6e6; padding: 10px 10px 10px 10px; text-align: left}		

.footer a:link {color: #686868; text-decoration: none}
.footer a:visited  {color: #686868; text-decoration: none}	
.footer a:hover {color: #686868; text-decoration: underline}	
.footer a:active  {color: #686868; text-decoration: none}		

h1 {color: #990e15; font-size: 14px; text-align: left;}

a:link {color: #686868; text-decoration: none}
a:visited {color: #686868; text-decoration: none}
a:hover {color: #686868; text-decoration: underline}
a:active {color: #686868; text-decoration: none}


