

body {
	margin: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #466B5D;
	font-family: Arial, Helvetica, sans-serif;
/*	background: url(images/bg.jpg) repeat-x 0px 0px;*/
	}
	
	
/********  DIAGRAMACION  ********/
	
#wrapper {
	width: 978px;
	position: absolute;
	left: -489px;
	margin: 0 0 0 50%;
	top: 16px;
	}

#wrapper #deco-left { 
	position: relative; 
	left: 0; 
	width: 117px; 
	background-image: url(images/decobg-left.gif); 
	height: 443px; 
	top: 0;
	float: left;
	}

#wrapper #deco-right { 
	position: relative; 
	left: 745px; 
	width: 117px; 
	background-image: url(images/decobg-right.gif); 
	height: 443px; 
	top: 0;
	float: left;
	}

#container {
	width: 744px;

	background-color: #FFFFFF;
/*	margin: 0 0 0 -372px;*/
	margin: auto;
	padding-bottom: 40px;
	position: relative;
	top: 50px;
/*	left: 50%;*/
	overflow-y: hidden;

}

#container #logo {
	float: left;
	width: 235px;
	height: 160px;
	background-image: url(images/logo.jpg);
	overflow: hidden;
	cursor: hand;
}

#container #flash {
	float: left;
	width: 509px;
	height: 160px;
	background-color: #FFFFFF;
/*	background-image: url(images/flash.jpg);*/
}

#container #menu {
	float: left;
	width: 744px;
	height: 40px;
	background-image: url(images/menu-bg.jpg);
}

#container #leftbar {
	float: left;
	width: 220px;
	margin: 25px 10px 10px 15px;
}

#container #main {
	float: left;
	width: 460px;
	margin: 25px 0 0 0;
}


#container .jeffphoto {
float: right;
margin: 0 16px 14px 0;
}

#container .jeffphoto-right {
float: right;
margin: 0 0 16px 14px;
}



#container #footer {
	background-image: url(images/footer-decobg-bottom.gif);
	float: left;
	width: 744px;
	height: 99px;
	background-color: #5E9D8C;
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #CFE2DD;
	position: relative;
	top: 44px;
}

#container #footer a{
	color: #E8F0ED;
	font-size: 12px;
	text-decoration: none;
	margin: 0 6px 0 6px;
	}
	
#container #footer p{
	margin: 8px 0 8px 0;
	height: 14px;
}
	
#container #footer a:hover{
	text-decoration: underline;
	color: #C9DCD5;
}

/********  MENU  ********/

#container #menu ul {
	margin: 0 14px 0 0;
	padding: 0;
	list-style: none;
	height: 40px;
	line-height: 40px;
	float: right;
	}
	
#container #menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	float: left;
	margin: 0 10px 0 10px;
	display: inline;
	}

#container #menu li a:link, #container #menu li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 15px 6px 13px 6px;
	}
#container #menu li a:hover {
	color: #FFFF99;
	background-image: url(images/menu-hover.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/********  LEFTBAR (TESTINONIAL)  ********/

#container #leftbar #cloud {
	width: 179px;
	background-image: url(images/testimonial-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #DBF0F0;
	padding: 37px 11px 6px 11px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #49B4B4;
	}
	
#container #leftbar #saidby {
	width: 131px;
	background-image: url(images/testimonial-box-bottom.gif);
	height: 60px;
	padding-top: 50px;
	padding-left: 70px;
	background-position: top;
	background-repeat: no-repeat;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #49B4B4;
	}

#container #leftbar #saidby a {
	color: #49B4B4;
	text-decoration: none;
}


#container #leftbar #saidby a:hover {
	text-decoration: underline;
}

/********  MAIN  ********/

#container #main {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;

	width: 480px;
	/*border: solid 1px #000000;*/

	}

#container #main  h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #49B4B4;
	margin: 10px 0 0 0;
	}

#container a:link, #container a:visited  {
	color: #62B845;
	text-decoration: underline;
}

#container a:hover {
	color: #BEE0D0;
	text-decoration: none;
}
	
#container #main .pagetitle {
	margin: 0 0 8px 0;
	padding: 0;
	}
	
#container #main #text {
    margin: 0;
	float: left;
}

#container #main #text-home { /* This is the text space for home page */
	width: 260px;
	margin-right: 20px;
	float: left;

}

#container #main #text-home2 { 
	width: 460px;
	margin-right: 20px;
	float: left;
}




#container #main #text img{
	margin: 0 0 0 16px;
}

#container #main #text-home-img{ /* This is the image space for home page */
	float: left;
	width: 200px;
	margin: 2px 0 0 0;

}

	
	
/********  FOOTER  ********/
	


#footer-deco {
	clear: both;
	position: relative;
	width: 100%;
	background-image: url(images/footer-deco.jpg);
	top: 40px;
	background-position: center;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 50px;
	height: 82px;
	color: #CFE2DD;
	font-size: 11px;
}


#footer-deco a{
	color: #E8F0ED;
	font-size: 12px;
	text-decoration: none;
	margin: 0 6px 0 6px;
	}
	
#footer-deco p{
	margin: 8px 0 8px 0;
	height: 14px;
}
	
	
#footer-deco a:hover{
	text-decoration: underline;
	color: #C9DCD5;

}

/*****   WRAPPER FOOTER *****/
#wrapper-footer {
	width: 100%; /* original: 980px*/
	height: 121px;	
	position: relative;
	left: 0; /* original: 140px */
	top: -90px;
	}

#wrapper-footer #deco-left { 
	position: relative; 
	left: -432px;
	width: 117px;
	margin: auto;
	background-image: url(images/footer-decobg-left.gif); 
	background-repeat:no-repeat;	
	height: 121px; 
	top: 20px;

	}

#wrapper-footer #deco-right { 
	position: relative; 
	left: 431px; 
	width: 117px;
	margin: auto;
	background-image: url(images/footer-decobg-right.gif); 
	background-repeat:no-repeat;
	height: 121px; 
	top: -100px;

	}


#reflection { /* This is the reflection at the footer */
	position: relative; 
	left: 0px; 
	width: 744px; 
	background-image: url(images/footer-decobg-bottom.gif); 
	background-repeat:no-repeat;
	background-position: center;
	width: 100%;
	height: 37px; 
	top: 0px;
	float: left;
	}	
	
	
	
/*------------- NEWS IN HOME ----------------*/		
	
#newshome {
width: 90%;
}

#newshome #title {
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	padding-left:6px;
}
#newshome #excerpt {
	color: #009966;
	padding-left: 6px;
	font-size: 11px;
	float:left;
}
#newshome #excerpt a {
	color: #77ABBF;
}

/*---- CONTACTE PAGE ------*/

.speaking{
	
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 15px;
	border:solid 1px #66CC33;
}  

.speaking ul{
	margin-left:-35px;
	list-style:none;
}  

.speaking ul li{
 	border-top:solid 1px #E0EBF4;
	margin:10px 0px;
	padding-top:10px;
}