/* 
    Document   : DasiyB
    Created on : 11-Mar-2010, 22:36:27
    Author     : Brian
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    font-size: 14px;
    background:  url(../images/dots.png) ;
    margin: 0;
    padding: 0;
}

p 
{
     background-color:  #d2dbad;
     margin-top: 10px;
}

table {

}

thead, th {
    border-width: 0px;
    border-style:  none;
}

td {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    text-align:  center;
}

h2 {
font-size:18px;
}

h3{
font-size:16px;
}

.dbtablehead {
    font-weight:  bold;
}
.dbtable{
    float:  left;
    margin-left: 90px
}
.dbtable1{
    float:  left;
    margin-left: 110px
}

#container
{
    /*height:   700px;*/
    margin-top: 100px;
    background-color: #d2dbad;
    /*margin-top: 10px;*/
    border: #515443 solid;
    overflow:  hidden;
}
#banner {
    height: 160px;
    background-color: #d2dbad;
}

#nav{
    height: 35px;
}

#dblogo{
   margin-top: 10px;
   margin-bottom: 10px;
}

#cakepic1{
    margin-top: 10px;
}
#footer
{
    font-weight:  bolder;
}

#addrblk{
     background-color: #d2dbad;
     margin-top: 20px;
     float: right;
     height: 100px;
}

.addr{
     background-color: #d2dbad;
     margin: 0px;
     float: right;
     font-size:  14px;
     font-family:  cursive;
}

#menubar{
    width: 960px;
    height: 35px;
    background-color: #a1a885;
}


