		body {
			background-color: #c0c0c0;
		}
	
		form {
			margin: 14px 0px;
		}
		
		div#blogWrapper {
			width: 975px;
			margin-top: 18px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			border: #a3a3a3 solid 1px;
			background-color: #ffffff;
		}

		div#blogHeader {
			background-color: #000000;
			padding: 25px;
			text-align: left;
			color: #eeeeee;
			background-image: url(http://www.bx3.com/phil/tri/blog-header.gif);
			background-position: 730px 10px;
			background-repeat: no-repeat;
		}

		div#blogHeader a, div#blogFooter a {
			color: #009999;
		}
		
		div#blogTitle {
			font: bold 26px georgia, serif;
			margin-bottom: 4px;
		}

		div#blogTitle a {
			text-decoration: none;
			color: #eeeeee;
		}

		div#blogTagline {
			font: 12px arial, helvetica, sans-serif;
		}

		div#blogContent {
			text-align: left;
			padding: 14px;
			font: 12px arial, helvetica, sans-serif;		
		}

		div#blogPosts {
			display: inline;
			float: left;
			border: #c0c0c0 solid 1px;
			width: 640px;
			padding: 10px;
			overflow: hidden;
			margin-bottom: 14px;
			background-color: #ffffff;
		}

		div#blogSideBar{
			display: inline;
			float: left;
			border: #c0c0c0 solid 1px;
			margin-left: 14px;
			margin-bottom: 14px;	
			width: 249px;
			padding: 10px;
			background-color: #ffffff;
		}

		div.blogPost {
			line-height: 1.5em;				
			margin-bottom: 20px;
			clear: both;
		}

		div.blogComment {
			border-top: #cccccc dashed 1px;
			margin-top: 20px;
			padding-top: 14px;
			padding-bottom: 14px;
		}

		div#blogFooter {
			background-color: #000000;
			color: #eeeeee;
			padding: 6px;
			clear: both;
		}

		h1 {
			padding: 0px;
			margin: 0px 0px 0px 0px;
			color: #660000;
			font: bold 18px georgia, serif;
		}

		h1 a {
			text-decoration: none;
		}
		
		h2 {
			padding: 0px;
			margin: 12px 0px 12px 0px;
			text-transform: uppercase;
			color: #666666;
			font: bold 12px arial, helvetica, sans-serif;
		}	
		
		div#blogSideBar h2 {
			border-top: #cccccc solid 1px;
			padding-top: 8px;
			margin-top: 8px;
		}
		
		div.postComment {
			padding-bottom: 14px;
			margin-bottom: 16px;
			border-bottom: #cccccc solid 1px;
		}
		
		ul   {
		  margin: 0px;
		  padding-left: 16px
		}

		li {
			list-style: square;
			padding-bottom: 3px;
		}

		a {
			color: #660000;
		}

		div#blogSideBar a {
			text-decoration: none;
		}
		
		img {
			border: 0px;
		}

		div.comment {
			border-bottom: #cccccc dashed 1px;
		}
		
		table.fancy {
			width: 100%;
			border-collapse: collapse;
			border-top: #000000 solid 1px;
			border-bottom: #000000 solid 1px;
		}
		
		table.fancy tr {
			vertical-align: top;
			border-bottom: #cccccc solid 1px;
		}
		
		table.fancy td, table.fancy th {
			font: 12px arial, helvetica, sans-serif;
			padding: 4px;
		}
		
		table.fancy th {
			background-color: #dddddd;
			font-weight: bold;
		}

		div.imageLeft {
			float: left;
			padding: 2px;
			margin: 0px 10px 5px 0px;
			border: #c0c0c0 solid 1px;
		}

		div.imageRight {
			float: right;
			padding: 2px;
			margin: 0px 0px 5px 10px;
			border: #c0c0c0 solid 1px;
		}

		blockquote {
			border-right: #660000 solid 2px;
			border-left: #660000 solid 2px;
			border-top: #660000 solid 1px;
			border-bottom: #660000 solid 1px;
			background-color: #ffffcc;
			font-family: monospace;
			padding: 6px 14px;
		}