  /* CSS style sheet for Final Project - The New Ann's Graphics*/


  body {
	background-color: #000;
	color: #fff;
	font-size: 18px;

	     }
        
        
    h1 {
      font-size: 150%;
      font-family: "Comic Sans", "Apple Chancery";

          }
                             
                             
    h2 { font-size: 130%;
          }  
         
         
    p { line-height: 1.5;
         }
		 
	  #header {
	  text-align: center;
	  background-image: url(images/header.jpg);
    background-repeat: no-repeat;
	   }
                 
      
               
    #wrapper {
	  margin-bottom: 10px;
		border-right-color: #de30e2;
		border-left-color: #de30e2;
		border-bottom-color: #de30e2;
		border-top-color: #000;
        border-style: dashed;
		border-right-width: thick;
		border-left-width: thick;
		border-bottom-width: thick;
		
	         }
	  
	              
    #container {
	  margin-right: auto;
	  margin-left: auto;
	  width: 980px;
      }
       
    
    #address{
	font-style: italic;
	text-align: center;
	line-height: 0;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px groove #fff;
	padding: 10px;
	width: 300px;
	color: #000;
	background-color: #de30e2;
	
    }
	
    
             
    #about {
		 float: left;
     margin: 10px 10px 0px 10px;
     padding: 10px 20px 0px 20px;
     width: 560px;
     position: relative;
	     }
       
     #old_photos {
     	position: absolute;
        left: 700px;
	    top: 550px;
	    margin-bottom: 80px;
		margin-top: 60px;
	    width: 300px;
        }
		
		
	 #pond {
      position: absolute;
      left:740px;
	    top: 780px;
	    width: 500px;
		margin-top: 80px;     
       }
	   
	   
	   
	   
	     
#web_site_links {
	font-family: Arial, Helvetica,   sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 830px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 650px;
}

.webdesignservices {
	margin-left: 30px;
	font-size: 18px;
	font-family: "Comic Sans", "Apple Chancery";
	font-weight: normal;
         }
			 
.seebeforeandafter {
	margin-left: 30px;
}
.youandyourideas {
	margin-left: 30px;
}

        

		


 
       
        #footer {
	font-size: small;
	text-align: center;
	font-style: italic;
	border-top: solid #fff 1px;
	color: #fff;
	clear: both;
	   }
  
      /* NAVATION BAR INFORMATION start*/
    #navbar {
	font-size: 90%;
	text-transform: uppercase;
	color: #223958;
	background-color: #D6E1E3;
	text-align: center;
	padding: 2px 10px;
        }
   
            
  #navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
        }
        
  #navbar li {
  display: inline;
        }
  
	      
    #navbar a:link {  
         color: #000;
         text-decoration: none;
         }
    #navbar a:visited {  
         color: #ff0315;
         }
    #navbar a:hover {
        color: #1d7406;
        background-color: #fff600;}
