
body {
	text-align: center;
	background: url(images/background.gif) repeat-y top center;
}

#container {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*background: #555;*/
}

/*
#col1,
#col2,
#col3 { float: left; display: inline; /* IE double margin bug fix * overflow: auto; }
#col1 { width: 236px; margin: 30px 15px 0 15px; background: #06C; }
#col2 { width: 236px; margin: 94px/*118* 15px 0 16px; background: #099; } /* handles left border *
#col3 { width: 236px; margin: 94px 15px 0 16px; background: #0C6; } /* handles left border */

#col1,
#col2,
#col3 {
	position: absolute;
	width: 236px;
	top: 0;
}
#col1 { left: 15px; top: 30px; /*background: #06C;*/ }
#col2 { left: 282px; top: 94px; /*background: #099;*/ }
#col3 { left: 549px; top: 94px; /*background: #0C6;*/ }


h1 {
	margin: 0 0 1em 0;
}
#nav {
	margin: 1em 0;
}

h1 a {
	display: block;
	width: 192px;
	height: 164px;
	text-indent: -9999px;
	background: url(images/lamb-and-pine-cone-press.gif);
}

.clear { clear: both; }


#additional-page,
#links-page {
	margin-top: -0.2em;
}
#additional-page h2,
#links-page h2 {
	margin-top: 1.5em;
}
#about-page {
	margin-top: 2em;
}
#additional-page p {
	margin-top: 0;
}

#comments .comment_num {
	display: none;
}
#comments .comment_date {
	display: block;
}


