body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
}

#header {
	height: 60px;
}
#contenthome {
	background-image: url(../img/slice-bkg-content.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 290px;
	padding-top: 20px;
}
#footer {
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../img/slice-bkg-content.png);
	background-repeat: repeat-x;
	background-position: left -60px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 12px;
}
#bannerhome {
	background-color: #FFFFFF;
	background-image: url(../img/back-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 330px;
}
#contenthome ul {

}
#contenthome li {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0px;
	margin-left: 0px;
	width: 300px;
	list-style-type: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 120px;
	margin-bottom: 5px;
}
.break {
	clear: both;
	height: 0px;
}
#header img {
	padding-left: 40px;
	padding-top: 20px;
}
#bannerhome img {
	padding-top: 280px;
	padding-right: 20px;
	padding-left: 50px;
}
a {
	color: #6A7A9B;
}
a:hover {
	color: #6A7A9B;
	text-decoration: none;
}
#contenthome ul li img {
	margin-bottom: 5px;
}

