﻿body{ 
    background-image:url(Pictures/grid.gif);
    background-repeat:repeat;
    width:100%;
    font: 12px Verdana;
}

H3{
    font: 14px Verdana;
    color: Black;
    font-weight: bold;
}
table
{
     background-repeat:no-repeat;
     border: solid 1px #000000;
     padding:0px;
     background-color:White;
     }
 
/*********************nav bar style sheet*************************/

.navBar{
    background-image:url(Pictures/navBar.gif);
    background-repeat:repeat-x;
    width:100%;
    position:absolute;
    top:230px;
    left:0px;
}

.navBar ul{
    padding: 3px 0;
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: 0px;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: center;
}

.navBar li{
    display:inline;
    margin: 0;
    
}

.navBar li a{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 2px;
    margin-left: 2px;
    border: 1px solid #778;
    color: #2d2b2b;
    background: white top left repeat-x;
}

.navBar li a:visited{
    color: #2d2b2b;
}

.navBar li a:hover{
    text-decoration: underline;
    color: black;
}

/*********************custom table styles*************************/
.update{
    position:absolute;
    left:1%;
    top:400px;
    width:250px;
    }

.home{
    position:absolute;
    top:300px;
    left:350px;
 }
.content{
    position:absolute;
    left:20%;
    top:300px;
    width:60%;
}
.media{
    position:absolute;
    left:30%;
    top:300px;
    width:500px;
}

.contact{
    position:absolute;
    left:30%;
    top:300px;
    width:500px;
    border:1px;
    font: 12px Verdana;
}

.login{
    position:absolute;
    left:1%;
    top:300px;
    padding:0px;
    background-color:White;
    border-color:#000000;
    text-align:right;
    font: bold 12px Verdana;
}
.date{
    padding:0px;
    text-align:left;
    font: bold 12px Verdana;
    color: Black;
}

.price{
    font: bold 16px Verdana;
}

/*********************graphics style sheet*************************/
.logo{
    position:absolute;
    left:10px;
    top:5px;
}

.banner
{
    position:absolute;
    top:0px;
    left:0px;
    margin:0px;
    padding:0px;
    background-image:url(Pictures/BlueBanner.gif);
    background-repeat:repeat-x;
    width:100%;
    height:230px;
}
