/* CSS Document */
* {
    padding: 0;
    margin: 0;
    		}
    	
html, body {
	width: 100%;
    		}

/* -------------------------- Global --------------------------- */
.clear {
	clear:both;
}
div.clear {
	font-size: 0px;
}
.center {
	text-align: center;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}	

img {
	border: none;
}

#wrapper, #containerHome {
	position:relative;
}
#footerWrapper{
	width:100%;
	clear:both;
}


#breadcrumbs ul {
	display: inline;
	border: none;
	} 

#breadcrumbs ul li {
	border: none;
	list-style: none;
	display: inline;
	}

/* CONTENT */
.newsContent {
	float:left;
}

.newsListing {
	float:left;
}

