body {
	background: white;
	padding: 0;
	margin: auto;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	color: black;
	font-size: 11px;
	text-align: center;
	width: 700px;
}

/* ---------------------------------------------- EXTRANEOUS WRAPPER										*/

#extwrap {
	width: 640px;
	text-align: left;
	background: white repeat-y url(background.gif);
}

/* ---------------------------------------------- HEADER													*/

#header {
	background: url(logo2.png);
	width: 600px;
	height: 200px;
	margin: 0 0 0 20px;
}

#contentwrap {
	padding: 5px 0 0 25px;
	width: 590px;
}

.posttitle {
	background: #bbb;
	color: #00f;
	font-weight: 800;
	text-align: center;
	margin: 10px -5px 0 -5px;
	padding: 2px 0 2px 0;
}

.postcontent {
	margin: 5px 0 0 0;
	text-indent: 25px;
}