
body{
	padding: 0px;
	margin: 0px;
	text-align: center;
        background-color: #151515;
        font-family: "Arial";
        background-image: url(../images/body.jpg);
        background-repeat: no-repeat;
        background-position: 414px top;
}

img{
	border: none;
}

p{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}







.titolo{
    position: fixed;
    display: block;
    margin: 0px;
    padding: 0px;
    left: 32px;
    top: 20px;
    width: 200px;
    text-align: left;
    line-height: 24px;
}

.titolo a{
    font-family: "Arial";
    font-size: 24px;
    color: #5F5F5F;
    font-weight: bold;
    text-decoration: none;
}

.sottotitolo{
    position: fixed;
    display: block;
    margin: 0px;
    padding: 0px;
    left: 33px;
    top: 77px;
    text-align: left;
    line-height: 10px;
    font-family: "Arial";
    font-size: 10px;
    color: #5F5F5F;
    font-weight: bold;
    text-decoration: none;
}



#menu{
    position: fixed;
    left: 27px;
    top: 110px;
    padding: 0px;
    margin: 0px;
    width: 150px;
    list-style: none;
    float: left;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
}

#menu .lv_0_normal a, #menu .lv_0_active a, #menu .lv_0_active_2 a{
	line-height: 27px;

	display: block;
	text-decoration: none;

	padding-left: 6px;
	padding-right: 6px;
}

#menu .lv_0_normal a:link, #menu .lv_0_normal a:visited{
	color: #666666;
}

#menu .lv_0_normal a:hover{
        color: #FF0000;
}

#menu .lv_0_active a{
	color: #FF0000;
}

#menu .lv_0_active_2 a{
	color: #FF0000;
}

#menu .sep{
    background-color: #2A2A2A;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
}

#menu .submenu ul{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
}

#menu .submenu{
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #2A2A2A;
}

#menu .submenu .lv_1_normal a, #menu .submenu .lv_1_active a{
	display: block;
	text-decoration: none;
	line-height: 19px;
	padding-left: 6px;
	padding-right: 6px;
}

#menu .submenu .lv_1_normal a:link, #menu .submenu .lv_1_normal a:visited{
	color: #999999;
}


#menu .submenu .lv_1_normal a:hover{
	color: #FF0000;
}

#menu .submenu .lv_1_active a{
	color: #FF0000;
}





#container{
	width: 500px;
	position: absolute;
        left: 250px;
        top: 105px;
}

#main{
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333333;
	text-align: center;
}

#content{
	width: 500px;
	text-align: center;
	font-weight: bold;
	margin: auto auto;
}

.content_text{
	text-align: left;
	background-color: #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 13px;
}

.content_images{
	width: 480px;
	margin: auto auto;
	text-align: left;
}

.content_images .content_image{
	padding-bottom: 5px;
}

.content_image img{
	display: block;
	padding: 0px;
	margin: 0px;
}

.content_image .image_link{
    /*
	background-image: url(../images/content_image_title_border.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
    */
	display: block;
}

.content_image_title_description{
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

.content_image_title{
	font-family: Arial;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 15px;
        padding-bottom: 10px;
}

.content_image_description{
	font-family: Arial;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #CCCCCC;
        margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.content_image_description a:link, .content_image_description a:visited{
	color: #CCCCCC;
}

.content_image_description a:hover{
	text-decoration: none;
}





#project_navigation{
	height: 15px;
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 15px;
	font-family: Arial;
	font-size: 10px;
        font-weight: bold;
	color: #999999;
	position: relative;
}

#project_navigation .next{

}

#project_navigation .top{
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: solid 2px #FFFFFF;
	width: 15px;
	height: 15px;
	background-image: url(../images/project_navigation_top.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#project_navigation a:link, #project_navigation a:visited{
	color: #999999;
	text-decoration: none;
}

#project_navigation a:hover{
	color: #FF0000;
}


#footer{
	font-size: 10px;
	font-weight: bold;
        color: #5F5F5F;
	/*color: #CCCCCC;*/
	line-height: 30px;
	width: 500px;
}

#footer .copy{
	float: left;
}

#footer .piva{
	float: right;
}