* {
  margin: 0;
  padding: 0;
}

body
{
background-color:#ffffff;
font-family:verdana;
font-size:20px;
text-align: center;
}

ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

li
{
background-image:url(images/Bullit.jpg);
background-repeat:no-repeat;
background-position:0px 0px; 
padding-left:30px;
text-align: left;
}

p
{
color:#000000;
font-size:20px;
margin:0 auto;
text-align: justify;
}

span.yellow
{
color:yellow;
font-weight:bold;
}

span.bullet
{
font-weight:bold;
font-size:15px;
}

.homeimage
{
background-image:url(images/Bucket.gif);
width:930px;
height:181px;
background-repeat:no-repeat;
background-position: bottom right;
}

.serimage
{
background-image:url(images/vac.gif);
width:930px;
height:177px;
background-repeat:no-repeat;
background-position: bottom right;
}

.testimage1
{
background-image:url(images/Broom.gif);
width:930px;
height:134px;
background-repeat:no-repeat;
background-position: bottom right;
}

.testimage2
{
background-image:url(images/Dust.gif);
width:930px;
height:135px;
background-repeat:no-repeat;
float:left;
}

.headerlinks
{
padding:200px 0px 0px 465px; 
color:#ffffff;
font-size:19px;
}

.headerlinks a:link {color: #ffffff;}
.headerlinks a:visited {color: #cccccc;}
.headerlinks a:hover {color: #ccff00;}
.headerlinks a:active {color: #000000;}

.footer
{
margin:20px 0px 0px 0px; 
color:#ffffff;
float:right;
font-size:10px;
}

.footer a:link {color: #ffffff;}
.footer a:visited {color: #cccccc;}
.footer a:hover {color: #ccff00;}
.footer a:active {color: #000000;}


div.header
{
margin:0 auto;
width:975px;
height:318px;
background:url(images/header.jpg);
background-repeat:no-repeat;
}

div.uedge {
      width: 975px;
      background-color: #cc3366;
      background-image: none;
      margin:0 auto;
    }

div.redge {
      background-image: url(images/redge.gif);
      background-position: top right;
      background-repeat: repeat-y;
    }

div.bedge {
      background-image: url(images/bedge.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
    }

div.ledge {
      background-image: none;
    }

/*
div.ulcorner {  
      background-image: url(images/tlcorner.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }

div.urcorner {
      background-image: url(images/trcorner.gif);
      background-position: top right;
      background-repeat: no-repeat;
    }
    
put back previous 2 for top corners*/

div.blcorner {
      background-image: url(images/blcorner.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
    }

div.brcorner {
      background-image: url(images/brcorner.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding: 15px 30px 55px 15px;
    }

div.innercontent {
      width: 100%;
    }