body {
	background-image: url(../images/bg.jpg);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 900px;
	border: 0px solid white;
	margin: 0px auto;
	background-color: #1F1A17;
	text-align: center;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 105px;
	text-align: center;
}
#logo span {
	color: #5B5B5B;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	top: 15px;
	left: 30px;
}
#logo span strong {
	color: #D80100;
	font-size: 30px;
}
#whiteblack {
	background-image: url(../images/whiteblack.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 215px;
}
#topmenu  {
	height: 40px;
	line-height: 40px;
	background-color: #40403F;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	margin-top: 8px;
}
#search {
	border-right: 10px solid #1F1A17;
	float: left;
	width: 250px;
}
#mainmenu {
	float: right;
}
#mainmenu a {
	color: white;
	text-decoration: none;
	font-size: 115%;
	padding-right: 20px;
	padding-left: 20px;
}
#mainmenu a:hover {
	color: #D80100;
}
#mainmenu b {
	font-size: 150%;
}
#links {
	position: relative;
	top: -3px;
}
img {
	border: 0px;
}
#leftmenu {
	float: left;
	width: 235px;
	border: 0px solid white;
	padding: 0px 0px 0px 5px;
}
#main {
	margin-top: 30px;
}
#content {
	width: 465px;
	margin-left: 243px;
	text-align: left;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #DEDEDC;
	min-height: 400px;
	padding: 20px 10px 50px 10px;
	font-size: 90%;
}
#content a {
	color: #40403F;
}
#content p {
	text-align: justify;
}
#rightpanel {
	float: right;
	width: 150px;
}
.menuitem {
	border: 2px solid white;
	background-image: url(../images/lefmenuitem.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 35px;
	width: 180px;
	line-height: 35px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 30px;
	font-size: 80%;
	position: relative;
	left: 0px;
}

#righttop {
	border: 2px solid white;
	background-image: url(../images/right.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 35px;
	width: 110px;
	line-height: 35px;
	text-align: left;
	padding-left: 30px;
	color: white;
	margin-bottom: 10px;
	font-size: 90%;
}
.menuitem a {
	color: white;
	text-decoration: none;
	display: block;
}
hr {
	clear: both;
	visibility: hidden;
	height: 0px;
}
h1 {
	margin-top: 0px;
	color: #D80100;
	font-size: 140%;
}
h2 {
	color: #40403F;
	font-size: 120%;
}
#offer {
	width: 134px;
	padding: 0px 5px 10px 5px;
	text-align: left;
	color: white;
	font-size: 75%;
	background-color: gray;
}
#offer a {
	color: white;
}
#footer {
	background-color: #DEDEDC;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	font-size: 80%;
	color: #40403F;
}
#footer a {
	color: #40403F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#lang {
	clear: both;
	float: right;
	margin: 2px 5px 0px 0px;
}


