/**
 * Style sheet left_350
 */
#left
{
	position:absolute;
	width:350px;
	height:100%;
}

#main
{
	position:absolute;
	margin-left:350px;
	width:450px;
	height:100%;
}

#main .inside
{
	position:absolute;
	bottom:10px;
}

#main .inside .mod_article
{
	width:450px;
}
