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


#pageCont{
	width:800px;
	margin:0px auto;
}
#head{
	float:left;
	clear:left;
}
#foot{
	float:left;
	clear:left;
}
#left{
	float:left;
}
#middle{
	float:left;
	background-image:url(images/m.jpg);
	background-repeat:repeat-x;
	min-width:650px;
	min-height:495px;
}
#right{
	float:left;
}


.empty{
	clear:both;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.clear{
	clear:both;
}