body {
	width: 100%;
	background: transparency;
	font-family: TIMES NEW ROMAN, geneva, helvetica, lucida;
	font-size: 15;
	color: #000000; 
	text-align: center;
	text-decoration: none;

}
a:visited, a:link {color: #000000; font-weight: bolder}
a:hover {color: #ffffff;}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	width: 200px;
	padding: 2px 2px 1px 2px;
	background-color: #ffffff;
	border: 3px double #232236;
}

ul li {
	border-bottom: 1px solid #ffffff;
}

ul a:link, ul a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #964b0f;
	color: #def;
	border-left: 10px solid #232236;
}

ul a:hover {
	width: 166px;
	background-color: #ba7136;
	color: #fff;
	border-left: 20px solid #232236;
}

#tresc {
	width: 950px;
	height: 550px;
	background: transparency;
	text-align: center;
	margin: auto;
	clear: both;
}
#menu_2 {
	width: 200px;
	height: 565px;
	background: transparency;
	vertical-align: middle;
	float: left;
	overflow: hidden;
	margin: auto;
}
#wrapper {
	display: table;
	width: 700px;
	height: 565px;
}
 
#wrapper #cell {
	display: table-cell;
	VERTICAL-ALIGN: MIDDLE;	
	background: transparency;
	float: left;
	text-align: left;
	overflow: hidden;
	margin: auto;
}