/* Header - These selectors style the header of the blog */
#header{
   line-height:20px; /* JG */ 
	font-weight:100;
	letter-spacing:1px;
	display:block;
	border-bottom: 3px solid #999;
	margin-bottom: 10px;

	margin-top:10px;/* JG */
	margin-left:10px;/* JG */
	background-image:url('http://blogs.msdn.com/photos/cslemp/images/7895614/original.aspx');/* JG */
	background-repeat:no-repeat;/* JG */
	padding-left: 380px;/* JG */
}
#header a{
   text-decoration: none;
	color: #CC0000; /* JG */
	font-size: 25px; /* JG */
white-space:nowrap

}

#content{
   float:right;
   width:80%;	/* JG */
	display: inline;
	line-height: 1.5em;
	overflow: hidden;
}

#container{
   text-align: left; 
	width: 95%; /* JG */
	margin: 0px auto ;
	background-color:#fff;
}
