body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#996633;
background: url(img/bg.jpg);
}
a, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#993300;
	}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #993300;
	}
h1 {
	font-size:14px;
	color:#993300;
	padding:0;
	margin:0;
	border-bottom: 1px solid #333;
	text-align:center;
	}
#head {
	width:860px;
	height:160px;
	background: url(img/bg_head.jpg);
	 border-right:1px solid #993300;
}
#bg {
	width:860px;
	height:800px;
	background-color:#FFF;
	border-right:1px solid #993300;
	}
#navi {
	margin-top:10px;
	height:auto;
	width:180px;
	float:left;
	background-color:#FFF;
	}
.liste{
 margin-left: -43px;
 background:#fff;
 border-bottom:1px solid  #993300;
 border-left:1px solid #993300;
 border-right:1px solid #993300;
 width:auto;
 list-style:none;
}
*+html .liste {
margin-left:0px;}

.liste li a{
 border-top:1px solid #993300;
 border-bottom:1px solid #fff;
 color:#993300;
 font-weight:normal;
 display:block;
 padding:5px 5px 5px 40px;
 text-decoration:none;
 width:135px;
 background: #FFDFCA url(img/menu_1.gif) left no-repeat;
 list-style:none;
}

.liste li a:hover{
 color: #993300;
 text-decoration:none;
 background: url(img/menu_2.gif) left no-repeat;
  list-style:none;
}
#margin {
	border:1px solid #993300;
	position: absolute;
	height: auto;
	width: 250px;
	left: 720px;
	top: 160px;
	background: #FFDFCA;
	padding:10px;
	text-align:justify;
}
#content {
	background-color:#FFF;
	width:510px;
	height:auto;
	padding:10px 50px 10px 10px;
	text-align: justify;
	float:left;
	}
#footer {
	width:auto;
	height:20px;
	text-align:center;
	padding:10px;
	background-color:#FFF;
	border: 1px solid #993300;
	}