

body {
font-family: Arial, sans-serif; 
font-size: 12px; 
color: #333333; 
background-color: #FDF8E9; 
background-image: url(images/circle.jpg); 
background-position: top center; 
background-repeat: no-repeat; 
margin: 0;
}

table, td, li {
font-family: Arial, san-serif; 
font-size: 12px; 
color: #333333; 
margin: 0px;
}

a {text-decoration: none;}
a:link {color: #333333;}
a:visited {color: #333333;}
a:active {color: #0000FF;}
a:hover {color: #0000FF; text-decoration: underline;}

.table {
background-image: url(images/tablebg.gif); 
background-position: bottom; 
background-repeat: no-repeat; 
margin-left: 25px; 
margin-right: 25px;
}

.header {
background-image: url(images/headerbg.gif); 
background-position: top; 
background-repeat: no-repeat; 
margin-left: 5px; 
margin-right: 5px;
}

#aboutTop{
width: 700px;
padding-left: 55px;
padding-right: 25px;

}

#aboutButtons{
display: inline;
}

#staff{
font-size: 20px;
font-weight: bold;
font-family: Arial, sans-serif; 
margin-top: 3px;
margin-bottom: 3px;


}

#spacer{

border: 1px solid #c8c39b;
width: 700px;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('button_1.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('button_2.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}