body {
	background-image: url(images/background.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;

}

html {
	height: 100%;
}


/*---- TEXT ----*/

a {
	
	color:#362E29;
	text-decoration: none

}

a:hover {

	text-decoration: underline

}

.textFOOTER {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AF9C90;
	text-decoration: none;
	padding-left: 15px;
}

.textBROWN {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #684f40;
	text-decoration: none;
}

.textBROWNBold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #684F40;
	text-decoration: none;
	font-weight: bold;
}
.textBLUE {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #72afb6;
	text-decoration: none;
}
.textBLUEBold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #72afb6;
	text-decoration: none;
	font-weight: bold;
}


.textBEIGE {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #D4A67C;
	text-decoration: none;
}




.titleBLUE {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #72afb6;
	text-decoration: none;
	text-transform: uppercase;	
}

.titleBRICK {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #B06010;
	text-decoration: none;
	text-transform: uppercase;	
}

.titleBROWN {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #684F40;
	text-decoration: none;
	text-transform: uppercase;	
}

.titleBEIGE {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #D4A67C;
	text-decoration: none;
	text-transform: uppercase;	
}

.titleYELLOW {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #EEB211;
	text-decoration: none;
	text-transform: uppercase;	
}

.titleGREEN {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #776100;
	text-decoration: none;
	text-transform: uppercase;	
}

.titleGREEN2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #524F26;
	text-decoration: none;
	text-transform: uppercase;	
}


.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #362E29;
	text-decoration: none;
		
}
















/*---- SIDES ----*/


.sideBLUEright {
	background-image: url(images/side_blueRIGHT.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-right: 150px;

}

.sideBLUEleft {
	background-image: url(images/side_blueLEFT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.sideBRICKright {
	background-image: url(images/side_brickRIGHT.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-right: 150px;

}

.sideBRICKleft {
	background-image: url(images/side_brickLEFT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sideBROWNright {
	background-image: url(images/side_brownRIGHT.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-right: 150px;

}

.sideBROWNleft {
	background-image: url(images/side_brownLEFT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sideBEIGEright {
	background-image: url(images/side_beigeRIGHT.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-right: 150px;

}

.sideBEIGEleft {
	background-image: url(images/side_beigeLEFT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sideYELLOWright {
	background-image: url(images/side_yellowRIGHT.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	

}

.sideYELLOWleft {
	background-image: url(images/side_yellowLEFT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sideGREENright {
	background-image: url(images/side_greenRIGHT.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-right: 150px;

}

.sideGREENleft {
	background-image: url(images/side_greenLEFT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.sideGREEN2right {
	background-image: url(images/side_greenRIGHT.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-right: 150px;

}

.sideGREEN2left {
	background-image: url(images/side_greenLEFT.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
