﻿/* Page Elements */
html
	,body
	,form
{
	height: 100%;
}

/* Layout DIVs */
div#wrapper
{
	height: auto !important;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

div#header
{
	width: 100%;
}

div#content
{
	float: none;
	clear: both;
	margin-top: 30px;
	z-index: 1;
}

div#main
{
	float: none;
}

div#menu
{
	z-index: 100;
}

div#clearer
{
	position: relative;
	height: 2em;
	clear: both;
	float: none;
	display: block;
}

div#footer
{
	display: block;
	float: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2em;
}

div.wrapper
{
	width: 933px;
	margin-left: auto;
	margin-right: auto;
}

div.clearer
{
	clear: both;
	float: none;
}
