#cellContent {
	padding:			0;
}

header {
	position:			relative;
	height:				auto;
	
	margin:				0 0 20px 0;
}

header h1 {
	width:				100%;
}

h2 {
	font-size:			200%;
}

header .inner {
	padding-top:		85px;	
}

header .home-link {
	margin:				0 auto;	
}

#cellPage img {
	max-width:			100%;
	height:				auto;
}

form {
	padding:			20px 0;
}

article,
article.lhs,
article.rhs {
	margin:				0 10px;
	float:				none;
	
	width:				auto;
}

select,
input[type='text'],
input[type='email'],
textarea {
	height:				38px;
	line-height:		38px;
}

select {
	height:				42px;
}

label {
	height:				38px;
	
	line-height:		38px;
}

footer {
	position:			relative;	
	height:				auto;
	margin:				20px 0 0 0;
	
	border: 			1px solid transparent;
}

footer img {
	display:			block;
	margin:				10px auto;
	
	position:			relative;
	bottom:				auto;
	right:				auto;
}

