.body {
background-image:url(/images/wood_bg.jpg);
background-color:#471c06;
}

.container {
background-image:url(/images/body.png);
width:833px; height:555px;
}

.lower-bar {
height:26px;
background-image:url(/images/bar.png);
margin-left:17px;
margin-right:18px;
margin-top:12px;
clear:both;
}

.lower-bar-container {
padding:6 6 6 12;
font-family:georgia;
color:#666;
font-size:8pt;
}

.main-container {
font-family:tahoma;
font-size:8pt;
color:#fff;
margin-right:10px;
text-align:left;
height:320px;
overflow:auto;
}

.footer {
font-size:8pt;
color:#ffc;
font-family:tahoma;
}

.pagination {
text-align:right;
height:42px;
}

.text {
font-size:8pt;
color:#fff;
font-family:tahoma;
}

.services-header {
font-size:11pt;
color:#fff;
margin-bottom:2px;
font-family:tahoma;
}

p {
margin-top:10px;
margin-left:3px;
margin-bottom:10px;
line-height:11pt;
}

     #dhtmltooltip{
 position: absolute;
 left: -300px;
 width: 100px;
 border: 0;
 padding: 0;
 background-color: transparent;
 visibility: hidden;
 z-index: 100;
 font-size: 8pt;
 line-height: 11pt; 
 text-align: justify;
 font-family: tahoma,helvetica,verdana,arial; 
 /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
 filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

     #dhtmlpointer{
 position:absolute;
 left: -300px;
 z-index: 101;
 visibility: hidden;
}

     a:link { color: #ffc; text-decoration:none;}
     a:visited { color: #ffc; text-decoration:none; }
     a:hover { color: #fff; text-decoration:underline; }
     a:active { color: #fff; text-decoration:none; } 
		 