body {
background: #384b5c;
}

a:link { 
color: #384b5c; 
text-decoration: none;
font-size: 0.8em;
}

a:active { 
color: #384b5c; 
text-decoration: none;
font-size: 0.8em;
}

a:hover {
color: #384b5c;
text-decoration: none;
font-weight: bolder;
}

a:visited { 
color: #384b5c; 
text-decoration: none;
font-size: 0.8em;
}

img {
border: 0;
}

h5 {
color: #384b5c;
margin-bottom: 5px;
margin-top: 0px;
}

p {
color: #384b5c;
margin-bottom: 5px;
margin-top: 0px;
text-align: justify;
font-size: 0.9em;
}

div#page { 
margin: 0 auto; 
text-align: center; 
}

div#splash_top { 
background: url('images/splash_top.jpg'); 
width: 512px; height: 153px; 
text-align: center; 
margin: 0 auto; 
}

div#splash_content { 
background: url('images/splash_bg.jpg'); 
width: 512px;
height: 200px; 
text-align: center; 
margin: 0 auto; 
}

div#splash_footer { 
background: url('images/splash_footer.jpg'); 
width: 512px; 
height: 70px; 
text-align: center; 
margin: 0 auto; 
}

div#left { 
border-right: 1px dashed #384b5c;
margin-top: 10px;
width: 131px;  
text-align: right; 
float: left; 
font-family: Sans-serif; 
clear: none;
}

div#right {
padding-left: 15px;
margin-top: 10px; 
width: 330px; 
text-align: left; 
float: left; 
font-family: Sans-serif; 
clear: none;
}

div.footer { 
font-size: 0.54em; 
color: #384b5c; 
font-family: Sans-serif; 
padding-top: 30px;
}