@charset "UTF-8";

#left-column-home {
	float: left; /* since this element is floated, a width must be given */
	width: 561px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 457px;
}
#right-column-home {
	float: left; /* since this element is floated, a width must be given */
	width: 394px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #00a1b1;
	height: 457px;
}

#footer-home {
	padding: 0;
	color:#BEF1FF;
	font-size: 0.8em;
	background-color: #FFFFFF;
	height: 159px;
} 
	#footer-home p {
	margin: 0;
	padding: 0;
}
	#footer-home a {color:#BEF1FF; text-decoration:none;}


#picture-block {
	float: left;
	margin: 15px 0 0 5px;
	width: 531px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

#cat-block {
	float: left;
	margin: 15px 0 0 5px;
	width: 160px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

#logos {
	float: left;
	margin: 10px 0 0 15px;
	width: 207px;
	text-align: center;
	vertical-align: middle;
}

