body {background-color: #000000; color:#002e3f;}

h1 { color:#5095b0; font-size:xx-large; }
h2 { color:#2d8cb0; font-size:xx-large; font-family:"Brush Script"; }
h3 { color:#014661; font-size:large; }
h4 { color:#002e3f; font-size:medium; }
h5 { color:#ffffff; font-size:x-small; font-style:italic; }

img { border:0px }

#container {
position:absolute; 
width:960px; 
height:700px; 
margin:0px;
}

#header {
position:absolute; 
width:960px; 
height:45px; 
top:0px; 
left:0px; 
z-index:2; 
background-color:#000000;
overflow:hidden;
padding:15px;
}

#main {
position:absolute; 
width:750px; 
height:600px; 
top:75px; 
left:0px; 
background-color:#ffffff; 
z-index:1; 
overflow:hidden;
}

#flash {
position:absolute; 
width:500px; 
height:600px; 
top:75px; 
left:0px; 
z-index:1;
overflow:visible;
margin:0px;
}

#right {
position:absolute;
width:180px; 
height:570px; 
top:75px; 
left:750px; 
z-index:2; 
background-color:#000000;
overflow:visible;
padding-left:15px;
text-align:center
}

#footer {
position:absolute;
width:960px; 
height:25px; 
top:675px; 
left:0px; 
z-index:2; 
background-color:#000000;
color:#ffffff
}