﻿/* the page */
body { 
	background: #363632; 
	background-image: url('images/FilcoBack.jpg');
	background-repeat:no-repeat;
	}
	

/* text */	
	
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	word-spacing: 0.3em; 
	color: #D8D8D7;
	}

.plegal { 
	font: 8pt/16pt georgia; 
	color: #D8D8D7;
	}


.title { 
	font: 12pt/18pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	word-spacing: 0.3em; 
	color: #D8D8D7;
	font-weight: bold;
	}

.numbers { 
	font: 10pt/16pt arial; 
	margin-top: 0px; 
	text-align: justify;
	word-spacing: 0.3em; 
	color: #D8D8D7;
	}	

.menu { 
	font: 10pt/16pt arial; 
	color: #D8D8D7;
	text-align: right;
	}




a:link { 
	font-weight: bold; 
	color: #FFFFFF;
	}
a:visited { 
	font-weight: bold; 
	color: #D8D8D7;
	}
a:hover, a:active { 
	font-weight: bold;
	color: #FFD700;
	}





/* main */
 .content {
    	position: absolute; 
    	top: 230px; left: 300px; 
    	width: 400px; 
		z-index: 5;
 }


 /* main for picture section */
 .contentpic {
    	position: absolute; 
    	top: 230px; left: 300px; 
    	width: 700px; 
		z-index: 5;
 }




/* left menu */
 .lcontent {
    	position: absolute; 
    	top: 200px; left: 10px; 
    	width: 250px; 
		z-index: 2;
     	}



/* legal */
 .legal {
    	position: absolute; 
    	top: 600px; left: 40px; 
    	width: 500px; 
		z-index: 3;
     	}	

/* right icons */
 .right {
    	position: absolute; 
    	top: 300px; left: 750px; 
    	width: 100px; 
		z-index: 4;
     	}	

/* pictures on the right for enclos */
 .rightpictures {
	position: absolute;
	top: 200px;
	left: 750px;
	width: 370px;
	z-index: 4;
	margin-right: 15px;
	margin-bottom: 15px;
}


/* right images */
 .right2 {
    	position: absolute; 
    	top: 200px; left: 670px; 
    	width: 310px; 
		z-index: 4;
 }	
