﻿#bannerLeft
{
    width: 500px;
    background-image: url('../images/BannerLeft.jpg');
    background-repeat: no-repeat;
    height: 107px;
    font-family:  Myriad Pro, Arial, Sans-Serif;
    float: left;
    font-size: 14px; 
   
    color:White;
}
#matte a
{
    text-decoration: none;
}


#bannerBtm
{
    width: 995px;
    background-image: url('../images/StripeOgold.jpg');
    background-repeat: no-repeat;
    height: 22px;
    clear:both;
    
    font-weight:bold;
    color:#131340;
    font-size:14px;
}
#nav
{
    padding-right:10px;
    text-align:right;
    float:right;
    width:800px;
    
}

#bannerBtm a
{
    color:#131340;
    text-transform:lowercase;
    text-decoration:none;

}
#bannerBtm a:hover
{
    color:Blue;
}

#bannerRight
{
    float: left;
    width: 495px;
    height: 107px;
    background-image: url('../images/BannerRight.jpg');
    background-repeat: no-repeat;
}
#search
{
    width: 300px;
    float: right;
    color: #FFFFFF;
    text-align: right;
    padding-top: 3px;
    
}
#nav
{
    float: right;
    width: 515px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial, Sans-Serif;
}
#login
{
    float: right;
    width: 606px;
    text-align: right;
}

#signup
{
    text-align: left;
    float: left;
    width: 369px;
}

.signin
{
    float: right;
    width: 219px;
    text-align: left;
    font-size: 12px;
    margin-top: -8px;
    color: White;
}
#logo
{
    padding-top: 35px;
    padding-left: 5px;
    float: left;
    width: 330px;
}

