html, body {
    height: auto;
    margin: 0;
    padding: 0;
}

body
  {
	color: #424037;
  line-height: 1.7;
  font-family: "museo-sans","Helvetica Neue",helvetica,Arial,sans-serif;
  font-weight: normal;
   }

p code
{
	font-size:medium !important;
}

h1, h2
{
  font-family:"acta-display","museo-sans", helvetica;
}

pre, code
{
	font-size:medium !important;
  background-color:lightyellow;
  font-weight:bold;
}
   
 #container
 {
     width:45em;
     margin-left:100px;
	 float:left;
 }

 #header
  {
  text-align:center;
	margin-top:40px;
	background-color:lightyellow;
  }

  #sidebar
  {
	
    float: left;
    margin-left:40px;
	margin-top: 200px;
	width: 175px;
  }

 .title 
{
	text-align:center;
}

  .link
  {
    text-decoration:none;
    color:#333333;
  }
  
  a {color:#002233}
  a img {border:0;}

  h2 a {color:black;}

div.byline a
 {
   color:#777777;
   font-size:small;
   text-transform:capitalize;
   font-variant:small-caps;
 }

 
