* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
UL {
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style-type: disc;
}
LI {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
HTML {
	background-color: #bbc;
	color: #000;
	font-size: 13pt;
}
HTML, INPUT, TEXTAREA {
	font-family: Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitsream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
BODY {
	max-width: 900px;
	min-width: 900px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/middlebg.png');
	background-repeat: repeat-y;
}
#header {
	padding-top: 32px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url('images/topbg.png');
	background-repeat: no-repeat;
	background-color: #fff;
}
#headerimg {
	min-height: 89px;
	border-bottom: 1px solid black;
	padding-left: 30px;
}
#headerimg h1 {
	font-size: 24pt;
}
#header a {
	text-decoration: none;
}
#headerimg h1 a {
	color: white;
}
#headerimg .description {
	font-size: 16pt;
}
ul.menu {
	background-color: #ffa257;
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 30px;
	border-bottom: 1px solid black;
}
ul.menu li {
	padding: 0px 24px 0px 0px;
	margin: 0px;
	display: inline;
}

#content {
	display: block;
	max-width: 550px;
	min-width: 550px;
	width: 550px;
	padding-top: 12px;
	padding-left: 80px;
	text-align: left;
	float: left;
	padding-bottom: 20px;
}

#sidebar {
	display: block;
	float: right;
	max-width: 150px;
	padding-top: 12px;
	padding-right: 80px;
	width: 150px;
	font-size: 14px;
	padding-bottom: 20px;
}

INPUT#s{
	width: 140px;
}
INPUT, TEXTAREA {
	border: 1px solid #999;
}

TEXTAREA {
	width: 520px;
}

A {
	color: #c20000;
}
A:visited {
	color: #600000;
}
OL#commentlist {
	list-style: none;
}
OL#commentlist LI {
	padding-left: 24px;
}
OL#commentlist LI {
	padding-right: 24px;
	padding-left: 24px;
}
OL#commentlist LI DIV.commenttext {
	padding-left: 24px;
}

.post {
	padding-bottom: 20px;
}
.entry {
	padding: 12px;
}
.postmetadata {
	font-size: 12pt;
}

#footer {
	clear: both;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 50px;
	background-image: url('images/bottombg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 10pt;
	text-align: center;
}
#sidebar UL {
	list-style: none;
	padding-bottom: 9px;
}
.hidden {
	visibility: hidden;
}
P {
	padding-bottom: 12px;
}
HR {
	display: none;
}

