* { 
	margin: 0px;          
    padding: 0px;                       
}

.clear{
	clear:both;
}

img {
	border: none;
}

/* Normal link */
a {
	color: #59341a;
	text-decoration: none;
	font-weight: bolder;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
a.link_underline {
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: center;
	font-size: 12px;
	background-color: #0d0619;
}

#wrapper2 {
	background: url(../images/body-bg.jpg) repeat-x top #fdb000;
	padding: 0px 0px 0px 0px;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 25px 0px 0px 0px;
}

/*------------------------------------------------------- */

/* HEADER

--------------------------------------------------------- */
#header {
	width: 800px;
	height: 373px;
	background: url(../images/header.jpg) no-repeat center;
}

/*------------------------------------------------------- */

/* BANNER
--------------------------------------------------------- */
#banner {
	width:780px;
	height:320px;
	margin:0px auto;
	padding-top:5px;
	position:relative;
}
#banner_image {
	display:block;  
	width:750px; 
	height:300px; 
	margin:0 auto;
}
			
#banner_cadre { 
	width:780px; 
	height:320px; 
	position:absolute; 
	top:0px;
	left:0px; 
	background: url(../images/borderheader2.png); 
	z-index:999;
}

/*------------------------------------------------------- */

/* CONTENT
--------------------------------------------------------- */
#content {
	width:780px;
	height:66px;
}
#content p {
	margin:25px 0 50px 0;
	font-size: 22px;
	text-align: center;
}
/*------------------------------------------------------- */

/* FOOTER

--------------------------------------------------------- */
#footer_top {
	position:relative;
}
#copyright {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 10px;
	position: relative;    /* IE6 */
}
#footer_animals {
	width: 1008px;
	height: 327px;
	background: url(../images/footer-animals.png);
	position: absolute;
	top: 30px;
	left: -280px;	
}
#footerwrap {
	margin: 136px 0 0 0;
	padding: 0;
	background: url(../images/footer-bg.png) repeat-x top;	
	height: 206px;
}

