/*************************************************************/
/*   Design:   Layout-5               */
/*   File:     Global layout structure                       */
/*-----------------------------------------------------------*/

/************/
/*  GLOBAL  */
/************/

.main-content {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:left;
	width:710px;
	margin:0 0 0 15px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
