body                {
                    font-family:		Arial, sans-serif;
					font-weight:		normal;
					font-style:			normal;
					font-variant:		normal;
					text-align:			center;
					
					color:				black;
					background:         white;
					margin-left:		2%;
					margin-right:		1%;
                    }
p					{
					margin-top:			0;
					margin-bottom:		0;
					}
h1,h2,h3			{
					font-family:		'Courier New', courier, arial, sans-serif;
					margin-top:			0;
					margin-bottom:		0;
					}

a:link				{color:				black;	background:	transparent;}
a:visited			{color:				gray;	background:	transparent;}
a:hover				{color:				#eaabfc;	background:	black;}
a:active			{color:				red;	background:	transparent;}

.floatleft			{float:				left;}
.floatright			{float:				right;}
div.spacer			{
					line-height:		1px;
					clear:				both;
					}
img					{max-width:			100%;}
a img				{border:			none;}
.scaps				{font-variant:		small-caps;}
.hidden				{display:			none;}

.eden				{
					color:				blue;
					background:			transparent;
					}
.etitle				{
					color:				red;
					background:			transparent;
					text-transform:		uppercase;
					font-style:			italic;
					font-weight:		bolder;
					}
.biline				{
					color:				white;
					background:			#cc00cc;
					padding:			0.1em 0.5em 0.1em 0.5em;
					font-family:		arial, sans-serif;
					font-style:			italic;
					font-weight:		bolder;
					}
h1 .eden, h1 .etitle	{font-family:		'Courier New', courier, arial, sans-serif;}
h1 .eden			{
					color:				#eaabfc; 
					background:			#6b2e73 url('images/grapes.jpg');
					text-transform:		uppercase;
					font-style:			normal;
					font-weight:		bolder;
					padding:			0.1em 0 0.1em 1em;
					text-align:			right;
					}
h1 .etitle			{
					color:				black; 
					background:			#eaabfc url('images/flower.jpg');
					text-transform:		none;
					font-style:			italic;
					padding:			0.1em 1em 0.1em 0;
					font-style:			italic;
					text-align:			left;
					}
.main				{
					background:			white url('images/FranceMap.jpg') no-repeat 50% 50%;
					}
.inner				{
					width:				26em;
					margin:				0 auto;
					}
.footer				{font-size:			smaller;}
.footer ul			{margin:			0;}
.footer li			{
					display:			inline;
					margin-right:		0.2em;
					}
.box				{
					width:				9em;
					height:				9em;
					padding:			0;
					margin:				1.5em;
					float:				left;
					border:				thick solid gray;
					}
.box h2 a			{
					text-decoration:	none; 
					display:			block; 
					width:				6.5em;
					height:				6.5em;
					}
.box p				{margin-top:		-7.5em; z-index:1;position:relative;}
.parcs a			{background:		#81ec81 url('images/fieldsl.jpg');}
.lodges	a			{background:		#ecec81 url('images/sunflowerl.jpg') 15% 0%;}
.club a				{background:		#ec3a3a url('images/cherriesl.jpg');}
.m a				{background:		#3a3aec url('images/seal.jpg') 60% 0%;}
.parcs a:hover		{background:		#81ec81 url('images/fields.jpg'); z-index: 2; position: relative;}
.lodges	a:hover		{background:		#ecec81 url('images/sunflower.jpg') 15% 0%; z-index: 2; position: relative;}
.club a:hover		{background:		#ec3a3a url('images/cherries.jpg'); z-index: 2; position: relative;}
.m a:hover			{background:		#3a3aec url('images/sea.jpg') 60% 0%; z-index: 2; position: relative;}

