/* CSS Document */
body{
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
}

a{ text-decoration: none; color: #FFFFFF; }

#bot_sx a { color: #FFFFFF; }
#bot_dx a { color: #FFFFFF; }

a:hover{ letter-spacing: 2px; }

td a:hover{ letter-spacing: normal; }
td img { border: 2px solid #000000; }
td img:hover { border: 2px dashed #FF9900; }

#titolo{
	padding: 10px 10px 0px 10px;
	font-size: 100px;
	font-family: Impact;
	text-align: center;
}
/*----------Bottoni-----------*/
#sx_menu{
	padding: 5px;
}
#button{
	border: 1px solid #FF3300;
	padding: 5px;
	height: 15px;
}
#button:hover{
	font-weight: bold;
}
/*-----------News------------*/
#all_news{
	padding: 10px;
}
#news{
	position: relative;
	left: 15%;
	width: 70%;
}
#news_titolo{
	border: 2px dashed #FF9900;
}
#news_titolo .stile{
	text-align: left;
	padding: 5px;
	background-color: #000000;
}
#news_testo {
	border-right: 2px dashed #FF9900;
	border-bottom: 2px dashed #FF9900;
	border-left: 2px dashed #FF9900;
}
#news_testo .stile {
	text-align: left;
	padding: 5px;
	background-color: #000000;
	min-height: 100px;
}
/*-----Inizio impaginazione-----*/
#top{
}
#top_sx{
	width: 19%;
	float: left;
}
#top_dx{
	width: 79%;
	float: left;
}
#bot{}
#bot_sx{
	width: 19%;
	float: left;
}
#bot_dx{
	width: 79%;
	float: left;
}
/*-----------------------------*/
#top .body{
	height: 150px;
}
#top_sx .body{
	background-color: #FF9900;
	border-right: 5px dashed black;
	border-bottom: 5px dashed black;
}
#top_dx .body{
	background-color: #FF9900;
	border-bottom: 5px dashed black;
}
#bot .body{
	height: 600px;
}
#bot_sx .body{
	background-color: #FF9900;
	border-right: 5px dashed black;
}
#bot_dx .body{
	background-color: #000000;
	color: #FFFFFF;
	overflow: auto;
}
/*-------------------------*/