/* CSS Document */

 /*normalizes margin, padding */ 
 body, div, dl, dt, dd, ul, ol, li, h3, h4, h5, h6, the pre, form, fieldset, input,  blockquote, th, td
 {margin: 0; padding : 0; }
 
  /*normalizes font-size for headers */ 
  h3, h4, h5, h6 
  {font-size: 100%;} 
   
  /*removes list  -style from lists */ 
  ol, ul 
  {list-style:none;} 
  
   /*normalizes font -style and font-weight to normal */  
  address, caption, cite, code, dfn, th, var 
  {font-style:normal; font-weight:normal;} 
  
   /* table line style */ 
   table  
   {border-collapse:collapse; border-spacing:0} 
   
  /* removes border from fieldset and img */ 
  fieldset, img 
  {border: 0;} 
  
  /* left - aligns text in caption and th */ 
  caption, th 
  {text-align: left;} 
  
   /*removes quotation marks from q */ 
   q:before, q:after 
   {content: ''; }
   
body {
	font-size: medium;
	font-family:Arial, Helvetica, sans-serif;
	margin: 1em;
	background: #fed180; 
	padding: 0;
	min-width: 790px;}
	
#container{
	
	width: 780px;
	background-color:#ffffff;
	padding-top:15px;
	padding-right:10px;
	}
	
#wrapper {width: 780px;
          margin: 0 auto;
		  text-align:left;  
}

#branding {margin-left:15px;
           margin-bottom:15px;
}		

#nav {
      width: 780px;
      font-size: 1em;
      align: center;
      text-align: center;
      color: #60543A;
	  margin-left: 5px;
      margin-right: 5px;
	  margin-bottom:10px;
	  list-display:inline;
	  text-decoration:none; 
		 }
#nav li {display:inline;}		 
#nav a {color: #60543A;
		font-weight:bold;
		text-decoration:none;
		  		   }		 		   
#nav a li {display:inline;}				
#nav a:hover {color: #FED180;
                }
#nav a:hover li {display:inline;}

#content{ width: 750px;
          background-color: #FFFFFF;
          padding: 10px 10px 10px 30px;}	
		   		 		
		   		 		
h1 {font-size:1.5em;}
h2 {font-size:1.2em;}

.quote {font-style:italic;}