﻿body 
{ 
     background-color:#FFFFFF; 
     font-family:Arial; 
     color:#38860E;     
     background-image: url(images/background.gif);
}
A.Menu
{
     color:#000000;
     text-decoration:none;
     font-size:small
}
A:hover.Menu
{
     color:#807f80;
     text-decoration:none;
     font-size:small
}
.boneheader{
background: transparent url('images/BoneLeft.jpg') no-repeat top left;
font: bold 15px Tahoma; /* Change 13px as desired */
float:inherit;
color: Black;
line-height: 49px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 57px; /* Height of button background height */
padding-left: 45px; /* Width of left menu image */
text-decoration: none;
font-variant:small-caps;
letter-spacing: 0px;
}

.bonewrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}

.boneheader span{
background: transparent url('images/BoneRight.jpg') no-repeat top right;
display: block;
padding: 4px 45px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}



