/* Address */


#address			{clear: left; 
					text-align: center; 
					float: left; 
					width: 580px; 
					padding: 10px;
					background: #000; 
					}
#address a			{text-decoration: none;
					color: #FFF;
					}
#leftAddy			{float: left;
					text-align: center; }
#rightAddy			{float: right;
					text-align: right; 
					}


