/***********************
	CSS E-TEACH WEBSITE 2009
	************************/
	body{
		margin:20px;
		background:url('../images/_body_background.gif') #ffffff repeat-x top left;
	}
	
	
	#copyright span{
		font-family:trebuchet ms;
		font-size:11px;
		color:#aaaaaa;
	}
	
	div.mainBlog{
		width:980px;
		margin-left: auto;
   		margin-right: auto;
		overflow: auto;
		background: url('/blog/themes/e-teach/img/fond.jpg') repeat-y left top #ffffff;
	}
	div#main_menu{
	}
	div#main_menu td#menu{
		width:100%;
		background:url('../images/_top_back.gif') #ffffff repeat-x top left;
	}
	div#main_menu #menu table{
		/*width:100%;*/
	}
	div#main_banner{
		background:#ffffff;
	}
	div#main_menu td#menu #L{
		
		height:62px;
		width:8px;
	}
	div#main_menu td#menu #C{
		
		height:62px;
		cursor:pointer;
	}
	div#main_menu td#menu #R{
		
		height:62px;
		width:8px;
	}

	.menu_selected_left{
		background:url('../images/_menu_selected_left.gif') #ffffff no-repeat top left;
		width:8px;
	}
	.menu_selected_center{
		background:#FFFFFF;
	}
	.menu_selected_right{
		background:url('../images/_menu_selected_right.gif') #ffffff no-repeat top left;
		width:8px;
	}
	
	
