	body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(../images/45back.gif);
	font-family: sans-serif;
	font-size: 14px;
}

	a {
	text-decoration: none;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
	a, a:visited, a:hover {
	color: Blue;
	}
		
	.big {
		font-size:120%;
		font-weight:bold;
		}
		
	.redhead {
	font-size: 130%;
	color: Maroon;
	font-weight: bold;
}		
	
	#box {
		background:#fff;
		border:1px solid #000;
		width:743px;
		}
	#content {
		background:#fff;
		border:0px;
   		margin:20px;
		align:center;
		}		

	div#links {
		width: 95px; 
		font: 11px Verdana, sans-serif; 
		float: left; margin-right: 1.5em; margin-bottom: 2em;
		display: inline;
		}
		
	div#links a {
		display: block; text-align: center; 
		font: bold 1em sans-serif; 
   	padding: 5px 10px; margin: 0 0 1px; 
		border-width: 0; 
	   text-decoration: none; color: #FFC; 
		background: #444;
	   border-right: 5px solid #505050;}
	
	div#links a:hover {
		color: Maroon; background: #AAA;
   	border-right: 5px double white;
		}
	
	.here {
		display: block; text-align: center; 
		font: bold 1em sans-serif; 
   	padding: 5px 10px; margin: 0 0 1px; 
		border-width: 0; 
	   text-decoration: none; color: #000; 
		background: #AAA;
		border-right: 5px double white;
		}
	
	div#images {
		position: absolute; right: 40px; top: 310px;	
		font: 11px Verdana, sans-serif;
		}
	
	.footer {
		font: 12px sans-serif; line-height: 1.5em;
	}				