  /* CSS style sheet for Final Project - Gallery*/

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

         }
         
            
    h1 {
      font-size: 150%;

          }     

                             
                             
    h2 { font-size: 130%;
    	text-align: center;
          }  
         
         
    p { line-height: 1.5;
         }
	
      h1 {
      margin-left: 30px;
        }
        
        
    #photos {
      margin-left: 30px;
        }         
  
  	 
	#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;
		
	         }	         
	         
	         
	    table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-color: #fff;
    caption-side: bottom;
    border-collapse: collapse;
    }
 

         
     td, th {
    border: thin solid #fff;
    padding: 5px;
    }
    
    th {
      background-color: #06444b;
    }
    

    
    caption {
    font-style: italic;
    padding-top: 8px;    
    }
    
    .centeralign {
     text-align: center;    
    }
    
    .rightalign {
     text-align: right;
     }
	  
       
   

       
       
       
            
#container {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
      }
 
 
 
 
       
        #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;}
         
      /* NAVATION BAR INFORMATION finish*/
