		html {
			background-image:url('graphics/background.png');
			background-color:#70000D;
			background-repeat:repeat-x;
			margin: 0px;
		}
		body {
			width: 1020px;
			background-image:url('graphics/background-2.png');
			background-repeat:repeat-y;
			margin: auto;
			color: white;
			font-family: Verdana;
			font-size: 0.90em;
			
		}
		#main {
			margin-left:22px;
			margin-right:22px;
			padding-left:32px;
			padding-right:32px;
			background-image:url('graphics/cow_background.jpg');
			background-repeat:no-repeat;
			behavior: url('/iepngfix.htc');
		}
		img {
			behavior: url('/iepngfix.htc');
		}
		a {
			color: #bbb;
			text-decoration:none;
			margin:0px;
			padding:0px;
		}
		h3 {
			font-size: 1.2em;
			font-family: Futura, "Century Gothic";
			font-weight: normal;
			margin-bottom:10px;
			margin-top:20px;
			padding-top:20px;
			text-align:left;
			clear:both;
		}
		a img {
			border: 0px black solid;
			margin-left: 5px;
		}
		.navibutton img {
			border: 0px black solid;
			padding: 0px;
			margin: 0px;
		}
		a:visited {
			color: #aaa;
		}
		a:hover {
			color: #ddd;
		}
		.navibutton {
			display:block;
			margin-bottom:2px;
		}
		.leftbg {
			display:block;
			margin-bottom:0px;
			margin-top:0px;
		}
		.writerpic {
			float:right;
			margin-top:-20px;
			margin-left:20px;
			z-index:5;
		}
		small.comments {
			margin-bottom:80px;
			display:block;
			text-align:right;
			clear:right;
			padding-right:30px;
		}
		h2 {
			text-align:left;
			margin-bottom:10px;
			clear:right;
			font-weight: normal;
			font-size: 1.6em;
			font-family: Futura, "Century Gothic", "Times New Roman", Times, Serif;
		}
		h2 a {
			color:white;
		}
		h2 a:visited {
			color:white;
		}
		h1 {
		 margin-bottom:0px;
		 margin-top:0px;
		 margin-left:40px;
		 text-align:left;
		}
		#rightmain {
			padding: 20px;
			background-image:url('graphics/leftbackground.png');
			background-repeat:repeat-y;
			width:291px;
			text-align: center;
		}
		small {
			display: block;
		}
		#footer {
			clear:both;
		}

.post {
	margin-top: -40px;
        margin-bottom: 70px;
	 min-height: 200px;
}

textarea#comment {
	width: 490px;
	border: 1px black solid;
	background-color: #eee;
	color: black;
	font-family: verdana;
	padding: 5px;
}

li h2 {
	font-size: 1.2em;
	margin: 5px;
}


.author {
	float:right;
	margin-top: -60px;
	margin-right: -30px;
}
.entry a {
	border-bottom: dotted 1px #ccc;
}
.entry a:hover {
	border-bottom: solid 1px #fff;
}
h3 a {
	color: white;
	font-weight: normal;
}
h3 a:visited {
	color: white;
	font-weight: normal;
}
h3 a:hover {
	color: #ccc;
	font-weight: normal;
}

ul.related_post {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px 0px 20px 20px;
}
.related_post li {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.wp-caption {
	font-size: 0.7em;
}
.wp-caption p {
	margin-top: 0px;
	text-align:center;
}
.wp-caption a {
	border: 0px black solid;
}
.wp-caption a:hover {
	border: 0px black solid;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.alignleft {
	margin:5px;
	float:left;
}
.alignright {
	margin:5px;
	float:right;
}
blockquote {
	margin: 5px 20px;
	width: 400px;
}
