body {
	background-color: #1b1b1b;
	color: #e3e3e3;
	font-family: "verdana";
	font-size: 10px;
}

h1 { 
	font-size: 14px;
	color: #c3c3c3;	
	line-height: 1;
}
#central-container {
	width: 500px;
	margin: 50 auto;
}

#top-text {
	width: 400px;
	margin: 0 auto;
}

#blogbox {
	background-color: #1b1b1b;
	width: 500px;
	margin: 0;
	padding: 0;
}

#blogbox-top {
	height: 12px;
	background: #1b1b1b url("images/boxtop.jpg") top no-repeat;
}

#blogbox-main {
	padding: 5 15 5 15;
	background: #1b1b1b url("images/boxmid.jpg") top repeat-y;
}

#blogbox-bottom {
	height: 12px;
	margin: 0 0 5 0;
	background: #1b1b1b url("images/boxbot.jpg") top no-repeat;
}

#hline {
	height: 2px;
	margin: 10 0 10 0;
	background-color: #1b1b1b;
}

#pon {
	color: #b1b1b1;
}
