/* Ken Wright Enterprises 
   Layout Style Sheet
   
   Author: Kenneth Wright
*/
			        
					*  {
					     Padding: 0;
						 margin: 0;
					}
					
					body  {
					     width: 100%;
					     font-size: 1.5em;
						 font-family: Arial, Helvetica, sans-serif;
						 color: #000000;
						 background-color: #F0E68C;
					}
					
					nav  {
						 background-color: #BDB76B;
						 line-height: 200%;
						 display: block;
					}
					
					nav ul li  {
					     
						 display: inline;
						 list-style-type: none;
						 padding-right: 20px;
					}
					
					nav li a:link  {
						 color: blue;
						 font-weight: bold;
						 text-decoration: none;
					}
					
					nav li a:hover  {
					     color: #00FF7F;
						 font-weight: bold;
						 text-decoration: underline;
					}
					
					nav li a:visited  {
		                  color: #4B0082;
						  font-weight: bold;
			              text-decoration: none;
                    }						  
					
					a:link  {
					     color: blue;
						 text-decoration: none;
					}
					
					a:hover  {
					     color: #00FF7F;
			             text-decoration: underline;
		            }
					
					a:visited  {
		                  color: #4B0082;
			              text-decoration: none;
		            }
					
					header  {
                         width: 90%;
		                 border: 2px solid black;
		                 margin: 10px;
		                 padding: 10px 10px 10px 10px;
		                 Background-color: #FFFFF0;
		            }
					
				    h1  {
                         font-family: castellar, fantasy;
						 font-size: 2em;
	                     padding: 10px;
	                     color: Black;
	                     text-align: center;
	                }
					
					img {
					     float: left;
						
				    }
					

                    h2  {
	                     font-family: Georgia, serif;
						 font-size: 1.5em;
                         color: black;
	                     text-align: center;
					}
					
					h3  {
					     font-family: Georgia, serif;
						 font-size: 1em;
						 color: black;
						 text-decoration: underline;
						 margin-left: 15px;
					}
					
	   				h4  {
                         color: black;
	                     text-decoration: underline overline;
						 padding: 8px;
                    }

                    P.center  {
                         text-align: center;
                    }
					
					p {
					     color: black;
						 line-height: 1.5em;
						 margin-bottom: 15px;
						 margin-left: 15px;
						 margin-right: 15px;
					}
	 
                    footer  {
	                     width: 60%;
	                     margin-left: 15%;
	                     border-top: 10px solid  #FF00FF;
	                     clear: both;
	                }
					
					.center  {
					     text-align: center;
					}
					
					footer  {
					     padding: 40px;
					}
					
			  