/* 
LAYOUT 
############################################ 
*/

#navigation {
	position:absolute;
	width:500px;
	z-index:1;
	left: 278px;
	top: 328px;
}

#content {
	position:absolute;
	width:485px;
	left: 288px;
	z-index:1;
	top: 355px;
}

#affiliates {
	padding: 0px 7px 5px 7px;
}


body {	
	behavior: url("csshover3.htc");
	background-color: #dff5fa;
	background-image: url(BG.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
	margin-left: 0px;
	margin-top: 0px;
	cursor: default;
	font-family: Tahoma;
	font-size: 8pt;
	text-align:justify;
	color: #5ea4ad;
}

tr,td {
	font: 8pt tahoma;
	line-height: 140%;
}

.textbox {
	display: block;
	background: #FFFFFF;
	font: 8pt tahoma;
	text-decoration: none;
	border-bottom: none;
	border-left: solid 6px #8fdfff;
	margin: 1px;
	padding: 5px 9px 5px 9px;
	line-height: 140%;
	}


.textbox2 {
	display: block;
	background: #FFFFFF;
	font: 8pt tahoma;
	text-decoration: none;
	border-bottom: none;
	border-left: solid 6px #9fe5c5;
	margin: 1px;
	padding: 5px 9px 5px 9px;
	line-height: 140%;
}

/*
NAVIGATION 
############################################ 
*/ 


a.nav:link, a.nav:active, a.nav:visited {
	color: #79c6a3;
	text-decoration: none;
	font-variant: small-caps;
	padding: 0px 9px 0px 0px;
	font-size: 10pt;
}

a.nav:hover {
	color: #54a07d;
  	text-decoration: none;
  	font-variant: small-caps;
	padding: 0px 9px 0px 0px;
	font-size: 10pt;
}

a.fan:link, a.fan:active, a.fan:visited {
	font: 12pt verdana;
	color: #ff7ca4;
	font-variant: small-caps;
	padding: 5px 4px 5px 4px;
}

a.fan:hover {
	font: 12pt verdana;
	color: #f75888;
	font-variant: small-caps;
	padding: 5px 4px 5px 4px;
}



/*
LINKS
############################################# 
*/


a:link, a:visited, a:active {
	color: #79c6a3;
	text-decoration: none;
	
}

a:hover {
  	color: #54a07d;
  	text-decoration: none;
 
}

.liens img {
	background: #ccf5fe;
	border: 5px solid #ccf5fe;
	margin: 2px;
	margin-bottom: -1px

}


.liens img:hover {
	background: #bbeef9;
	border: 5px solid #bbeef9;
	margin: 2px;
	margin-bottom: -1px

}

.affies img {
	background: #cefad8;
	border: 5px solid #cefad8;
	margin: 1px;
	opacity:0.8;

}


.affies img:hover {
	background: #a8efbf;
	border: 5px solid #a8efbf;
	margin: 1px;
	opacity:1;

}

.joined img {
	background: #cefad8;
	border: 5px solid #cefad8;
	margin: 3px;
	opacity:0.8;

}


.joined img:hover {
	background: #a8efbf;
	border: 5px solid #a8efbf;
	margin: 3px;
	opacity:1;

}

.current img {
	border: 1px dashed #c2c2c2;
	padding: 4px;
	margin: 3px;
	opacity:0.8;

}

.current img:hover{
	padding: 4px; 
	border: 1px dashed #a5a5a5;
	margin: 3px;
	opacity:0.9

}

/*
TITLES
############################################# 
*/


.redtxt {
	color: #eb8686;
	text-decoration: none;	
}

