
/* CSS2 Style powerd by That's Web, Biancucci Roberto, 
2007 Tutti i diritti riservati */

/* Stile generale */
html, body {
	margin: 0; 
	padding: 0; 
	height: 100%;
	background: #2E353A;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: black;
	text-align: center;
}
div#container {
	position: relative;
	width: 430px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
}
div#header {
	position: relative;
	width: 420px;
	margin-top: 10px;
}
div#header_nav {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	text-align: right;
	font-size: 8pt;
	color: #818384;
}
div#content{
	width: 430px;
}
div#content_top {
	position: relative;
	width: 400px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	background: #DDDDDD url('../texture/content_mini.gif');
}
div#content_bottom {
	position: relative;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	background: #DDDDDD url('../texture/content_mini.gif')
}
div#bottom_card_txt {
	color: #474F53;
}
div#footer {
	position: relative;
	clear: left;
	width: 430px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #2E353A url('../texture/footer_mini.gif') no-repeat;
	font-size: 8pt;
	color: #818384;
	text-align: justify;
}

/* Stile collegamenti */

a {
	color: #FF6400;
	text-decoration : none;
}
a:hover {
	color: #FF9600;
	text-decoration: underline;
}
div#header_nav a {
	color: #818384;
	text-decoration: none;
}
div#header_nav a:hover {
	color: #FF9600;
	text-decoration: underline;
}
div#footer a {
	color: #AAAAAA;
	text-decoration: none;
}
div#footer a:hover {
	color: #FF9600;
	text-decoration: underline;
}

/* Stile tag generici */

h1 {
	color: #FF6400;
	font-size: 120%;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 5px;
}
small {
	color: #656E73;
}
