body {
        margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif;
        font-size: 12pt;
        color: #333;
        text-align: center;
        line-height: 1.5;
	background-color: #333;
      }

      h1, h2, h3, h4 {
        margin: 1em 0 0 0;
        font-weight: normal;
        color: #443;
      }

      h1 {
        font-size: 28pt;
      }

      h2 {
        font-size: 18pt;
      }

      h3 {
        font-size: 14pt;
      }

      #everything {
        padding: 40px 40px 0 40px;
        background-color: #e9e9e9;
	margin-top: -40px;
      }

      #crumbs {
	margin: -40px -40px 20px -40px;
	background-color: #fbeb2e;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdf381), to(#f2df05));
	border-bottom: 1px solid #eeea21;
	max-width: 560px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #777;
      }

      #crumbs a {
        color: #777;
	text-decoration: none;
	border-bottom: 1px solid #777;
      }

      #footer {
        font-size: 75%;
	padding: 40px 0px;
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#333));
	margin: 60px -40px 0px -40px;
	text-align: left;
      }

      #footer .wrapper {
	  margin: 0 auto;
	  max-width: 600px;
      }


      #footer, #footer a {
	  color: #eee;
      }

      #crumbs, #footer {
	  font-family: Tahoma, Geneva, Verdana, sans-serif;
      }
      
      #main {
        max-width: 520px;
	_width: 520px;
        min-height: 60ex;
	padding-bottom: 60px;
        -webkit-box-shadow: 0px 2px 8px #bbb;
        -moz-box-shadow: 1px 1px 4px 1px #bbb;
        box-shadow: 1px 1px 4px 1px #bbb;
        text-align: left;
        background-color: #fff;
        padding: 40px;
        margin: 40px auto;
      }

      .two-column .column {
	  width: 240px;
	  float: left;
      }
      
      #footer .column {
	  width: 280px;
      }

      .column {
	  margin-right: 40px;
      }

      .last-column {
	  margin-right: 0;
      }


code, pre {
  font-size: 11pt;
}
