@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #363636;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
} 

#header {
	padding: 0 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 280px;
	background-image: url(../images/nizza_background.jpg);
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 15px 0px 10px;
	background-color: #363636;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 150px 15px 0px 10px;
	background-color: #363636;
	text-align: right;
}
#mainContent {
	margin: 30px 250px 0px 0px;
	padding: 20px 0px 20px 20px;
	background-color: #363636;
	width: 680px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: auto;
	
} 
#mainContent2 {
	margin: 30px 250px 0px 20px;
	padding: 20px 0px 20px 20px;
	background: #339933;
	width: 720px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: auto;
	text-align: left;
	color: #000;
	font-size: 18px;
}
#mainContent3 {
	margin: 30px 250px 0px 20px;
	padding: 20px 0px 20px 20px;
	width: 680px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: auto;
	text-align: left;
	color: #000;
	font-size: 18px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 150px;
	width: 934px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #339933;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 50px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 2px 3px #222;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

	font-style: italic
	font-size: 40px;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 2px 3px #222;
	font-style: italic;
	font-size: 36px;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #000;
	text-align: center;
}

h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}

h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	color: #000;
	text-align: center;
}

h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color:#FF9;
	text-align: center;
}
stil1 {
	color: #666;
}

.stil1 {
	color: #666;
}

.Stil2 {font-size: 16px; }
.Stil5 {font-size: 16px; font-weight: bold; }
.Stil6 {font-weight: bold}
.Stil3 {font-size: 18px; }


table {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color:#000;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}

#sidebar2 table {
	text-align: right;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	background-repeat: no-repeat;
	text-align: left;
}



.tableColor td {
	color: #000;
}

