﻿/* Layout CSS */
body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url('Sfondo04.jpg');
	background-attachment: scroll;
}

html{
    height:100%;
    margin:0;
    padding:0;
}

#masthead {
}

#top_nav {
}

#container {
	margin: 0 auto;
	position: relative;
	padding: 10px;
	width: 100%;
	height: auto;
	min-height: 100%;
	background-color: #FFFFFF;
}
#left_col {
	width: 200px;
	left: 0px;
	margin-left: 20px;
	top: 300px;
	float: left;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #C0C0C0;
}
#page_content {
	width: 655;
	top: 300px;
	left: 0px;
	float: left;
}
#right_col {
	width: 200px;
	right: 0px;
	top: 300px;
	float: right;
}

.Stile26 {
	float: right;
	margin-top: 10px;
}
#navigation {
	width: 200px;
	right: 0px;
	top: 300px;
	float: right;
	margin-left: 5px;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #C0C0C0;
	height: 1500px;
}

#navigation_2 {
	width: 200px;
	left: 0px;
	margin-left: 3px;
	top: 300px;
	float: right;
}

