 * {
font-family:Georgia, "Times New Roman", serif;
}

body {
background-image:url(/images/splashBg.jpg);
background-repeat:repeat;
margin:0;
padding:0;
}

div#outerContainer {
width:935px;
height:825px;
}

div#splashContainer {
width:935px;
height:825px;
float:left;
background-image:url(/images/splashPage.png);
background-repeat:no-repeat;
}

* html div#splashContainer {
background-image:url(/images/splashPage.gif);
}

div#logo {
width:315px;
height:300px;
padding:150px 0 0 10px;
}

div#logo a {
width:315px;
height:300px;
float:left;
display:block;
text-decoration:none;
}

div#addresses {
width:770px;
float:left;
padding:40px 0 65px;
}

div.address {
width:250px;
float:left;
text-align:center;
}

div#addressSpacer {
width:120px;
float:left;
height:100px;
}

h1 {
font-family:Georgia, "Times New Roman", serif;
font-size:21px;
color:#9a1d1e;
font-weight:100;
font-style:italic;
margin:0;
padding:0;
}

p {
color:#565040;
font-size:14px;
margin:0;
padding:0;
}

a {
font-size:14px;
color:#9a1d1e;
text-decoration:none;
}

a:hover {
color:#000;
}

div#promo {
width:690px;
height:113px;
float:left;
background-image:url(/images/splashPromo.jpg);
background-repeat:no-repeat;
}

div#promoSpacer {
float:left;
width:157px;
clear:left;
}


