/* CSS Document */

body {
	max-width: 700px;
	margin:auto;
	color:#291052;
}
p,h1,h2,h3,h4,h5 {
	background-color:#278E29;
	padding: 6px;
	text-align: center;
	font-family: "lucida console";
}
.right {
	min-width:50px;
	max-width:480px;
	float:right;
	color:#291052;
	padding: 5px;
	height: 165px;
	background-color: #278E29;
	margin-left: 10px
}
.left {
	min-width: 50px;
	max-width:480px;
	float:left;
	color: #291052;
	padding: 5px;
	height: 165px;
	background-color:#278E29;
	margin-right: 10px
}
.center {
	min-width: 50px;
	max-width: 558px;
	min-height: 165px;
	float: none;
	color: #291052;
	padding: 5px;
	background-color:#278E29;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px
}
.rtate90 {
  -webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}