/* @group TAGS */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999;
}
BODY {
	background: url(/images/bgTex_2.gif) repeat;
}
ul {
	list-style-position: outside;
	list-style-image: url(/images/freccia.gif);
	list-style-type: none;
}
li { margin-bottom: 7px; }
ul A { text-decoration:none;color:#999; }
ul A:hover { color:#666; }


/* @end */

/* @group Layout */

DIV#container {
	display: block;
	margin: 176px auto 0px;
	width: 864px;
	height: 325px;
	background-color: #fff;
}
DIV#logo {
	float:left;
	width: 366px;
	position: relative;
	top: 80px;
	text-align:right;
}
DIV#other {
	float:right;
	text-align:left;
	width: 488px;
	height:150px;
	position:relative;
	top:112px;
	margin:0;
	padding:0;
}

UL.links { margin-top:0; margin-bottom:21px; }
UL.links A {
	font-weight:bold;
	text-transform:uppercase;
}
