/* MAIN BODY STYLES */

html, body, #wrap {
	height: 100%;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#innerwrap {
	padding-bottom: 210px;
}
.clearfix {
	clear: both;
	background-color: #FF0000;
	visibility: hidden;
}
p {
	line-height: 1.4em;
}
#footer {
	position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 180px;
	clear:both;
	overflow:hidden;
}
#topbar {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00adc6;
}
h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.6em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}
form {
margin:0px;
padding:0px;
}
