#content{
   float:left;
   width:80%;
   display: inline;
   line-height: 1.5em;
   overflow: hidden;
}

#container{
	text-align: left; 
	width: expression(document.body.clientWidth > 1100 ? "1100px" : "auto");
	max-width: 1100px;
	margin: 20px auto auto;
   }

#header h2{
    color: #006bad;
   font-size:3em;
   margin:0;
   padding:30px 10px 20px 10px;
}
#header h2 a{
  color: #006bad;
}
#header a{
   color: blue;
}

.SourceCode
{
	background: #f2f2f2;
	width: 100%;
	border-collapse: collapse;
	border-style: solid;
	border-color: Gray;
	border-width: 0.5pt;
	font-family: Courier New;
}
.SourceCode td
{
	padding-right: 7px;
	padding-left: 7px;
}
.SourceCode p
{
	margin: 0px;
}