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

/* -------------------------- Global --------------------------- */
.clear {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}	

img {
	border: none;
}

/* -------------------------- Footer --------------------------  */
#footerTwoCols, #footerPicCols{
	clear:both;
	}
#copyright {
	float:left;
	clear:both;
}
#telephone {
	float:left;
} 
#email{
	float:left;
}  
/* -------------------------- Content --------------------------  */
#content, #contentContact, #contentCompetition {
	float:left;
}

#breadcrumbs{
	clear:both;
}

#breadcrumbs ul{
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
}
#breadcrumbs ul li{
	margin-left: 0;
	padding-right: 2px;
	border: none;
	list-style: none;
	display: inline;
}

/* -------------------------- home --------------------------  */
.imgFloatRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

