@charset "utf-8";
/* CSS Document */

#wrapperleft{
	float: left;
	height: 210px;
	width: 150px;
	border: 0px solid #AFAB8E;
	text-align: center;
	clear: none;
	margin: 8px;
	padding: 5px;
	background-color: #EDE0D0;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

#wrapperright{
	float: right;
	height: 210px;
	width: 150px;
	border: 0px solid #AFAB8E;
	text-align: center;
	clear: none;
	margin: 8px;
	padding: 5px;
	background-color: #EDE0D0;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

#wrapperwide{
	float: left;
	height: 210px;
	width: 210px;
	border: 0px solid #AFAB8E;
	text-align: center;
	clear: none;
	margin: 8px;
	padding: 5px;
	background-color: #EDE0D0;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}