html, body {
					background: #d7d7d7;
				}
			
				#wrapper {
					width: 960px;
					text-align: center;
					margin: 20px auto;
					background: white;
				}
				
				.clear {
					clear:both;
				}
				
				#header {
					width: 940px;
					height:40px;
					margin: 0 10px 0 10px;
					padding: 20px 0 20px 0;
					text-align: left;
					border-bottom: 1px solid #d7d7d7;
				}
				
				.columnA {
					width: 230px;
					float: left;
					margin: 0 20px 0 0;
					height: 40px;
				}
				.columnB {
					width: 420px;
					float: left;
					margin: 0 20px 0 0;
					height: 40px;
				}
				.columnC {
					width: 225px;
					float: left;
					margin: 0 20px 0 0;
					height: 40px;
				}
				.columnD {
					width: 3px;
					float: left;
					height: 40px;
					margin: 0;
				}
				
				div#content {
					width: 940px;
					margin: 0 10px 0 10px;
					padding: 20px 0 0 0;
					text-align: left;
				}
				
				.entryNavigation {
					font: 18px "anivers-1";
					color: #000;
					padding: 0 0 40px 0;
					width: 650px;
				}
				
				.entryNavigation a:link, .entryNavigation a:visited {
					color: #c81721;
					text-decoration: none;
				}
				
				.alignleft {
					float:left;
				}
				
				.alignright {
					float:right;
				}
				
				#column1 {
					width: 650px;
					float: left;
					margin: 0 40px 0 0;
					
					
				}
				#column2 {
					width: 250px;
					float: left;
					margin: 0 0 0 0;
					
				}
				
				.comments {
					width: 650px;
				}
				
				.colorBorder {
					margin: 0 10px 0 0;
					float:left;
				}
				
				.lastColorBorder {
					float: left;
				}
				
				img.headshot {
					float: left;
					margin: 0 10px 0 0;
				}
				
				h1 {
					font: 22px "anivers-1";
					color: #161b38;
					float: left;
					margin: -5px 0 0 0;
				}
				
				ul {
					margin: 0 0 20px 0;
				}
				
				ul li {
					font: 12px/20px "calluna-1";	
				}
				
				ul li a:link {
					color: #c81721;
					text-decoration: underline;
				}
				
				ul li a:visited {
					color: #c81721;
					text-decoration: none;
				}
				
				ul.nav {
					float: left;
				}
				
				ul.nav li {
					font: 12px "anivers-1";
					color: #d7d7d7;
					display: inline;
				}
				
				ul.nav li a:link {
					color: #c81721;
					text-decoration: underline;
				}
				
				ul.nav li#selected {
					color: #06372d;
				}
				
				p.header {
					font: normal 12px/14px "anivers-1";
					color: #06372d;
				}
				
				p.header a:link, p.header a:visited, p.header a:hover {
					color: #c81721;
					text-decoration: underline;
				}
				
				input.search {
					width: 140px;
				}

				p.date {
					font: 12px "calluna-1";
					color: #06372d;
					margin: 0 0 3px 0;
				}
				
				p.subtitle {
					font: 10px/20px helvetica;
					color: #06372d;
					margin: 0 0 5px 0;
				}
				
				p.subtitle a:link, p.subtitle a:visited {
					color: #c81721;
					text-decoration: underline;
				}
				
				span.grey {
					color: #d7d7d7;
				}
				
				h2 {
					font: 18px/22px "calluna-1";
					color: #161b38;
					margin: 0 0 10px 0;
				}
				
				h2 a:link, h2 a:visited {
					color: #c81721;
					text-decoration: underline;
				}
				
				.commentTitle {
					border-top: 1px solid #999;
					padding: 20px 0 0 0;
					width: 940px;
				}
				
				h3 {
					font: bold 12px/20px "calluna-1";
					color: #161b38;
					margin: 0 0 3px 0;
				}
				
				h3 a:link, h2 a:visited {
					color: #c81721;
					text-decoration: underline;
				}
				
				p {
					font: 12px/22px "calluna-1";
					color: #06372d;	
					text-align: left;
					
				}
				
				p a:link, p a:visited {
					color: #c81721;
					text-decoration: underline;
				}
				
				p.posted {
					font: 10px/20px helvetica;
					color: #06372d;
					margin: 10px 0 20px 0;
					padding: 0 0 20px 0;
					clear: both;
					border-bottom: 1px solid #999;
					
				}
				
				p img {
					margin: 10px 0 10px 0 ;
				}
				
				#footer {
					width: 940px;
					margin: 0 10px 0 0;
					border-top: 5px solid #efca62;
					font: normal 12px "calluna-1";
					color: #efca62;
					text-align: left;
					padding: 20px 0 20px 0;
				}
				
				#footer a:link, #footer a:visited {
					color: #efca62;
					text-decoration: underline;
				}
