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

div.condition
{
	float: left;
	width: 253px;
	height: 200px;
	margin: 5px 5px;
	border: black 1px solid;
}

#ConditionsBox
{
	overflow: auto;
	width: 800px;
	margin: 10px auto;
}

#Footer
{
	clear:both;
}