body	{
	margin:0;
	padding: 0;
	font-family: Georgia, "Calisto MT", "Times New Roman", Times, serif;
	color: #000000;
	background: #ffffff url(images/bodybg.jpg) repeat-y;
}
blockquote {
	margin: 1em 1em 1em 0em;
	/* font-weight: bold; */
	border-left: 2px solid gray;
	padding-left: 1em;
}
div, p, th, td, li, dd, dl, dt {
	/* redundant selectors to help NS4 not forget */
	font-family:Georgia, "Calisto MT", "Times New Roman", Times, serif;
}
dt 	{
	font-weight: bold;
}
ol, li, dl, dt, dd {
	line-height: 1.5em;
}
.content {
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	/* border: 1px solid red; */
	width: 570px;
	background: url(images/contentbg.jpg) no-repeat scroll top left;
}
h1	{
	font-size: 1.2em;
}
h2	{
	font-size: 1em;
	text-align: right;
	border-bottom: 1px solid #006600;
}
h3	{
	font-size: 1em;
}
img	{
	border:	0
}
a	{
	text-decoration: none;
	font-weight: bold;
}
a:link	{
	color:	#006600;
	background-color: transparent;
}
a:visited	{
	color:	#009900;
	background-color: transparent;
}
a:active	{
	color:	#009900;
	background-color: transparent;
}
a:hover	{
	color:	#009900;
	background-color: transparent;
	text-decoration: underline;
}
code, tt, pre	{
	font: "andale mono", monaco, courier, "courier new", monospace;
	background: transparent;
}
.title {
	background: url(images/recyclebin98.gif) no-repeat center left;
	padding-left: 40px;
	min-height: 35px;
}
.postingtitle {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0%;
}	
.blogitem {
	padding: 0px 0px 0px 2em;
	margin: 0px 0px 1em 0px;
}
.commentcount {
	margin: -1em 0px 2em 0px;
	padding: 0px 0px 0px 2em;
}
.posted {
	margin-top: 0%;
	padding-left: 0%;
	color: #696969;
}
.sidenote {
	position: absolute;
	width: 190px;
	left: 600px;
	top: 0px;
	z-index: 1;
	/* border-left: 2px solid #006600; */
	padding: 5px;
}
.bloglist {
	list-style-type: square;
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 1em;
	text-align: left;
}
.bloglist li {
	line-height: 1.2em;
}
