/* basic elements */
html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
}


/* Layout BOX id style */

#top {
    height: 64px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif
    margin: 0px auto
}

#cerca {
    margin: 0px auto;
    border-top: 3px;
    border-bottom: 3px;
    width: 580px;
    height: auto;
}

#middle {
    margin: auto;
    width: auto;
}

#menu {
    width: auto;
    margin: 5px;
}

#main {
    float: left;
    margin: 10px;
    font-size: 10pt;
    text-align: justify; }

#right {
    float: right;
    width: 170px;
    text-align: center;
}

#left {
    float: left;
    border: solid 1px blue;
}

#content {
	margin: 0px 190px 0px 50px;
    padding: 0px 10px;
}

#directory {
    margin:  0px;
    padding: 0px 3px;
    border: solid 1px black;
}

#navigapagine {
    width: 100%;
}

#navigapagine_down {
    width: 100%;
}

#bottom {
    height: 128px;
    clear: both;
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;
    border-top: 1px solid #008000;
    right: 2px}

/* LAYOUT BOX class style */

.striscia {
    width: 100%;
}

.left {
    float: left;
    margin: 0px;
}

.right {
    float: right;
    margin: 0px;
    text-align: right;
}

.clearer {
    clear: left;
    display: block;
    height: 2px;
    visibility: hidden;
}

/* BOX Id style*/

/* BOX class style */

.box-section-container {
	margin: auto;
}

.box-section {
	width: 120px;
	float: left;
	margin: 3px;
}

.box-picture-container {
	margin: auto;
}

.box-picture {
	width: 200px;
	height: 300px;
	float: left;
	margin: 3px;
}

.box-picture-64 {
	width: 150px;
	height: 150px;
	float: right;
	margin: 3px;
}
