
#Header{
position:relative;
padding:10px
width: 800px;
margin: 0 auto;
text-align:center;
line-height:100px;

height:100px;
background: black;
color:white;
font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
font-size:35px;
background-image: url('/images/img02.jpg');
background-repeat: no-repeat;
}



body{
position:relative;
top:15px;
width: 850px;
padding:10px;
margin: 0px auto;
text-align:center;
text-vertical-align:center;
height:150x;
color:white;
font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
background:black;
font-size:15px;
}

.align-right { 
float:right; 
margin: 0 0 15px 15px; }

.message{
text-align:left;
}

.index_table, .index_table TD, .index_table TH

{
font-family:;
font-size:10pt;
color:white;
}

 /*coding for the buttons*/

.mattblacktabs{

width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 5px;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 15px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
margin-left:auto;
margin-right:auto;
width:70%;
text-align:center;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}





