/* CSS Document */
.moduleclear{
    height:1px;
    float:none;
    clear:both;	
}

/* B */

#layoutB #main{
	
}

/* C */

#layoutC #main{
	
}
#layoutC #rightbar{
	float:right;
	clear:none;
}
#layoutC #bottom{
	clear:both;
	height:auto;
}
/* D */

#layoutD #main{
	width:100%;
}
#layoutD #bottom{
	clear:both;
	width:100%;
}
/* E */

#layoutE #top{
	clear:both;
	width:754px;
	height:auto;
	display:block;
}
#layoutE #main{
	width:100%;
	clear:both;
}
/* F */

#layoutF #top{
	width:100%;
	height:auto;
	
}
#layoutF #main{
	width:100%;
	clear:both;
}
#layoutF #bottom{
	clear:both;
	width:100%;
	height:auto;
}

/* G */

#layoutG #main{

}
#layoutG #leftbar{
	float:left;
	clear:none;
	
}
/* H */

#layoutH #main{
	
}
#layoutH #leftbar{
	clear:none;
	float:left;
	
}
#layoutH #bottom{
	clear:both;
	width:100%;
	height:auto;
	
}
/* I */


/* J */
