body.fond_site{
	top:0;
	margin:0px;
	padding:0px;
	background:url(../img/fond_header.jpg) repeat-x top ;
}

#global{	
	background:url(../img/fond_footer.jpg) repeat-x bottom;
}

#mainframe {
	margin:auto;
	padding:0;
	width:1024px;


	border:0px solid #000;

}

#banner {
	padding:0;
	margin:0;
	width:1024px;
	height:161px;
	background:url(../img/homepage.jpg) no-repeat;
	clear:both;
}

#logo {
	width:290px;
	height:161px;
	left:0;
	top:0;
	z-index:2;
	float:left;

}


#login-box {
	top:0;
	float:right;
	text-align:right;
	z-index:2;
	width:400px;
	height:150px;
	padding-right:10px;
	padding-top:10px;

	border:0px solid #f00;
}


#crumbar {
	padding-top:5px;
	margin:0;
	width:1024px;
	height:21px;
	background:url(../img/homepage-07.jpg) repeat-x center top;
}



#slogan {
	top:0px;
	position:absolute;
	width:270px;
	height:36px;
	z-index:2;
	margin-left:20px;
	margin-top:161px;
	background:url(../img/homepage-03.jpg) no-repeat;
}


#menu {
	top:0px;
	position:absolute;
	margin-top:124px;
	margin-left:290px;
	width:800px;
	z-index:2;


}
	#menu .left-border {
		float:left;
		width:9px;
		height:37px;
		background:url(../img/menu-left-border.jpg) no-repeat;
		z-index:2;
	}

	#menu .right-border {
		float:left;
		width:9px;
		height:37px;
		background:url(../img/menu-right-border.jpg) no-repeat;
		z-index:2;
	}



#main {
	background:#fff;
	width:1000px;
	padding-left:20px;
	padding-top:40px;
	clear:both;
	border:0px solid #000;

}

	 .col-left {
		width:269px;
		float:left;
		margin-top:40px;
		margin-left:30px;
		padding-bottom:40px;

		border:0px solid #000;
	}

	.col-right {
		width:670px;
		float:left;
		padding-left:30px;
		padding-bottom:40px;
		margin-top:40px;

		border:0px solid #000;
	}

	.main-content {
		width:1000px;
		float:left;
		padding-left:20px;
		padding-bottom:40px;
		margin-top:40px;
		margin-left:20px;

		border:0px solid #000;
	}




#footer {
	width:1024px;
	/*height:85px;*/
	height:35px;
	padding-top:8px;
	background:url(../img/homepage-11.jpg) repeat-x center top;
	/*background:#000;*/
	clear:both;
	text-align:center;
	margin-top:40px;
}



/*
 * EXTRA LAYOUT	*/

#waiting {
	top:0;
	left:0;
	margin:0;
	padding:0;
	background:#fff;
	z-index:5;
	width:100%;
	height:100%;
	position:absolute;
	text-align:center;
}