/* Declare body elements */

body {
background-color:#575757;
background-image:url(images/splash_bg.gif);
background-repeat:repeat-x;
background-position: top left;
text-align:center;
}


/* ---------------
   Layout elements
   --------------- */

/* Masthead and descendants */

#masthead {
height:85px;
position: static;
background-image:url(images/splash_header.gif);
background-position:top left;
background-repeat:no-repeat;
}

/* Container */
#container {
width: 602px;
margin: 5px auto 0px auto;
}

#bodyboxTop {
width: 602px;
height: 16px;
margin: 5px auto 0px auto;
background-image: url(images/splash_box_top.gif);
background-position: top left;
background-repeat:no-repeat;
}

#bodybox {
width: 602px;
margin: -5px auto 0px auto;
position: static;
background-image: url(images/splash_box_bg.gif);
background-position: top left;
background-repeat:repeat-y;
}

#bodyboxBottom {
width: 602px;
height: 16px;
margin: 0px auto 0px auto;
background-image: url(images/splash_box_bottom.gif);
background-position: top left;
background-repeat:no-repeat;
}

#splashNavBottom {
height: 15px;
margin: 0px auto 0px auto;
float: left;
text-align: left;
font: 8pt "Century Gothic", Arial, sans-serif;
color: #ffffff;
}

#splashNavBottom ul{
list-style:none;
margin: 0px;
padding:0px;
text-align: left;
}

#splashNavBottom li {
display: inline;
color: #FFFFFF;
}

#splashNavBottom li a:link, #splashNavBottom li a:visited {
text-decoration:none;
color:#ffffff;
}

#splashNavBottom li a:hover {
color:#FF0000;
}

#splashCopyright {
font: 7pt "Century Gothic", Arial, sans-serif;
float: right;
}
