body {
background: #78AAE9 none;
}

#container
{
margin: 0px auto;
background: #DA2590 url('images/splash-fill.jpg') repeat-y;
color: #FFF;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
height: auto;
width: 750px;
}

#container p#small {
margin: 5px;
background: #DA2590 url('images/splash-fill.jpg') repeat-y;
color: #FFF;
text-align: center;
line-height: 1.2em;
font-family: arial, verdana, helvetica, sans serif;
font-size: 0.8em;
}

#container p#small a, #container p#small a:active, #container p#small a:visited {
background: #DA2590;
color: #FFF;
text-decoration: none;
}

#container p#small a:hover {
background-color: #DA2590;
color: #FF0;
border-bottom: 1px solid #FF0;
}

#top
{
margin: 0;
/*background-color: #DA2590;*/
background-image: url('images/splash-header.jpg');
background-repeat: no-repeat;
background-position: top left;
height: auto;
width: 750px;
}

#leftnav
{
float: left;
width: 150px;
margin: 0;
padding: 0.5em 0 0 1em;
font-size: 90%;
font-family: verdana, arial, helvetica, sans serif;
font-weight: bold;
}

#leftnav ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#leftnav ul a {
text-decoration: none;
color: #FFF;
}

#leftnav ul a:hover {
color: #FF0;
text-decoration: underline;
}

#rightnav
{
float: right;
width: 150px;
margin: 0;
padding: 0.5em 1em 0 0;
font-size: 90%;
font-family: verdana, arial, helvetica, sans serif;
font-weight: bold;
}

#rightnav ul {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}

#rightnav ul a {
text-decoration: none;
color: #FFF;
}

#rightnav ul a:hover {
color: #FF0;
text-decoration: underline;
}

#content
{
margin-left: 150px;
margin-right: 150px;
padding: 0.5em;
max-width: 36em;
}

#content p {
color: #FFF;
font-size: 80%;
font-family: verdana, arial, helvetica, sans serif;
/*margin-top: 150px;*/
/*margin-top: 5%;*/
}

#content br#space {
line-height: 150px;
}

#footer
{
clear: both;
margin: 0;
background: #DA2590 url('images/splash-footer.jpg') center center no-repeat;
width: 750px;
height: 320px;
}

