body {
background-color: #000;
margin-bottom: 20px;
font-family: georgia, times, times new roman;
font-size: 12px;
color: #444;
}

	a {
	color: #666;
	font-weight: 700;
	text-decoration: none;
	}

	a:hover {
	color: #999;
	font-weight: 700;
	text-decoration: underline;
	}

#holder {
width: 700px;
text-align: left;
}

#top {
background-image: url('img/top.jpg');
height: 156px;
width: 700px;
}

#body {
background-color: #fff;
background-image: url('img/body.jpg');
background-repeat: no-repeat;
margin-left: 40px;
padding-top: 40px;
width: 498px;
}

	.entry {
	padding: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 200%;
	}

	.date {
	color: #888;
	font-size: 10px;
	}

	.title {
	font-weight: 700;
	letterspacing: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
	}

	.bottom {
	padding-top: 20px;
	text-align: right;
	}

#submenu {
padding-top: 50px;
padding-bottom: 20px;
}

#bgmenu {
background-color: #ccc;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

	#menu {
	width: 160px;
	padding-top: 35px;
	padding-bottom: 40px;
	}

#footer {
width: 660px;
margin-left: 40px;
background-color: #BF641E;
text-align: center;
}

#comments {
font-family: georgia, times, times new roman;
font-size: 11px;
color: #444;
line-height: 130%;
}

	.comment-titel {
	font-weight: 700;
	border-bottom: 1px solid #999;
	}

	.comment-footer {
	font-size: 10px;
	color: #999;
	}

#commentform {
display:none;
font-size: 10px;
color: #666;
}

