/* style sheet for Bill's Home Improvement */

body{background-image: url('../images/background.jpg');}
div.content { text-align: center; width: 760px; margin-left: 8%; background-color: #F5DCBB; 
             height: auto; border: 2px solid #006600;}
p {font-family: times-new-roman, sans-serif, arial; font-size: 12pt; text-align: left; 
   text-indent: 1em; font-weight: 400; font-weight: 300; padding-left: 12px; line-height: 160%;  
   padding-right: 12px; text-align: justify; margin-top: -8px;}
h1.title{text-align: center; letter-spacing: .1cm; color: #000000; font-weight: 600; 
        font-variant: small-caps; font-family: times-new-roman, sans-serif, arial; font-size: 125%;
		text-decoration: underline; margin-top: 0px;}
p.desc {font-family: cataneo, arial, times-new-roman; font-weight: 600; font-size: 90%; 
         text-align: left; color: #000066; padding-left: 10px; padding-right: 10px; 
		 text-align: justify;}
h1 {font-size: 110%; padding-left: 10px; padding-right: 10px;}		 
ul.menu1{
		 position: relative;
		 font-weight: bold;
		 width: auto;
		 padding: 0px;
		 margin-left: 0px;
		 background-color: #F5DCBB;
		 font-size: 110%;
		 }
li.men1 {margin-left: 5px; display: inline;}	
ul.menu2{
		 position: relative;
		 font-weight: bold;
		 width: auto;
		 background-color: #F5DCBB;
		 font-size: 95%;
		 }	
li.men2 {display: inline; margin-left: 8px;}				 
.button1{
		 position: relative;
		 font-weight: bold;
		 width: auto;
		 background-color: #F5DCBB;
		 z-index: 1;
		 }
li.men1 a:link {
	    margin-left: 20px;
        color: #000033;
        }       
       
li.men1 a:visited{
		margin-left: 20px;
		color: #cc0000;
		}

li.men1 a:focus{
		margin-left: 20px;
		color:  #000066;
		}	
		
li.men1 a:hover{
		margin-left: 20px;
		color: #990000;
		}			

li.men1 a:active{
		margin-left: 20px;
        color: #330066;
        }
	 
