  	body {
  		font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
  		background: black;
  		margin: 0;
  		padding: 0;
  	}
  	#page {
  		background: black url(images/brushedmetal.jpg) repeat-y center 172px fixed;
  		color: #fff;
  		padding: 0;
  		height: 100%;
  	}
  	h1, h2, p {
  		margin: 0;
  	}
  	#header, 
  	#header .container {
  		background: url(images/brushedmetal_t.jpg) no-repeat center top;
  		height: 172px;
  		padding: 0;
  	}
  	#header .container {
  		position: relative;
  		margin: 0 auto;
  		padding: 12px 25px 42px 25px;
  		width: 800px;
  		height: 130px;
  	}
  	h1 {
  		font-size: 4em;
  		font-weight: normal;
  		margin-left: -4px;
  	}
  	.subheader {
  		font-size: 1em;
  		padding-top: 3px;
  	}
  	#main, 
  	#main .container {
  		background: url(images/brushedmetal_m.jpg) repeat-y center top;
  		padding: 0;
  		line-height: 1.3;
  	}
  	#main .container {
  		position: relative;
  		margin: 0 auto;
  		padding: 0 25px;
  		width: 800px;
  	}
  	#content {
  		padding: 13px 25px 0 0;
  		margin: 0;
  		width: 590px;
  	}
  	.entry {
  		padding-bottom: 30px;
  	}
  	p {
  		padding-top: 15px;
  	}
  	#sidebar {
  		width: 160px;
  		position: absolute;
  		top: 15px; /* Sets combined "padding" to 25px */
  		right: 25px;
  		bottom: 15px;
  		border-left: #ccc solid 1px;
  		padding-left: 25px;
  	}
  	#sidebar h2 {
  		padding: 0;
  		font-size: 1.2em;
  	}
  	#nav {
/*  		background: url(images/linksbg.png);
  		border-top: solid 1px #666;
  		border-bottom: solid 1px #666; */
  		padding: 0;
  		padding-top: 5px;
  		margin: 0;
  		margin-left: 1.2em;
  		list-style-type: disc;
	  	}
  	#nav li {
  		padding-bottom: .4em;
  	}
  	a {
  		color: white;
  	}
  	a:hover {
  		color: #ccc;
  	}
  	#nav a {
  		text-decoration: none;
  	}
  	#nav a:hover {
  		color: white;
  		text-decoration: underline;
  	}
  	#footer .container {
  		position: relative;
  		margin: 0 auto;
  		margin-top: -10px;
  		padding: 0 25px;
  		width: 800px;
  	}
  	#footer, 
  	#footer .container {
  		background: url(images/brushedmetal_b2.jpg) no-repeat top center;
  		height: 34px;
  		line-height: 34px;
  		color: black;
  		font-size: 10pt;
  		padding-top: 10px;
  		padding-bottom: 94px;
  	}
  	#footer p{
  		padding: 0;
  	}
  	#footer a {
  		color: #333;
  		text-decoration: none;
  	}
  	#footer a:hover {
  		text-decoration: underline;
  	}
