@charset "utf-8";
/* CSS Document */

#main .box_spacer {
    width: 69px;
}

#main .box {
	padding:0;
	border:none;
	min-height:inherit;
	margin-bottom:35px;
}

#main_left .box{
	width:288px;
}

#main_left .box.long {
	width:646px;
}

#main_right .box{
	width:288px;
	border:none;
}

#main .box hr {

    border-color: #ccc -moz-use-text-color #000000;

}