* {
	color: #000;
	font-family: arial, sans-serif;
}
body {
	background-image: url("img/body.png");
	background-repeat: repeat-y;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 140%;
}
h2 {
	margin: 0px;
	font-size: 110%;
}
h3 {
	margin: 0px;
	font-size: 100%;
}
h4, h5, h6 {
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}
p, table {
	margin: 15px 0;
}
#container {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("img/container.png");
	background-repeat: repeat-x;
}
#header {
	width: 800px;
	height: 196px;
	background-image: url("img/header.png");
}
#sidebar {
	width: 140px;
	float: left;
	padding: 14px 29px 15px 30px;
	text-align: center;
}
#sidebar ul {
	margin: 15px;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
}
#content {
	width: 542px;
	margin-top: 0px;
	margin-left: 199px;
	padding: 29px 30px 30px 29px;
	background-image: url("img/content.png");
}
#content .date {
	text-align: right;
	font-size: 80%;
}
#content .direct-link {
	text-align: right;
	font-size: 80%;
}
#content .post-nav {
	text-align: center;
	font-size: 80%;
}
#content hr {
	border-width: 1px 0 0 0;
	border-color: #000;
	border-style: solid;
}
#content img {
	border: 1px #000 solid;
}
#content .attachment {
	text-align: center;
}
