﻿body
{
    color: #000044;
    background-color: #000066;
    margin: 0px;
}
#header
{
    padding-right: 0px;
    padding-left: 0px;
    background-image: url(images/diveh2.jpg);
    padding-bottom: 0px;
    margin: 0px;
    width: 1200px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-collapse: collapse;
    height: 249px;
    border-bottom-style: none;
    text-align: left;
}

#menu
{
 width: 128px; overflow: hidden;  
}
#menu ul {list-style: none; padding-top: 1px; text-align: center;}
#menu ul li {display: inline;}
#menu ul li a
{
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #660000;
    display: block;
    text-decoration: none;
    background: url(images/bgMenu.gif);
    padding-left: 6px;
    font-size: 90%;
    font-weight: bold;
}

#menu ul li a:hover
{
    color: #cc6633;
}

#main
{
    padding-bottom: 0px;
    margin: 0px;
    width: 1200px;
    border-collapse: collapse;
    background-color: #66ccff;
    border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
}
#main .pleft
{
    background-position: left top;
    display: block;
    float: left;
    background-image: url(images/fishleft.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 482px;
    border-width: 0px;
}
#main .pright
{
    background-position: left bottom ;
    display: block;
    float: right;
    background-image: url(images/fishrigh.jpg);
    background-repeat: no-repeat;
    width: 199px;
    height: 384px;
}
#main .pcenter
{
    color: #faf0e6;
    font-family: Verdana;
    background-color: #66ccff;
    text-align: left;
    padding-right: 9px;
    padding-left: 9px;
    vertical-align: top;
    width: 780px;
    clear: none;
    display: block;
    visibility: visible;
    margin-left: 200px;
}

h1
{
    font-size: 18pt;
    color: #faf0e6;
}
h3
{
    font-size: 13pt;
    color: #faf0e6;
}
.comment
{
    font-size: 15px;
    color: #a9a9a9;
    font-style: italic;
    font-family: 'Times New Roman';
}
pre
{
    color: #696969;
}

#footer
{
    width: 1200px;
    background-color: #66ccff;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-collapse: collapse;
    border-bottom-style: none;
}
