body {
	margin: 20px 0px;
	padding: 0px;
	font-family: Georgia, serif;
	background-color: white;
	font-size: 90%;
	text-align: center;
}

a#Banner {
	color: white;
}

#Content {
	width: 780px;
	margin: 30px auto;
	padding: 0px 0px 0px 0px;
#	background: url("images/head.png") top center no-repeat;
	text-align: center;
	position: relative;
}

#Main p {
	margin: 1.2em 0px;
}

#Main {
	margin-top: 00px;
	margin-left: 230px;
	padding-left: 20px;
	width: 520px;
	background: url("images/the-dotted-line.png") top left repeat-y;
	min-height: 750px;
	text-align: left;
}

* html #Main {
	height: 750px;
}

#Side {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 210px;
	height: 800px;
	text-align: right;
	padding: 20px 20px 0px 0px;
}

#Side ul {
	list-style-type: none;
}

#Googletop {
	width: 468px;
	height: 60px;
}

#Googleside {
	padding-left: 10px;
	text-align: left;
}

#Footer {
	clear: both;
	margin-top: 20px;
	padding: 0px;
	border-top: 4px black solid;
}

.imgbox {
	float: left;
	margin: 10px 10px 20px 0px;
	border: 1px black solid;
	width: 250px;
	height: 175px;
}

div.posttime {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	float: left;
}

div.postcat {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	float: right;
	text-align: right;
	width: 250px;
}

div.clear {
	clear: both;
}

/* Typography */

a {
	color: #c00000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 1.1em;
}

#Side ul h2 a {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: gray;
}

h2 {
	font-family: Tahoma, serif;
	font-weight: bold;
	font-size: 1.5em;
}

div.post h2 {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

div.post h2 a, div.post h2 a:visited, div.post h2 a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	color: black;
	width: 100%;
	border-bottom: 2px #c00000 solid;
	text-decoration: none;
}

div.posttime, div.postcat, div.postcomments {
	font-weight: bold;
	font-size: 0.7em;
}

h3 {
	font-family: Tahoma, serif;
	font-size: 1.3em;
}

#Footer p {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	font-size: 0.8em;
}