body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/img01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C8BBBB;
	text-align:center;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #9F0500;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { 
	font-size: 16px; 
	color: #C8BBBB;
	margin-top:30px;
}

p, ol, td {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul, ol { 
	font-family: Times;
	font-size: 11px;
}

blockquote { }

a { color: #9F0500; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.text1 {
	padding: 5px 10px 5px 10px;
	background: #FF6600;
	color: #000000;
}

.tbl{
	text-align:center;
	padding: 0 5px 0 5px;
	width:80px;
}



/* Header */

#header-wrapper {
	text-align:center;
}

#header {
	height: 160px;
	width:680px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/img02.jpg) repeat;
	border-bottom: 4px solid #000000;
}

#herrinkatz {
	height: 100px;
	width:680px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/header.png);
}

/* Menu */

#menu {
	float: left;
	width: 680px;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 12px;
	padding: 5px 8px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: underline;
	color:#DBBBBB;
 }

#menu .current_page_item a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Page */

#page {
	text-align:center;
}

/* Post */

.post {
	width: 680px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/img03.jpg) repeat left top;
}

.post .title {
	margin-bottom: 3px;
	padding: 12px 0px 2px 15px;
	background: url(../images/img03.jpg) repeat left top;
}

.post .meta {
	margin: 0 0 3px 0;
	padding: 2px 30px 2px 15px;
	font: italic 10px Georgia, "Times New Roman", Times, serif;
	color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 25px 15px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Footer */

#footer {
	width:680px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/img02.jpg) repeat;
	border-top: 4px solid #000000;
}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

