/* CSS Document */

*
{
padding: 0px;
margin: 0px;
}

body
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 14px;
	background-image: url(images/all/bkground.gif);
	background-repeat: repeat;
}

a
{
color: #000000;
text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


p
{
	margin-bottom: 14px;
	text-align: justify;
}

#logo
{
	position: absolute;
	width: 690px;
	margin: 0 auto;
	left: 100px;
	top: 40px;
}

#outer
{
	position: absolute;
	width: 690px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-image: url(images/all/colonna.gif);
	left: 100px;
	top: 100px;
}

#inner
{
	position: relative;
	padding-left: 20px;
	width: 650px;
}

#footer
{
	position: relative;
	clear: both;
	height: 34px;
	line-height: 690px;
	background-image: url(images/all/fot.gif);
	background-repeat: no-repeat;
}

#footerup
{
	position: relative;
	clear: both;
	height: 34px;
	line-height: 690px;
	background-image: url(images/all/footer_up.gif);
	background-repeat: no-repeat;
}
