/* CSS Document */

span, p, form
{
	padding:0;
	margin:0;
	height:auto;
}
.clear
{
	clear:both;
}
.fleft
{
	float:left;
}
.fright
{
	float:right;
}
.main_container
{
	height:auto;
	width:936px;
	text-align:left;
	background-image:url(../images/bgall.gif);
        background-position: 9px 0%;
	background-repeat:repeat-y;
}
