body {
  background:#FDFDFE;
  margin:0;
  padding:10px 20px;
  color:#333333;
  font-size: small;
  text-align: left;
  font-family: "Trebuchet MS",Trebuchet,Verdana, Arial, Helvetica, Sans-serif;
  }
  
 p {
 	padding: 5px;
 	margin: 10px;
	
 }
  
 .quote { 
 	padding: 10px;
 	font-style: italic; 
 	font-size: larger;
 	font-weight: bold;
 	color: #DDDDDD;
 	font-family: serif;
 	font-size: small;
 	
 	}
 .attribution {
 color: #DDDDDD;
 font-size: small;
 }
  
  
/* Links
----------------------------------------------- */
a:link {
  color: #AA0000;
  text-decoration:none;
  }
a:visited {
 color: #AA0000;
  text-decoration:none;
  }
a:hover {
  color:#AA0000;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }




/* Shadow Border
----------------------------------------------- */

.s1 { border: solid 2px #FDFDFE;
       border-top:none;
	   border-bottom:none;
	   }
.s2 {  border: solid 1px #F4F6F9;
       border-top:none;
	   border-bottom:none;
	   }
.s3 {  border: solid 2px #F0F3F7;
       border-top:none;
	   border-bottom:none;
	   }
.s4 {  border: solid 1px #EBEFF4;
       border-top:none;
	   border-bottom:none;
	   }
.s5 {  border: solid 2px #E5EBF0;
       border-top:none;
	   border-bottom:none;
	   }
.s6 {  border: solid 1px #E0E7ED;
       border-top:none;
	   border-bottom:none;
	   }
.s7 {  border: solid 2px #DCE4EB;
       border-top:none;
	   border-bottom:none;
	   }
.s8 {  border: solid 1px #D5DEE7;
       border-top:none;
	   border-bottom: solid 1px #ccc;
	   }





/* Headings
----------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	color: #60242C
	text-transform: uppercase;
	letter-spacing:.2em;
	font-family"Trebuchet MS",Trebuchet,Verdana, Arial, Helvetica, Sans-serif;
	margin: 10px;

}



h1#header {
	color: #EEEEEE;
	letter-spacing: .2em;
	font-size: xx-large;
	text-align: right;
}



/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  text-align: center;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font-family "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  font-size: x-small;
  }




ul#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: #000000;
    
      letter-spacing: .2em;
}

ul#menu li {
    float: left;
    width: 20%;
    background: #000000;
}

ul#menu li a {
    display: block;
    padding: 0.5em 0;
    font-size: small;
    color: #ffffff;
   	font-family: "Trebuchet MS",Trebuchet,Verdana, Arial, Helvetica, Sans-serif;
    font-weight: bold;
    text-decoration: none;
}
ul#menu li a:hover { background: #555555; color: white; }
ul#menu a.current:link { background: #666666; color: white; }
ul#menu a.current:visited {  color: #DDDDDD; }



h3#sidebar {
	padding: 3px;
	color: #DDDDDD;
	background: #660000;
}

#sidebar p {
  margin:0;
  padding-top:15px;
  font-family "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
 }
