body { background-color: #99ccff; 
	font-size: 10pt;
	font-family: arial;
	min-width: 950px;
}

.wrap { width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#cr { font-size: 7pt;
	text-align: center 
}

#date { text-align: left;
	font-size: 10pt;
}

.title { font-size: 12pt;
	font-weight: bold; 
}

#comment { font-size: 10pt
}

#blah { font-size: 10pt }

.littledate {font-size: 8pt; }

.headerimages {
	width: 950px;	
}

.blurb { background-color: #ffffff;
	font-size: 10pt;
	width: 700px;
	float: left;
	border-width: thin;
	border-style: solid;
	vertical-align: top; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar {
	width: 225px;
	float: right;
}
	
.comicborder { background-color: #6699ff;
	font-size: 10pt;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#comicdatetext { 
	background-color: #6699ff;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: bottom;
}

#comiccommenttext {
	background-color: #99ccff;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
	
.text { background-color: #ffffff;
	width: 800px;
	border-width: thin;
	border-style: solid;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header { font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: black;
}

.foot {
	clear: both;
}

.dropdown { width: 300px;
}
	
.premonth { background-color: #6699ff;
}

.month { background-color: #FFFFFF;
}

.nextmonth { background-color: #999999;
}

.headercolor { background-color: /*#3366ff;*/ #cccccc;
}

