	#header {
		position: relative;
		background: url("../images/bgHeader_comicSquishy.jpg") repeat-x top center;
		width: 100%;
		height: 180px;
		}	
	
		#title a {
			background: url("../images/bgLogo_presents.jpg") repeat-x top center;
			position: absolute;
			top: 6px;
			left: 5px;
			width: 152px;
			height: 68px;
			}

		#title a:hover {
			background-position: 0 -68px;
			}

		#amazonSearch {
			background: url("../images/bgAdAmazon.jpg") repeat-x top center;
			position: absolute;
			top: 1px;
			left: 659px;
			width: 120px;
			height: 90px;
			padding: 6px;
			}

	#content {
		padding: 1em 10px 1em 10px;
		line-height: 1.8em;
		}
	
		#content .col1{
			width: 470px;
			float: left;
			}
	
		#content .col2{
			width: 279px;
			padding-top: 3.6em;
			float: right;
			}
	
	#randQuote {
			color: #652621;
			font-size: 1.4em;
			font-weight: bold;
			position: absolute;
			top: 85px;
			left: 180px;
			width: 444px;
			text-align: center;
		}		

#archiveList {
}

#archiveList .year {
	clear: left;
	background: url("../images/bgHr.gif") no-repeat top center;
	padding-top: 18px;
}

	#archiveList .year h2{
		padding-top: 0;
		text-align: center;
	}

#archiveList .month {
	float: left;
	width: 32%;
	margin-right: 1%;
}


