﻿#Container { width: 1080px; margin: 0 auto; }
div.Logo { text-align: center; padding-bottom: 5px; }
div.ContentFrame { width: 841px; height:360px; margin: 0 auto; padding: 95px; background-image: url(../Images/SplashFrame.jpg); }
/* div.ContentFrame { width: 841px; height:360px; margin: 0 auto; padding: 95px; background-image: url(../Images/SplashFrameOverlay.png); } */ /* Move form PNG > JPG b/c transparency problems in IE6 */
/* div.ContentInner { position: relative; z-index:-1; padding: 5px; width: 831px; height:350px; background-image: url(../Images/SplashGrandOpeningBack.png); } */ /* Move from Frame overlay on contentinner b/c z-index keeps from ability to click bottom layer IE7 */
/* div.ContentInner { position: relative; padding: 5px; width: 831px; height:350px; background-image: url(../Images/SplashGrandOpeningBackShadowed.png); } */ /* Remove background-image b/c move to JPEG includes background image in ContentFrame */
div.ContentInner { position: relative; padding: 5px; width: 831px; height:350px; }
div.GrandOpening { text-align: center; padding-top: 25px; }
div.InvitationMoreInfo { width: 466px; padding-top: 15px; text-align: center; margin: 0 auto; }
/* p { margin: 0; font-size: 12pt; color: #434343; text-align: justify; text-justify: distribute-all-lines; font-family: Georgia; } */ /* Distribute not working: FireFox, Safari */
p { margin: 0; font-size: 12pt; color: #434343; text-align: center; font-family: Georgia; }
p:first-line { font-size: 23pt; font-variant: small-caps; line-height: 1em; } 

