h1{
text-align:center;
}
h1.name{
        font-size:48px;
        color:#f00;
        margin:2px;
        margin-top:10px;
}
h1.address{
        color:#00f;
        margin:2px;
}
h1.phone{
        color:#000;
        margin:2px;
        margin-bottom:10px;
}
.centered{
        vertical-align: middle;
        text-align: center;
        margin-right:auto;
        margin-left:auto;
        clear:both;
}
h2{
color:#f00;
}

div.title{
width:600px;
}

div.text{
/*	clear:both;*/
}
div.main{
         margin-right:auto;
         margin-left:auto;
         width:800px;
}

.header{
       text-align:center;
       text-decoration:underline;
}
.bottomBanner{
             margin:0;
             padding:0;
             width:100%;
             background-color:#000;
             position:fixed;
             bottom:-10px;
             left:0px;
}
.bottomLinks{
             font-family:Arial,Sans-Serif;
             font-size:16px;
             text-align:center;
             margin:-10;
             padding:0;
             width:800px;
             color:#fff;
}
div.bottomLinks a{
                color:#fff;
}

div.largeLinks {
             font-family:Arial,Sans-Serif;
               text-align:center;
               color:#fff;
               float:left;
               width:170px;
               border-width:1px;
               border-style:solid;
               border-color:#00f;
               background-color:#f00;
               padding:5px;
               margin: 5px;
}


div.text {
               background-color:#999;
               border-width:2px;
               border-style:dashed;
               border-color:#000;
         margin:10px;
         padding:10px;
}

#history{
         width:355px;
         float:left;
}
#board{
         width:355px;
         float:right;
}
#directions{
            width:355px;
            clear:none;
            float:left;
}

               
