body {
	font-size: 1em;
	font-family: sans-serif;
}

div.header {
	margin: 0px;
	padding: 0px;
	margin: auto;
	width: 910px;
	padding-top: 20px;
}

div.bodypart {
	width: 902px;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	margin: auto;
}

div.bodypart.top {
	background-image:url('topframe.png');
	background-repeat: no-repeat;
	height: 6px;
	overflow: hidden;
}

div.bodypart.header {
	font-weight: bold;
	background-image:url('middle.png');
	background-repeat: repeat-y;
	text-align: left;
}

div.bodypart.divider {
	background-image:url('divider.png');
	background-repeat: no-repeat;
	height: 2px;
}

div.bodypart.content {
	background-image:url('middle.png');
	background-repeat: repeat-y;
}

div.bodypart.bottom {
	background-image:url('bottomframe.png');
	background-repeat: no-repeat;
	height: 6px;
}



div.comment_header {
	width: 898;
}

div.comment_header span.right {
	width:250px;
}

div.comment_header span.left {
	text-align: left;
}

div.comment_content {
	text-align: left;
}

div.commentbox {
	font-size: 11px;
}

div.centered {
	margin: auto !important;
	width: 902px;
}

div.form {
	width: 902px;
}

input {
	height: 20px !important;
}

div.content img {
	padding-right: 15px !important;
}

