* {box-sizing: Border-box;}


body {background-color: #ffcc99;
      color: #666666;
      font-family: rial, helvetica, sans-serif;
}

#wrapper {margin-left :auto;
          margin-right :auto;
		  background-image: linerar-gradient(to bottom, #ffffff, #ff9999);
          background-repeat: no-repeat;
		  width: 80%;
		  background-color: #cc9966;
		  min-width: 960px;
		  max-width: 2000px;
          box-shadow: 3px 3px 3px #ffcc99;
		  border: 1px solid #ffcc99;}
		  
		  

header {background-color: #523B35;
      color: #ffffff;
      height: 120px;
      text-align: center;
      padding-top: 30px;
	  padding-left: 3em;}

header a {text-decoration: none;}
header a:link {color:#ffffff;}
header a:visited {color:#ffffff;}
header a:hover {color:#ffffff;}

	 
h1 {margin-bottom: 0;
margin-top: 0;
font-family: Georgia, "Times New Roman", serif;
font-size: 2em;
letter-spacing: .25em;}

      	
	  

nav { float: left;;
      width: 200px;
	  }
	  
nav ul {list-style-type: none;
         padding: 10px}
		 
nav a { text-decoration: none;
}
main {background-color:#ffcc99;
	  padding: 10px;
      display: block;
      margin-left: 120px;
      overflow: auto;}



	    
	  
h2 {color: #ffffff;
font-family: Georgia, "Times New Roman", serif;
text-shadow: 3px 3x 3px #ffffff;}

   img{ margin-right: 10px;
	 margin-bottom: 5px;
     border: solid black 1px;
	 padding: 2px;
	 }




			