body {
	text-align: center;
	margin:0 0 0 0;
	background-color:#9c8480;
	font:"Courier New", Courier, monospace;
	color:#999999;
}
h1 {
	font-size:16px;
}
li {
	list-style:none;
}
#wrapper {
	display: block;  	/*border: 1px #000000 solid;*/
	width:1000px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(bglr.jpg);
	background-repeat:repeat-y;
}
#header {
	height:129px;
	width:777px;
	margin-left:112px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}
#content {
	width: 520px;
	float: left;
	margin-left:112px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	padding-right:20px;
}
#content p a {
	color:#999999;
	line-height:15px;
}
p {
	font-size:13px;
}
#sidebar {
	width: 220px;
	float: right;
	margin-right:112px;
	text-align:left;
	font-size:13px;
}
#sidebar a {
	color:#999999;
}
#both {
	clear: both;
}
#footer {
	height:40px;
	width:770px;
	margin-left:112px;
	background-image:url(lr.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#comments {
	width:520px;
}
.commentmetadata a {
	color:#999999;
}
.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3 {
	font:"Courier New", Courier, monospace;
	font-size: 16px;
}
.commentmetadata {
	font-size: 12px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font:"Courier New", Courier, monospace;
	font-size: 12px;
}
