@charset "utf-8";
/* 

Author: Michael Hamblin@ntlworld.com
www.etangdeslandes.co.uk

TABLE OF CONTENTS
1.defaults
2.body
3.links
4.layout elements



Table of contents  */

/****************************** 1 - defaults *************************************/
html,body,ul,ol,li,p,h1,h2,h3,h4,h5,form,fieldset,div,br,img{
	margin: 0;
	padding: 0;
	border: 0;
	}

* { behavior: url(iepngfix.htc) }



/********************** 2 - body *************************************/

body{
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers*/
	text-align: center;
	background-image: url(../img/body_bg1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #008038;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}


html>body{ /* be nice to Opera */
	font-size: small;
	}

/*************************** 3 - links  ******************************/
ul,li{
	list-style-image:none;
	list-style:none;
	}


a{
	text-decoration:none;
	color:#FFFFFF;
	}
a:hover{
	color:#003300;
	}
a:active{
	color:#000000;
	}
.bullett {
	font-weight:bolder;
	}

/***************  4  -  Layout  ******************************/

			/**** wrap ****/
#wrap {
	width:980px;
	margin:0 auto;
	}
body > #wrap{
	width:100%;
	max-width: 1100px;
	min-width: 800px;
	margin:0 auto;
	}

			/**** header ****/
#header h1 {
	color: #1B7F3F;
	text-indent: -9000px;
	background: url(../img/new_logo1.gif) no-repeat left bottom;
	height: 90px;
	width: 324px;
	float: left;
	margin: 2% 0 2% 2%;
	padding: 0px;
	display:inline;
	}

			/**** nav  ****/


#nav {
	background-color: #009f1e;
	width:100%;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC33;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00CC33;
	display:inline;
	}
#nav ul{
	margin:0 0 0 100px;
	font-size:115%;
	font-weight:bold;
	}
#nav li{
	float:left;
	padding: 4px 12px;
	display:inline;
	}	
			/**** clear floats ****/
.clear_floats{
	clear: both;
	}
	
/****************************CONTENT**********************************/

#main-body {
	width: 100%;
	height:360px;
	background: url(../img/etangdeslandes_bg1.jpg) no-repeat left bottom;
	}



/****************************LOWERCONTENT*****************************/



#lowerContent .gutter {
	padding: 5px;
	}
	
#content {
	float: left;
	width: 60%;
	height: 60%;
	}
#inner_content {
	width:80%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 5px 5px 12px;
	text-align: left;
	margin-top: 20px;
	margin-left: 130px;
	background: url(../img/transparent_bg1.png) repeat-x;
	}
#inner_content p {
	padding:5px;
	}
#inner_content h4 {
	color:#33CC00;
	padding-bottom: 5px;
	}


#content .gutter {
	padding: 5px;
	}



/****************************RIGHTCOLINNER****************************/

#rightColInner {
	float: right;
	width: 40%;
	}
	
#rightColInner .gutter {
	padding: 5px;
	}

/****************************RIGHTCOLOUTER****************************/

#rightColOuter {
	float: right;
	width: 30%;
	height:100%;
	min-width:300px;
	/*background-repeat: no-repeat;
	background-image: url(../img/transparent_bg2.png);
	background-position: bottom; */
	}
#rightColOuter{
behavior: url(iepngfix.htc);
}

.right_images {
	width:90%;
	margin: 20px 0px 10px 40px;
	}
.image {
	text-align: center;
	float: left;
	background-color: #FFFFFF;
	padding: 8px 6px 10px 6px;
}


#rightColOuter .gutter {
	padding: 0px;
	}
	


/****************************FOOTER***********************************/


#footer {
	clear: both;
	height: 60px;
	background-color: #346c25;
	padding-top: 20px;
	}	

#as {
	font-size: 85%;
	font-weight: bold;
	color: #33CC00;
	text-align: center;
	}

	


	
/* sliding side menu & slide show */	
#my_slideshow{
	padding:15px 0px 10px 20px;
	margin-left:auto;
	margin-right:auto;
	}


#sidebar {	
	width:100%
	
	}
#sidebar ul {
	list-style-type: none;
	}
#sidebar a {
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	display: block;
	}
