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

h1, h2  , h3{
	color: #FF6600;
}

.centeredtext{
	text-align: center;
}

.clear {
	clear: both;
}

.picture_left {
	float: left;
	padding: 5px 5px 5px 0;
}
.picture_right {
	float: right;
	padding: 5px 0 5px 5px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

