/* Default Stylesheet */
															/** BODY ELEMENTS **/
body {
background-image:url(../immagini/sfondo2.jpg);
background-repeat:no-repeat;
background-attachment: fixed;
background-position:top left;
	background-color: #ececed;	
	font-family: "Arial", "Helvetica", sans-serif;
	color: #000;
	font-size: 0.75em;
	}

															/** MAIN CONTAINERS **/
div#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
		
		}
		div#header-in {

			}
	div#content-wrap {
		
		}
		div.content {
			
			}
		div.lcol div.content 	{ margin: 0 0 0 185px; }		/* left column */
			div.content-in {
				
				}
		div.column {
			width: 200px;
			}
		div.lcol div.column 	{ float: left; }				/* left column */
			div.column-in {
				
				}
	div#footer {
		
		}
		div#footer-in {
			
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
