body{
    margin: 0px;
    padding: 0px;
    background-color: #192466;
    background-image: url('../images/bg-fish-market.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    font-family: "Georgia";
    font-size: 11px;
}
h3 {text-align: center;}
h1, h2, h3, h4{color: #F5FF7F;}
/* link properties*/

a {text-decoration: none;}
a:hover, #footer a:hover, #nav-bar a:hover {color: #F5FF7F;}

#main-content a {color: #F5FF7F;}
#main-content a:hover {color: #ffffff;}
#footer a{color: #999999;}
#nav-bar a{color: #ffffff;}

/* end link properties*/

#address-info
{
    width: 700px;
    margin: 0 auto;
    font-family: "Georgia";
    font-size: 11px;
    font-weight: bold;
    color: #CFCFCF;
}
#wrapper
{
    width: 700px;
    margin: 0 auto;
}
#topbanner
{
    background-image: url('../images/garcias-logo_05.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #ffffff;
    margin-bottom: 5px;
    margin-top: 10px;
}
#nav-bar
{
    background-color: #4d70d0;
    border: 1px solid #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 5px;
}

.nav {
    padding: 0px 20px 0 20px;
    border-right: 1px solid #ffffff;
    
}
.nav2{padding: 0px 20px 0 20px;}
#main-content
{
    background-image: url('../images/mock_03.png');
    background-repeat: repeat;
    border: 1px solid #ffffff;
    font-family: "Arial";
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
}
#top-section
{

    padding: 10px;
}

#left-section
{
    width: 50%;
    border-right: 1px dotted #ffffff;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    
}

#right-section
{
    width: 40%;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    float: right;
}

#footer
{
    width: 700px;
    margin: 10px auto;
    text-align: center;
    color: #999999;
    clear: both;
}



.floatL {width: 65%; float: left; text-align:left;}
.floatR {width: 30%; float: right;text-align: right;}
.imgFloatL {float: left; margin: 5px 10px 10px 0px;}
.imgFloatR {float: right; margin: 5px 0px 10px 10px;}
.clear {clear: both;}
.divider {border-bottom: 1px dotted #ffffff; padding: 3px; width: 95%; margin: 0 auto;}
