@charset "utf-8";
/* CSS Document */

p 
{
	align: center;	
}
#sidebar1 {
	clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 200px;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #A0B086;
	border: 2px solid;
	border-color: #003;
	margin-top: 10px;
}
#sidebar2 {
	clear: right;
	float: right; /* since this element is floated, a width must be given */
	width: 180px;/* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px 5px 10px 10px;
	background-color: #446646;
	border: 3px solid;
	border-color: #000;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
}
#sidebar2org {
	clear: right;
	float: left; /* since this element is floated, a width must be given */
	width: 180px;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 5px 5px;
	background-color: #363;
	border: 2px solid;
	border-color: #000;
	margin-top: 10px;
	margin-right: 3px;
}
.floatleft {
	margin-right: 20px;
	margin-left: 20px;
}

