body {
	background-image: url(/2010/lf/background.png);
	background-repeat: repeat-y;
	background-color: #00064e;
	margin-top: 0px;
	margin-left: 0px;
}
.leftside {
	float: left;
	width: 250px;
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: small;
	font-style: italic;
}
.leftside h4 {
	margin-top: 0px;
}
.main {
	/* float: left;
	width: 50%; */
	color: #ffffff;
	margin-left: 300px;
}
.entry {
	color: #99ccff;
}
.entry h2 {
	margin-top: 0px;
}

.entrybox {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 2px dashed #99ccff;
}
.entry {
	margin-bottom: 1em;
}

.replybox {
	margin-left: 2em;
	margin-right: 2em;
	font-size: smaller;
	background-color: #07355c;
}
.replyform {
	margin-left: 2em;
	margin-right: 2em;
}
.reply {
	margin-bottom: .5em;
}
.reply .username {
	font-weight: bold;
}
.reply .date {
	font-size: x-small;
}
a { 
	color: #ffffff;
}
.leftside a {
	color: #000080;
}
.footer {
	font-size: x-small;
	color: #4c6680;
	text-align: center;
}
