/* Start of CMSMS style sheet 'Nelke' */
body {
	font-family: comic sans ms, sans-serif !important;
	background: #DDCBA5;
	font-size: small;
}
body#dark {
	background: url("uploads/images/design/body.png");
}
div#border {
	width: 960px;
	margin: 20px auto;
	border: 1px solid #000000;
	background: #997251;
	-moz-border-radius: 15px;
	-moz-box-shadow: 0px 0px 10px #000000;
}
div#header {
	border: 1px solid #000000;
	height: 60px;
	padding: 70px;
	text-align: center;
	background: url("uploads/images/design/header.png") no-repeat;
	margin: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
div#container {
	background: url("uploads/images/design/container.png") repeat-y;
	border: 1px solid #000000;
	margin: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}
div#content {
	margin-left: 200px;
	padding: 10px;
}
div#footer {
	border: 1px solid #000000;
	clear: both;
	padding: 5px 10px;
	background: #483526;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	margin: 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
div#footer a {
	color: #ffffff;
}
dfn {
	display: none;
}
h2 {
	border-bottom: 1px dotted #888888;
	margin-top: 0px;
	padding-bottom: 10px;
}
a img {
	border: none;
}
a {
	color: #483526;
}
.light_links a {
	color: white;
}
/* End of 'Nelke' */

