@charset "utf-8";
.main #lang {
	background-color: #FFFFFF;
	height: 20px;
	width: 92px;
	padding-top: 3px;
	padding-left: 15px;

}

.main #container {
	width: 860px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.main #contact {
	float: right;
	height: 20px;
	width: 130px;
	margin-right: 5px;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #333333;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;

}

.main #buton {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;


}
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-right: 0px;
	padding-bottom: 15px;
	background-repeat: repeat-y;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}

.main #sidebar1 #infoguest {
	background-image: url(../images/ghilimele.png);
}
.main #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-left-color: #666666;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 0;
	background-color: #FFFFFF;
	color: #333333;
}
.main #sidebar2 #news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #F8F9ED;
	text-align: left;
	padding-top: 0px;
}
.main #sidebar2 #links {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	background-color: #F8F9ED;

}
.main #mainContent {
	margin-right: 150px;
	margin-left: 150px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 1px;
	background-color: #FFFFFF;
} 
.main #mainContent #mainfooter {
	background-image: url(../images/content-footer.png);
	height: 50px;
	width: 500px;

}
.main #mainContent #info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1 ems;
	padding: 20px;
	line-height: 17px;
	background-color: #F8F9ED;
}
.main #footer {
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	height: 134px;
	width: auto;
} 
main #footer #links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1 ems;
}
.main #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

