body {
	background-image: none;
	background-color: #000000;
}
#center {
	background-image: url(images/bg_center.gif)  ;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.language {
	margin-bottom: 20px;
	margin-top: 15px;
	margin-right: 10px;
}
.designby {
	margin-right: 15px;
	margin-top: 6px;
}
.mainmenu {
	height: auto;
	font-size: 11px;
	color: #FAF0D1;
	text-align: left;
	margin-top: 27px;
	margin-left: 65px;
}

.mainmenu ul {

margin:0px;
padding:0px;
list-style-type: none;

}
.mainmenu li {

display:inline;
list-style-type: none;
margin:0px;
padding:0px;

}

.mainmenu li.last span {

display:none;


}
.crumbs {
	text-align: right;
}
.module th {
	padding: 2px 5px 4px 0px;
	background-image: url(images/module_bg2.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #DAD4CD;
}
.module td {
	background-image: none;
	font-size: 11px;
}
.special {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #453D2B;
	border-right-color: #453D2B;
	border-bottom-color: #453D2B;
	border-left-color: #453D2B;
}
.mainmenu a:link, .mainmenu a:visited {
	color: #FAF0D1;
	text-decoration: none;
}
.mainmenu a:hover {
	text-decoration: underline;
}
