/********************
 *  framework css
 * 
 ********************/
 

/* Nav Column */

#left_column{
	width:  145px; height:  540px;
	position:  fixed;
	left: 15px; top: 60px;
}

#left_column{	
/* Netscape 4, IE  4.x-5.0/Win and other lesser browsers will use this */  
	position: absolute; 
	left: 15px; top: 60px;
	width:  145px; height:  540px;
}

body > div#left_column{  
/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb  4.5+, iCab, ICEbrowser */  
	position: fixed;
	left: 15px; top: 60px;
	width:  145px; height:  540px;
}

/* Main Content */


 #home_flash{
	width: 785px;
	height: 800px;
	margin:  0; padding:  0;
}

 #body_content{
	width: 800px;
	min-height:  540px;
	height: auto !important;
	height: 540px;
	margin:  60px 0 0 175px; padding:  0;
}

/* Le Menu */

.menu_item{
	float:  left;
	width: 145px; height: 218px;
	margin:  0 15px 50px 0;
	padding:  0;
	background:  #f4f4f4;
	overflow: hidden;
}

.pic{
	width:145px;height:218px;
}

.title{
	position:relative;
	bottom: 218px;
	width:145px;height:218px;
}

.pages{
	width: 800px;
}

/* Le Detail Page */

.detail{
	width: 640px; 
	margin:  0;
	padding:  0;
	background:  white;
}

.detail img{
	float:  left;
	margin:  0 15px 50px 0;
}


/* Article Page */

.article{
	width: 480px; 
	margin:  0;
	padding:  0;
	background:  white;
	float: left;
}

.rightcol{
	width: 145px; 
	margin:  74px 0 0 15px; 
	padding: 0 0 0 0;
	background:  white;
	float: left;
}

.column{
	width: 145px; 
	margin:  0 15px 0 0;
	padding:  0;
	float: left;
}

.client_row{
	margin:  0 0 1.4em 0;
}

.client_column{
	width: 100px; 
	margin:  0  20px 0 0;
	padding:  0;
	float: left;
}

/* Video */

/* styles for IE 5 Mac */
 #video_horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #video_horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -240px;
   text-align: center;
 }
 /* end IE 5 hack */ 
	  
#video_wrapper {
	position: relative;
	text-align: left;
	width: 640px;
	height: 480px;
	margin: 0px auto;
	text-align: center;
}
