body{
    margin: 0;
    padding: 0;
    font:normal 11px verdana,arial,sans-serif;
    text-align:center;
    background-color: gray;
}

p{
    margin:0 10px 10px;
}

a{
    padding:5px;
}

#header{
    height: 116px;
    border-bottom: 1px solid silver;
    background-image:url('images/logo.jpg');
}

#header h1{
    height:60px;
    line-height:80px;
    margin:0;
    padding-left:10px;
}

#container{
    background-color: white;
    text-align:left;
    width:960px;
    margin:20px auto;
}

#content{
    float:right;
    width:760px;
    border-left: 1px solid silver;
    min-height: 500px;
}

#content p{
    line-height:1.4;
}

#navigation{

}

#extra{
    float:right;
    width:760px;
    border-left: 1px solid silver;
}

#footer{
    clear:both;
    width:100%;
    text-align: right;
    font:normal 9px verdana,arial,sans-serif;
    background-color: silver;
    color: white;
}

#footer p{
    margin:0;
    padding:5px 10px;
}

#page{
    background-color: orange;
    text-align: right;
}

#page a{
    text-decoration: none;
    color: black;
}

#page #current{
    color: navy;
    font-weight: bold;
}

#page a:hover{
    color: white;
}

#data{
    border: 1px solid silver;
    margin-left: 1%;
    margin-right: 1%;
    border-collapse: collapse;
    width: 98%;
}

#data td
{
    text-transform: capitalize;
    text-align: center;
}

#data th{
    height: 20px;
    color: white;
    background: navy;
    text-align: center;
    text-transform: capitalize;
}

#top{
    margin-top:1%;
    margin-left: 1%;
    margin-right: 1%;
    border: 2px solid silver;
    width: 98%;
}
#top th{
    background-color: navy;
    color: white;
    text-align: center;
}
#blue_tbl{
    margin-left: 1%;
    margin-right: 1%;
    background-color: navy;
    color: white;
    width: 98%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
#blue_tbl a{
    color: white;
}
#view_tbl{
    margin-left: 1%;
    text-transform: uppercase;
    font-weight: bold;
}
h3{
    font-size: small;
    margin-left: 1%;
}
h2{
    font-size: small;
    margin-left: 1%;
    text-transform: uppercase;
}
img{
    border: none;
}
#data_img{
    border: 1px silver solid;
}
#search:hover{
    background: url('images/search2.png') no-repeat;
}
#w80{
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    width: 80%;
    border: 1px solid silver;
}
#w80 th{
    height: 20px;
    text-align: left;
    background-color: navy;
    text-transform: capitalize;
    color: white;
}
#w80 td{
    height: 20px;
    border: 1px solid silver;
}
#w100{
    margin-left: 1%;
    margin-right: 1%;
    border-collapse: collapse;
    width: 98%;
    border: 1px solid silver;
}
#w100 th{
    height: 20px;
    text-align: left;
    background-color: navy;
    text-transform: capitalize;
    color: white;
}
#w100 td{
    height: 20px;
    border: 1px solid silver;
}
