/* CSS Document */

/* Header */

body {
	margin:0;
	padding:0;
	width:100%;
}
#header {
	float:left;
	width:100%;
	height:131px;
	margin:0;
	padding:0;
	background-image:url(immagini/Header_right.jpg);
	background-position:right;
	background-repeat:no-repeat;
	min-width: 950px;
}
.chiocciolinastudio {
	float:left;
	margin: 20px 0px 0px 40px;
}
.left_corner {
	float:left;
}
/* Menu */

#menu {
	float:left;
	width:100%;
	height:49px;
	background-image:url(immagini/Menu_Background.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding-left: 230px;
}
.menu_item {
	float:left;
	padding-right:30px;
	margin-left:30px;
	margin-top:0px;
	background-image:url(immagini/Menu_spacer.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
/* Main body */

#contentwrapper {
	float:left;
	width:1100px;
}
/* Content */

#contentcolumn {
	margin:0 0 0 248px; /* The last number is the width of the left column *//*width:900px;*/
}
/* Left Menu */

#leftcolumn {
	margin:0;
	float:left;
	width:248px;
}
/* Right Column */

#rightcolumn {
	margin:0;
	float:left;
	width:200px;
}
/* Pseudo-Margins */
.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	width: 800px;
}
/* Left Menu Buttons */
#button {
	float:left;
	width:228px;
	height:auto;
	margin:10px;
	padding:0px;
}
/* Footer */

#footer {
	margin:0px;
	padding:0px;
	clear:left;
	width:100%;
	background-image:url(immagini/Footer.jpg);
	background-repeat:repeat-x;
	height:105px;
	background-color:#696A69;
}
/* Text Styles */

#contentcolumn p {
	margin:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#363636;
	text-indent:15px;
}
#contentcolumn ul {
	margin:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#363636;
	text-indent:15px;
}
#contentcolumn h1 {
	margin:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#993300;
}
#contentcolumn h2 {
	margin:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#3366CC;
}
a.orange {
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}
#contentcolumn p a:hover {
	text-decoration:underline;
}
#chiocciolina {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}
a.chiocciolina {
	color:#FFFFFF;
}

