#sidebarNews  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebarEvents  {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContentHome  {
	margin-top: 20px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
#mainContentHome ul  {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	list-style-type: none;
	padding: 0px;
	font-size: 100%;
	line-height: 1.2em;
}
#mainContentHome ul li {
	background-image: url(../_assets/_images/listButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 20px;
	font-size: 0.8em;
	line-height: 2em;
}
#mainContentHome ul li a {
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#mainContentHome ul li a:hover {
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#events {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#news {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#intro {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #990000;
}
#txtEnergy {
	width: 55%;
	float: left;

}
#imgEnergy {
	float: right;
	width: 40%;
}
#txtSecurity {
	float: left;
	width: 55%;
}
#imgSecurity {
	float: right;
	width: 40%;
}
#txtComfort {
	float: left;
	width: 55%;
}
#imgComfort {
	float: right;
	width: 40%;
}
#imgFun {
	float: right;
	width: 40%;
}
#txtFun {
	float: left;
	width: 55%;
}
#txtnews1 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}
#txtnews2 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}
#txtnews3 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}
#txtnews0 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}
