body {
	margin: 26px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #DFDBD3;
	font-family: Helvetica, sans-serif;
}
h1 {
	font-size: 48px;
	font-weight: normal;
	margin-top: 34px;
}
h2 {
	font-size: 12px;
	margin-top: 28px;
	line-height: 15px;
}
a {
	text-decoration: none;
}
h1 a {
	color: #B3AFA5;
}
ul {
	list-style-type: none;
	margin-top: 15px;
}
li {
	line-height: 14px;
}
.balken {
	background-image: url(balken.png);
	background-repeat: no-repeat;
	position: relative;
	top: 31px;
	right: -62px;
	height: 41px;
	padding-top: 4px;
	padding-right: 62px;
	background-position: right top;
}
#main {
	width:1004px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-image: url(background-repeat.gif);
	background-repeat: repeat-y;
	font-size: 12px;
}
#header {
	padding-top: 70px;
	padding-left: 52px;
}
#wrapper {
	background-image: url(background.gif);
	background-repeat: no-repeat;
	border: 1px solid #AAA79F;
}
#content {
	width: 700px;
	display: block;
	float: right;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding-top: 9px;
	padding-right: 54px;
	line-height: 42px;
}
#content p {
	margin-top: 20px;
	line-height: 22px;
}
#content p a {
	font-size: 17px;
	color: #909090;
}
#menu {
	padding-left: 52px;
	padding-top: 43px;
	width: 182px;
	display: block;
	float: left;
	color: #909090;
	position: relative;
}
#menu a {
	color: #909090;
}
#m_header {
	background-image: url(balken_headerFooter.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
}
#m_body {
	background-image: url(balken_middle.png);
	background-repeat: repeat-y;
	padding-left: 24px;
	padding-right: 24px;
	height: 100%;
}
#m_footer {
	background-image: url(balken_headerFooter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 28px;
}
#menu1-header {
	margin-top: 0;
}
#footer {
	width: 760px;
	display: block;
	float: right;
	margin-bottom: 60px;
	text-align: center;
	font-size: 9px;
	line-height: 10px;
	padding-top: 1px;
}
#footer p {
	margin-right: 239px;
	margin-top: 194px;
}
#post_footer {
	clear: both;
}
