
	
.SJTop 	{
	width: 612px;
	background-color: #FFFFFF;
	height: 220px;
	background-image: url(images/SanJuanTop.jpg); }
	
	.SJTop a {	height: 220px;	}
	

.SJFooter {
	width: 612px;
	height: 184px;
	background-image: url(images/SanJuanFooter.jpg); }
	
.SJBody { background-image: url(images/SanJuanBg.jpg);
		width: 612px;}	

	.SJBody a:link, .SJBody a:active, .SJBody a:visited {
		width: 100px;
		height: 100px;
		display: block;
		float: left;
		margin: 0;
		padding:0;
		border: solid 1px #e8b774;	
		background-color: #FFFFCC; }

	.SJBody a:hover { border-color: #FF0000; }	
	
	
	
	
	
