html,body {
	margin: 0;
  	padding: 0;
	width:100%;
	background-color:rgb(184,134,11);
	text-align:center;
}

.container{
	margin: 0px auto;
	margin-top:7px;
	width: 1005px;
	height:750px;
	text-align:left;
	background-color:rgb(189,183,107);
	font-family:;

}

.header{	
  
	height:67px;
	width:800px;
	padding-top:0px;
	color:rgb(0,0,0);
	font-size: 300%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	border-bottom-color:rgb(184,134,11);
	border-bottom-width:5px;
	border-bottom-style:solid;
	float:left;
}

.spacer{
	height:5px;
	width:100%;
}
.cafe_logo{
	width:96px;
	height:72px;
	margin-left:5px !important;
	margin-left:10px;
	padding:0;
	float:left;
}
.navi{
	width:91px;
	height:400px;
	margin-left:5px !important;
	margin-left:12px;
	padding-top:30px;
	border-right-color:rgb(184,134,11);
	border-right-width:5px;
	border-right-style:solid;
	clear:left;
	float:left;
}

.content{
	margin-top:12px !important;
	margin-top:3px;
	margin-left:20px;
	width:780px;
	height:750px;
	color:rgb(0,0,0);
	/*background-image: url('../img/tasse.png');
	background-repeat: no-repeat;
	background-position:bottom right;*/
	float:left;
}

.page_title{
	font-size: 150%;
	font-weight:bold;
}

a.mainlevel{
	display: block;
	text-decoration: none;
	font-weight:bold;
	font-size:110%;
	padding-top:5px;
	color:rgb(0,0,0);
	
}

a:hover{
	background-color:rgb(192,192,192);
}
td {
	color:rgb(0,0,0);
}

