body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffcc;
	background-image: url(/images/design/bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

body, td, div, p {
	font-family: Verdana, Arial, Sans;
	font-size: 10px;
}
table, td, tr {
	padding: 0px;
	margin: 0px;
	}

a {
	color: #990099;
	text-decoration: none;
}
#logo {
	height: 111px;
}

#topmenu {
	height: 20px;
	background-color: black;
	background-image: url(/images/design/menubg.png);
	background-position: left;
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 56px;
	color: #ffffcc;
	font-size: 12px;
	font-weight: bold;
}
a.topmenu {
	color: #ffffcc;
	font-size: 12px;
	font-weight: bold;
}
#maintable {
	width: 800px;
	border-right: 1px solid black;
	height: 100%;
}

#content {
	vertical-align: top;
	padding-left: 56px;
	padding-right: 56px;
	padding-top: 16px;
	padding-bottom: 16px;
}
#footer {
	height: 20px;
	background-color: black;
	background-image: url(/images/design/menubg.png);
	background-position: left;
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 56px;
	color: #ffffcc;
	font-size: 12px;
	font-weight: bold;
}
.article {
}

h1, .articleheader {
	font-size: 24px;
	color: #990099;
	font-weight: bold;
}

.ingress {
	font-weight: bold;
}
.articletext {
}
.floatright {
	border: 1px solid black;
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

.img_left {
	margin-right: 10px;
	border: 1px solid black;
}
.img_right {
	margin-left: 10px;
	border: 1px solid black;
}
