/* --------------------------------------------------------------
    Wild Geese Style Sheet
    http://www.thewildgeese.be
---------------------------------------------------------------*/

/*  Base
---------------------------------------------------------------*/
body {
	margin: 0px;
    background-color: #FCF9D0;
    background-image: url(../img/main_bg.gif);	
	scrollbar-face-color: #e0d6a1;
	scrollbar-shadow-color: #bdad7a;
	scrollbar-highlight-color: #EFE6C9;
	scrollbar-3dlight-color: #e0d6a1;
	scrollbar-darkshadow-color: #e0d6a1;
	scrollbar-track-color: #e0d6a1;
	scrollbar-arrow-color: #614935;
}

a {
	color: #FCF9D0;
}

a:hover {	    		
	color: #FCF9D0; 
}

.text {
	font-size: 11px;
    color: #614935;
    font-family: Arial,Verdana,Helvetica,"sans serif";
    text-decoration: none;
	line-height : 14px;
}

img {
	border-style: none;
}

.home {
	font-size: 9px;
    color: #614935;
    font-family: Arial,Verdana,Helvetica,"sans serif";
    text-decoration: none;
	line-height : 12px;
}

.events {
	font-size: 11px;
    color: #614935;
    font-family: Arial,Verdana,Helvetica,"sans serif";
    text-decoration: none;
	line-height : 14px;
}

.join {
	border:1px #D4CEA3 solid;
	background:#fefefe;
	font-size: 11px;
    font-family: Arial,Verdana,Helvetica,"sans serif";
    color: #614935;
}

.reD {
	font-size: 12px;
    color: red;
    font-family: Arial,Verdana,Helvetica,"sans serif";
    text-decoration: none;
	line-height : 15px;
	font-weight: bold;
	
}