body{
	background:#555;
}
#all{
	width:80%;
	height:auto;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
}
.column{
  float:right;
  width:25%;
  height:auto;
 
}



#head{
	height:80px;
	font-size:2.3em;
	border-bottom:1px solid #333;
	padding:.25em;
	text-align:center;
}
#head a:link{
	color:#73590B;
	text-decoration:none;
}
#head a:visited{
	color:#EBC544;
	text-decoration:none;
}
#head a:hover{
	color:#EBC544;
	text-decoration:underline;
}
#head a:active{
	color:#73590B;
	text-decoration:underline;
}
#head a:focus{
	color:#EBC544;
	text-decoration:underline;
}
#main{
	width:60%;
	height:auto;
	background:#B9F572;
	float:left;
	border-bottom:1px solid #000;
	font-size:100%;
	font-family:century gothic;
	text-align:center;
	vertical-align:middle;
	padding:23px 0;
	font-weight:bold;
}
#right{
	width:40%;
	height:auto;
	background:#CCC;
	float:right;
	border-bottom:1px solid #000;
	box-sizing:border-box;
	border-left:1px solid #000;
	font-size:100%;
	font-family:century gothic;
	text-align:center;
	vertical-align:middle;
	padding:23px 0;
}
#foot{	
	clear:both;
	height:50px;
	background:#fff;
	border-top:1px solid #333;
	text-align:center;
}
@media only screen and (min-width:450px) and (max-width:700px) {
	body{
		margin:0;
	}
	#all{
		width:90%;
	}
	#main{
		width:100%;
		float:right;
	}
	#right{
		clear:both;
		height:80px;
		width:100%;
		border:none;
	}
.column{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
@media only screen and (min-width:0px) and (max-width:449px) {
	#all{
		width:100%;
		height:auto;
	}
	#head{
		height:50px;
		font-size:1.1em;
		padding:.1em;
	}

	#main{
		width:100%;
		height:auto;
		float:none;
	}
	#right{
		height:80px;
		width:100%;
		float:none;
	}
.column{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
	
