﻿body 
{
    background-color: #d7d7d7;
    background-repeat: repeat-y;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
}

#page
{
    margin: 0 auto 0 auto;
    width:800px;
    height:100%;
    background-color: #faf5f5;
    
}
#banner
{
    width:800px;
    height:200px;
    background-color:Aqua;
    
}
#menu
{
    width:800px;
    height:30px;
    background: url('images/menu.gif') repeat-x;
    padding-top:10px;
}
.menus 
{
    color:White;
}
.menus a
{
    color: White;
}
.menus a:hover
{
    color:Gray;
    text-decoration: none;
    font-weight:bolder;
}
.menus a:active
{
    color: black;
    text-decoration: none;
}
.menus a:current
{
    color:Gray;
    text-decoration: none;
    font-weight:bolder;
}
.menuItem
{
    float:left;
    letter-spacing:normal;
    font-size: 14px;
    margin-left: 20px;
}

a
{
   color:White;
   text-decoration: none;
}
#content
{
    width:800px;
    height:auto;
    background-color: #471a17;
}
#leftBox
{    
    width: 200px;
    height: 400px;
    float: left;
    background-image: url('images/contentRepeat.gif');
    background-repeat: repeat-x;
    background-color: #2c1816;
 }
 .service
 {
     height: 60px;
     background-color: #fff600;
     float: left;
     width: 200px;
     text-align:center;
}
 .servicesLink
 {
    padding: 0 0 0 10px;
    font-size: 10pt;
    width: auto;
    height: 300px;
}
.servicesLinkItem
{
	height:30px;
}
 
 #leftBox a
{
    color:White;
    text-decoration: none;
}
#leftBox a:hover
{
    color:Gray;
    text-decoration: none;
    font-size: 14px;
    
    
}
#leftBox a:active
{
    color:black;
    text-decoration: underline;
}
#footer
{
   width:800px;
   height:37px;
   clear:both;
   background-color: #d7d7d7;
}
.bFooter
{
    background: url('images/footer.gif');
    width: 800px;
    height: 32px;
    float:left;
    clear:both;
    padding-top:5px;
   
}
#footer ul
{
    font-family:Century Gothic;
    font-size:10px;
    font-style:normal;
    text-align:left;
    text-align:center;
}
#footer li 
{
    display:inline;
    padding:0 10px;
    
}

/*
ul
{
    background: url('images/menu.gif') repeat-x;
    margin: 0;
    padding: 0;
    width: 100px;
    border-bottom: 1px solid #333333;
    
}
li
{
    padding: 2px 10px;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
}
a
{
    color:#990000;
    text-decoration: none;
}
*/


/* page */


#middle
{
    
    height:auto;
    background-color: #f3f3f3;
    float: left;
    width: 600px;
}
.pageBox
{
    margin: 10px 0 0 50px;
    font-size:13px;
}
.pageTopBox
{
    height: 20px;
    width: 485px;
    text-align:left;
    background-color: #920b09;
    padding: 3px 0 0 15px;
    font-weight:bold;
}

.pageMidBox
{
    width: 498px;
    border-left: solid 1px #a3a3a3;
    border-right: solid 1px #a3a3a3;
    background-color: #f7f7f7;
}
.pageContent
{
    padding:0 15px 0 20px;
}












