@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Book Antiqua;
	font-weight: bold;
	src: url('ANTQUAB.TTF');
}

@font-face {
	font-family:Alternate Gothic No2 BT;
	font-weight: bold;
	src: url('Alternate Gothic No2 BT.TTF');
}

body{
		background-color:#1e617b;
		margin:0px;
		font-family: Arial, Helvetica, sans-serif;
		color:#333;
		font-size:13px;
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	
	
/* BOX DIV */
#box{
	width:990px;
	height: 100%;
	min-height:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	
	clear:both;
   /* fallback image */
  
}

	
/* HEADER */
#header{
	height:127px;
	margin-bottom:15px;
	
	}

/* NAVIGATION */
#navigation{
	height:43px;
	background-image:url(../images/bg-menu.gif);
	margin-bottom:14px;
	}

/* BANNER */
#banner{
	width:970px;
	height:430px;
	padding:10px;
	background-color:#FFF;
	}

/*MAIN : IT CONTAINS ASIDE LEFT, ASIDE RIGHT AND SECTION*/
#main{
	width:990px;
	clear:both;
	height:auto;
	float:left;
	}


/* RIGHT SIDE */
#aside_left{
	width:200px;
	/*min-height:100px;*/
	height: auto;
	float:left;
	margin-right:20px;
	margin-left:5px;
	}

/* left SIDE */
#aside_right{
	width:270px;
	height:auto;
	float:right;
	margin-bottom:20px;
	}

/* DIV OF THE CONTENT */
#section{
	width:620px;
	min-height:650px;
	height:auto;
	float:left;
	margin-left:15px;
	margin-top:15px;
	color:#333;
	}

/* FOOTER */
#footer{
	height:auto;
	clear:both;
	padding-top:15px;
	padding-bottom:10px;
	color:#FFF;
	margin-right:auto;
	width:100%;
	background-color:#EEE;
}




	